Forum Replies Created

Viewing 40 posts - 3,641 through 3,680 (of 11,328 total)
  • Author
  • in reply to: Can't see Slider #79780
     sharmstr
    Moderator

    I’ve deleted the 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: Invalid character #79756
     sharmstr
    Moderator

    According to the Themeforest page, Kleo is only IE 9+ compatible: http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630

    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: Only display a specific set of groups? #79753
     sharmstr
    Moderator

    Kleo doesnt have this. In looking at the buddypress documentation, it doesnt appear that the loop has an argument to tap into either: https://codex.buddypress.org/developer/loops-reference/the-groups-loop/#accepted-parameters

    Its best if you ask on the buddypress forum and/or search for a plugin.

    (groups has categories?)

    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: Problems with pop-up login #79748
     sharmstr
    Moderator

    Try this https://archived.seventhqueen.com/forums/topic/problems-with-the-login-screen

    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 change color of meta in thumbnail #79744
     sharmstr
    Moderator

    .post-meta a {
    color: black !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

    in reply to: Buddypress redirect #79743
     sharmstr
    Moderator

    Not possible: http://community.rtcamp.com/t/media-tab-to-be-the-default-component/2001

    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 posts with certain tags from blog listings #79742
     sharmstr
    Moderator

    Instead of maintaining custom copies of core files, there are two plugins you should try

    https://wordpress.org/plugins/wp-hide-post/
    https://wordpress.org/plugins/oomph-hidden-tags/

    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: Front End Jump Menu #79741
     sharmstr
    Moderator

    Do a google search for code that will produce the menu you want. Then you can inject it into the pages below the menu using this code in your child theme’s functions.php file

    COPY CODE
    
    add_action('kleo_before_content','my_header_menu');
    function my_header_menu() {
        // yourcode here
    }
    
    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: bbPress Forum Pagination 404 #79737
     sharmstr
    Moderator

    I personally havent had this issue on my sites, but there’s discussions about it on the bbpress forum. Seems that most people solve it by finding a plugin conflict or by resaving their permalinks (wp admin > settings > permalinks > save).

    (fyi – if you’re going to use li tags, you need to also use the ul tag)

    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: 404 when logging in on frontend #79736
     sharmstr
    Moderator

    What do you mean by “logging in from frontend”? Via the Kleo popup or from a sidebar widget? If from a widget, which one? Have you tried resaving your permalinks?

    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: remove edit button on posts #79735
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .single-post .edit-link {
        display: none !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

    in reply to: Primary Top Menu Font Size #79734
     sharmstr
    Moderator

    Please search before posting. This has been asked and answered before. Try this in your quick css. Change the size to suit your needs.

    COPY CODE
    
    .navbar-nav > li a {
        font-size: 20px;
    }
    
    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 Color not changing #79700
     sharmstr
    Moderator

    In every instance I’ve seen where it didnt work, it was a server caching/cdn issue or a write permissions issue to /uploads/custom_styles/dynamic.css

    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 and https #79676
     sharmstr
    Moderator

    There shouldn’t be any issues. But, how can we guarantee other people plugins will work???

    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

    1 – could be plugin conflict. not sure.

    3 – “links” isnt a standard bp profile tab. maybe you have a plugin that’s created that?

    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.
     sharmstr
    Moderator

    First things first. What versions of BP and KLeo???

    1 – Does it appear with the WP 2015 Theme enabled?

    2 – Where are you trying to add the link? In an xprofile field, activity posts, elsewhere?

    3 – That’s buddypress, not Kleo: https://buddypress.trac.wordpress.org/ticket/6466

    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 and https #79633
     sharmstr
    Moderator

    This is not feature request.

    Yes, I’ve run 2 sites strictly over https. If your site was originally configured for http, you’ll have to ensure your cache/cdn is properly purged. There are topics about this here.

    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 put a background color under thumbnails #79626
     sharmstr
    Moderator

    maybe
    .post-item .col-sm-3 {
    padding-left: 0 !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

    in reply to: Language #79620
     sharmstr
    Moderator

    Those are in buddypress, not Kleo https://codex.buddypress.org/translations/

    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.
     sharmstr
    Moderator

    You’re welcome. I’m glad you were able to learn how to correctly diagnose plugin conflicts.

    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: Moving the logo to the top menu #79617
     sharmstr
    Moderator

    The animation is the sticky main menu stuff. Turn that off in theme options then remove the menu in general-header-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

     sharmstr
    Moderator

    Just as an FYI – I’ve seen cases where it was a combination of plugins causing problems on my site. So disabling one by one doesnt always find it.

    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

    Great. Now you can enable one by one to see which plugin is causing the issue 🙂

    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 put a background color under thumbnails #79607
     sharmstr
    Moderator

    Its okay.

    COPY CODE
    
    .post-item .post-content {
        background-color: #000;
    }
    
    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: Quick View Link / Code #79604
     sharmstr
    Moderator

    Anytime.

    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

    So then it has nothing to do with menu content. Good to know. Instead of disabling one by one, the proper way is to disable all of them first to see if the problem disappears.

    Besides plugin conflicts, its possible that code within your child theme could be causing it. An easy way to text that is enable to kleo parent theme temporarily.

    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: Quick View Link / Code #79599
     sharmstr
    Moderator

    You’ll have to customize that on your own. There’s not “settings” for it.

    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: Need to add extra element on breadcrumb area #79595
     sharmstr
    Moderator

    The file is /kleo/kleo-framework/lib/function-breadcrumb.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

    You mentioned that you think it has something to do with the contents of the menu. Can you create a test menu with only a few items, then create a test page and assign that menu to it? After you’ve done this, give us a link to that page. I want to see if it works or not. My gut is telling me that this is indeed a plugin conflict and not the contents of the menu. This will help narrow it down. Thank you.

    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: Quick View Link / Code #79590
     sharmstr
    Moderator

    There’s no easy way of doing that using the button shortcode. The quick view is triggered by adding “quick-view” to the class, but it also relies on the data-prod attribute which holds the product id. The button shortcode doesnt allow you to set this.

    You can use the text block shortcode like this

    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: Cannot upload avatar #79587
     sharmstr
    Moderator

    Its usually an issue with a plugin conflict or your hostings server configuration. Temporarily enable the WP 2015 Theme and see if you still have the issue. That will rule out Kleo and help determine where the issue lies.

    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

    You can reply privately by clicking the “Set as private reply”

    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: Plugin for user rating #79585
     sharmstr
    Moderator

    I dont know of one, but that doesnt mean one doesnt exist. I will say that Kleo doesnt have a suggested plugin to work which means if you do find one, there is no guarantee it will work. But usually that just means there are styling issues. Your best bet is to ask/search on the buddypress forum.

    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: Registration and membership #79583
     sharmstr
    Moderator

    1 – Kleo doesnt touch registration of sending of emails. This has been discussed here. Take a look at these
    https://archived.seventhqueen.com/forums/topic/registration-not-working-6#post-45784
    https://archived.seventhqueen.com/forums/topic/mails#post-21761
    https://archived.seventhqueen.com/forums/topic/password-reset-link-didnt-send-out#post-70780

    2 – There are several plugins that will allow you to do that. Kleo is Paid Membership Pro compatible:
    https://archived.seventhqueen.com/documentation/kleo#memberships
    http://www.paidmembershipspro.com/documentation/

    3 – In their profile
    https://codex.buddypress.org/member-guide/

    For galleries, again there are lots of plugins out there, but Kleo is compatible with rtMedia: https://rtcamp.com/rtmedia/

    4 – There are many captcha plugins you can use. Research them to see what’s best for you. Personally, instead of a captcha plugin, I use WangGuard on all of my sites: https://wordpress.org/plugins/wangguard/

    5 – again, rtMedia. They have a premium add-on for moderation: http://docs.rtcamp.com/rtmedia/addons/moderation.html

    Please take some time to read the documentation and search this forum for solutions before posting.

    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: facebook login #79581
     sharmstr
    Moderator

    Please take a look at this thread: https://archived.seventhqueen.com/forums/topic/registration-via-facebook-2

    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

    This isnt happening on the demo site, so please provide links so the developers can see the issue.

    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 Color not changing #79579
     sharmstr
    Moderator

    You’re link doesnt work.

    In any case, add this your child theme’s functions.php file and try to save theme options again

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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 put a background color under thumbnails #79575
     sharmstr
    Moderator

    Not sure what you mean by “thumnails description.” But… The background under the post thumbnail is the same size of the thumbnail, so you wont see it if you change it. You can get close by trying this:

    COPY CODE
    
    .post-item .col-sm-3 {
        background-color: #000 !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

    in reply to: customising blog items for CPT with custom templates #79573
     sharmstr
    Moderator

    If I’m understanding you correctly, you just need to do multiple get_the_term_list calls. So for taxes related to a Movies custom post type….

    COPY CODE
    
    if (get_post_type() == 'movies') {
    	$categories_list .= get_the_term_list( $post->ID, 'genre', '', ', ' );
    	$categories_list .= ', ';
    	$categories_list .= get_the_term_list( $post->ID, 'rating', '', ', ' );
    } else {
    	// Translators: used between list items, there is a space after the comma.
    	if ( in_array( 'categories', $meta_elements ) ) {
    	$categories_list = get_the_category_list(__(', ', 'kleo_framework'));
    	}
    }
    
    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

    If this is something you can code on your own, then the file is /kleo/kleo-framework/lib/function-facebook-login.php

    Otherwise, there is a feature request you can vote on: https://archived.seventhqueen.com/forums/topic/facebook-login-with-basic-info-and-profile-pictures-import-log-inout-options

    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 - 3,641 through 3,680 (of 11,328 total)

Log in with your credentials

Forgot your details?