Forum Replies Created

Viewing 40 posts - 281 through 320 (of 11,328 total)
  • Author
  • in reply to: Community Landing page #108995
     sharmstr
    Moderator

    Here’s the directions: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme updated to 4.0 but now some issues #108994
     sharmstr
    Moderator

    IE is fine as well.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Not that I’m aware of.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Tabs #108989
     sharmstr
    Moderator

    Okay. Next look for a plugin conflict.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Visual Composer version #108975
     sharmstr
    Moderator

    You need to run the version that’s included with Kleo. Kleo 4.0.2 includes VC 4.10, which is the current version of VC

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Search Option on mobile site #108967
     sharmstr
    Moderator

    The search form is at the bottom of the mobile menu.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme updated to 4.0 but now some issues #108965
     sharmstr
    Moderator

    1 – Try this in your quick css for the sku info

    COPY CODE
    
    .single-product .product_meta {
        clear: both;
    }
    

    2 – The payment gateway box seems fine to me. I’m not having any issue typing into it with chrome or firefox.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Menu icons #108962
     sharmstr
    Moderator

    Put em tags around the whatever you want

    <em>New!</em>

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Set default BP cover image with Kleo v4 #108961
     sharmstr
    Moderator

    Kleo 4 really had nothing to do with it. BP came out with their own version of the cover image, but they dont have an option for a default cover. So either use BP Cover Photo or ask on the BP forums for a solution.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Guest blogger email #108959
     sharmstr
    Moderator

    This isnt a function of the theme. You’ll have to find a plugin or perhaps ask on the WP forums.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Community Landing page #108957
     sharmstr
    Moderator

    There is no ‘undo’ feature. You’ll need to delete the pages and posts by selecting them and choosing Move to Trash in the bulk actions selector.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Put this in your childtheme’s functions.php file.

    COPY CODE
    
    add_action( 'init', 'woo_remove_related', 10 );
    
    function woo_remove_related() {
        remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: testimonials text size #108953
     sharmstr
    Moderator

    You’ll need to override the css. Here’s the class

    COPY CODE
    
    .testimonial-content p {
    font-size: 30px;
    line-height: 30px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Exclude a post from home page #108951
     sharmstr
    Moderator

    1 – The theme isnt responsible for this. A google search found this that may be of help to you: http://wpsites.net/web-design/3-ways-to-remove-posts-from-your-home-page-loop/

    2 – Put this in your quick css and set it to whatever height you want.

    COPY CODE
    
    .home .post-image {
        max-height: 500px;
        overflow: hidden;
    }
    .home span.hover-element {
        max-height: 500px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Crayon CrayonSyntax Highlighter Plugin and Kleo #108941
     sharmstr
    Moderator

    How doe it look with the WP 2016 theme enabled?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Tabs #108940
     sharmstr
    Moderator

    Did you purge you cache/cdn after upgrading?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: CSS Logo position change only on desktop #108879
     sharmstr
    Moderator
    COPY CODE
    
    @media (min-width: 991px) {
    .logo img {
    margin-left: 95px !important;
    }
    }
    

    You can adjust 991 to suit your site.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: infinite scroll for kleo post grid #108850
     sharmstr
    Moderator

    That’s not a option. I can move this to the feature request forum if you’d like.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Homepage Doesn’t Match Visual Composer #108849
     sharmstr
    Moderator

    moving this topic since its not a bug, its the way you were using blank rows.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Homepage Doesn’t Match Visual Composer #108848
     sharmstr
    Moderator

    You should update Kleo and k-elements.

    The main issue I see is that you’re trying to use empty rows to set colored bands/gaps between content. The better option is to keep the rows as you have now, but add a gap shortcode to them. Basically what’s happening is VC editor is showing it gaps ONLY because it needs to give you an option to add something to the row. But when its rendered on the site, there’s nothing to render because there’s nothing in the row.

    The VC inner code that’s displaying is due to a row corruption. Delete the entire section and readd your content. Because of the corruption, you’re not able to set your background color on the progress section correctly.

    In any case, I’ve copied your page code to to a new draft on your site called Support Test. I went through half the page and set it up the way I think you should be doing it. Take a look at it. It will probably make more sense if you look at it using the backend editor.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cannnot create a new page. #108847
     sharmstr
    Moderator

    Its here: http://www.kleidamore.de/impressum_kleidamore/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Community Landing page #108845
     sharmstr
    Moderator

    Make sure you’re running the latest version of Kleo, k-elements and VC. Then go to Appearance > Kleo Demo. Import the Home Register Page

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Blog Grid Masonary load options #108844
     sharmstr
    Moderator

    Turn off animations in Theme Options > Misc

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: KLEO Register page #108843
     sharmstr
    Moderator

    1 – Solution here: https://archived.seventhqueen.com/forums/topic/setting-problem-home-register#post-107844

    2 – WordPress only has one account. There are many plugins that allow registration for this “one” account. If you use the Kleo registration form, it will register an account with a name and email address. It doesnt populate any other special fields you have set up with any other plugin. An example of this is the extended profile fields that Buddypress allows you to add.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Crayon CrayonSyntax Highlighter Plugin and Kleo #108837
     sharmstr
    Moderator

    Works on both of my sites without any special code or settings. See attached for samples of adding via the crayon button and adding without. I’ve also attached samples when used in forums.

    Perhaps you have a plugin conflict.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Custom Sidebar for Posts? #108835
     sharmstr
    Moderator

    Have a look at Widget Logic. https://wordpress.org/plugins/widget-logic/

    Then for the widgets you only want to show on WP Posts pages, use this

    COPY CODE
    
    is_singular( 'post' )
    

    To hide widgets that you dont want to show on WP Posts pages, use this

    COPY CODE
    
    !is_singular( 'post' )
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Go Pricing not updating #108834
     sharmstr
    Moderator

    One of the options for updating bundled plugins is to delete the plugin from WP Admin > Plugins. Then reinstall the updated plugin from the full package download file from themeforest. My “install from that location” was a way to bypass downloading from themeforest. Just download the gopricing.zip file that’s already on your server and use that to reinstall.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Go Pricing not updating #108822
     sharmstr
    Moderator

    Good. Uninstall 3.2, then install 3.2.1 from that location.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to add post meta to breadcrumb title section #108738
     sharmstr
    Moderator

    Its in /kleo/lib/theme-functions.php.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I believe its custom code. Send an email off to dev@seventhqueen.com for more information.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change product description position #108640
     sharmstr
    Moderator

    Updated

    COPY CODE
    
    add_action( 'init', 'wooDescrioption', 10 );
     
    function wooDescrioption() {
     remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 35 );
     remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
     add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
     add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
     
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Its not needed, but thanks.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: user register not allowed #108584
     sharmstr
    Moderator

    moving this topic because its not a bug.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: user register not allowed #108583
     sharmstr
    Moderator

    As stated in my first response, you didnt have registration turned on in WP Admin > Settings > General.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Menu Icons #108578
     sharmstr
    Moderator

    Please refer to these topics:

    https://archived.seventhqueen.com/forums/topic/changing-buddypress-navigation-icon#post-89815
    https://archived.seventhqueen.com/forums/topic/icons-profile#post-89780

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: user register not allowed #108575
     sharmstr
    Moderator

    yes. That’s the only way I can see the settings and figure out what’s wrong.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to add post meta to breadcrumb title section #108573
     sharmstr
    Moderator

    The code to make all of this work is beyond the scope of support. But to answer your question, the post use the single.php template, which calls page-parts/general-title-section.php which calls kleo_title_section() which produces the title and the breadcrumb section.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: user register not allowed #108570
     sharmstr
    Moderator

    You didnt supply any credentials for me to use.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Button as anchor? #108567
     sharmstr
    Moderator

    You put your anchor as WebBuild, but its actually webbuild (all lowercase).

    Button colors are controlled by a combination of the Style setting in the shortcode, the Section Style setting in the row settings and theme options > style > (whatever you have the section style set to)

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: increase logo #108565
     sharmstr
    Moderator

    Put this in your quick css. Change 250 to whatever size you want.

    COPY CODE
    
    @media (min-width: 991px) {
        .header-centered .navbar-header, .logo {
            height: 250px !important;
            line-height: 250px !important;
        }
    #logo_img {
        max-height: 250px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 281 through 320 (of 11,328 total)

Log in with your credentials

Forgot your details?