Forum Replies Created

Viewing 40 posts - 4,201 through 4,240 (of 11,328 total)
  • Author
  • in reply to: Content restriction #73736
     sharmstr
    Moderator

    That’s what Paid Membership Pro is for. You dont need to actually charge people for it. You can set up a single level that’s free, then use the following solution to automatically add new members to that level upon registration
    https://archived.seventhqueen.com/forums/topic/help-with-paidmembership-pro#post-52158

    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 edit your "Feature item" #73735
     sharmstr
    Moderator

    Use the backend editor. VC frontend editor is garbage.

    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 show event result and links to 404? #73731
     sharmstr
    Moderator

    change the search settings to show events.

    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: showing category/post type #73730
     sharmstr
    Moderator

    Well, based on post format, I should say.

    You can also target categories like this. Just change the ‘courses’ to your category name.

    COPY CODE
    
    .masonry-listing .category-courses .post-title {
        border-left: 3px solid #fc604a !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: showing category/post type #73727
     sharmstr
    Moderator

    Kleo posts already show the category if you have it turned on in Theme Options > Blog > Meta

    It doesnt appear you can do that with grid builder: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder

    The colors already change colors based on post type: http://seventhqueen.com/themes/kleo/pinterest/

    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: Breadcrumbs and title displays reset #73724
     sharmstr
    Moderator

    So if you disable it, does the settings save correctly again?

    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

    Your link doesnt work.

    1 – Use the My Account link in the Kleo section of Appearance > Menus. If you dont see Kleo, then click on Screen Options in the upper right hand corner and enable it. https://archived.seventhqueen.com/documentation/kleo#menus

    2 – Again, use the login in the Kleo section. That will launch the login modal.

    3 – My advice is read the Kleo docs: https://archived.seventhqueen.com/documentation/kleo#memberships and the PMPro docs: http://www.paidmembershipspro.com/documentation/

    3a – You can change the socket text in Theme Options > General Settings.

    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: Changing Google Fonts & Changing Site URL Colors #73721
     sharmstr
    Moderator

    Dont use that link. Try this in your functions.php file.

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    But as the other topic indicated, it sounds more like a caching 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: Breadcrumbs and title displays reset #73720
     sharmstr
    Moderator

    Have you determined that’s your 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 to use Portfolio design on Custom Content Type #73719
     sharmstr
    Moderator

    The portfolio archive utilizes the standard way of templating WP archive pages. https://codex.wordpress.org/Post_Type_Templates

    So, given that, the portfolio archive uses /kleo/archive-portfolio.php. You can copy that page to your child theme and change the name to archive-event.php (or events, not sure what your CPT is called).

    You will see that the code in that template is very portfolio specific. Helping you change it for Events is beyond the scope of support here. So you’ll have to do it yourself or hire someone to assist.

    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: Vertical lines between images #73717
     sharmstr
    Moderator

    Use this css

    COPY CODE
    
    .activity-timeline {
        border-right-width: 0px !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: Search show event result and links to 404? #73716
     sharmstr
    Moderator

    Looks like it working fine. I used this page: http://skisme.serv11.powerhosting.dk/home-pinterest/ since the link you gave us didnt have a search form.

    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 Default Data #73715
     sharmstr
    Moderator

    Did you try it? All it does is import users info, right? That has nothing to do with Kleo so it shouldnt be an 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: Can't add a testimonial carousel #73714
     sharmstr
    Moderator

    No idea. Provide a link and admin credentials.

    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: Breadcrumbs and title displays reset #73713
     sharmstr
    Moderator

    I saw something similar happen before and it turned out to be a conflict between VC and Yoast SEO.

    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: Banner Logo Issue #73712
     sharmstr
    Moderator

    I cant reproduce it. It looked fine in all of my browsers.

    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: custom image for header menu #73709
     sharmstr
    Moderator

    Add a menu item. Then use your browsers inspector to get the item id #. Then use that item id number in the following css

    COPY CODE
    
    .menu-item-262 a:before {
        content: url(http://seventhqueen.com/themes/kleo/wp-content/uploads/avatars/1/c0f2051c07d476ffa721119f235dad43-bpthumb.jpg);
    }
    

    Obviously change the url to your image url.

    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 Field #73708
     sharmstr
    Moderator

    Theme options > General > Quick 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: Banner Logo Issue #73707
     sharmstr
    Moderator

    Do you have zoom level turned up on that browser? Because even the menu font size is bigger in your attached images.

    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: Styling Options do not publish to site #73702
     sharmstr
    Moderator

    Do you have a CDN or caching in place?

    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: Emptying the display name textfield #73635
     sharmstr
    Moderator

    Sorry, I dont.

    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: Using Same Navbar Throughout Site? #73624
     sharmstr
    Moderator

    Do you have the top bar disabled on the home page? Bring up it up in page editor and scroll down to Theme General Settings > Display Settings > Top Bar Status

    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: Emptying the display name textfield #73621
     sharmstr
    Moderator

    I dont understand what you mean. The FB registration is not a default BP function. It was created by Kleo. The fb registration function is in the file I’ve provided. The display name variable is set on line 217

    Now, whether or not BP will throw an error when you pass a blank field is the question. You’ll have to ask the on the BP forums how to get past that if it does.

    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: Emptying the display name textfield #73614
     sharmstr
    Moderator

    The FB registration code is in /kleo-framework/function-facebook-login.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

    in reply to: CSS Font Bold Strong #73612
     sharmstr
    Moderator

    The font weight on the demo is still 300, but its being overriden by the b, strong css in bootstrap which sets to bold. Try this in your quick css.

    COPY CODE
    
    b, strong {
        font-weight: bold !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: Banner Logo Issue #73610
     sharmstr
    Moderator

    Not the case. Both show the logo at 176px tall.

    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: set up menu page but restrict access #73608
     sharmstr
    Moderator

    That’s not handled by Kleo, but is a common WP question. Since I’d have to google to find a solution for you, you might as well google yourself.

    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: Pages dissapearing #73588
     sharmstr
    Moderator

    Does it happen with the WP 2015 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: Pages dissapearing #73573
     sharmstr
    Moderator

    Wp admin > Settings > Permalinks > Save

    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 the login screen #73568
     sharmstr
    Moderator

    Theme Options > General > quick 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: different menu background color from home to pages #73566
     sharmstr
    Moderator

    Open up your home page in the editor and scroll down to the Theme General Settings section. Since you have transparent main menu turned on, you have 2 color options. White or Black

    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: Warning line in the Add Ons of PMP #73564
     sharmstr
    Moderator

    Please search before posting: https://archived.seventhqueen.com/forums/topic/php-error-pro-membership-and-rtmedia#post-72603

    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 content Above Buddypress Members Page #73562
     sharmstr
    Moderator

    Put this in your child theme’s functions.php file

    COPY CODE
    
    add_action( 'bp_before_directory_members','add_vc_stuff' );
    function add_vc_stuff() {
        echo do_shortcode('[your vc shortcode 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: woocommerce update #73560
     sharmstr
    Moderator

    Please search before posting: https://archived.seventhqueen.com/forums/topic/woo-commerce-errors-regarding-templates-after-todays-update/#post-72635

    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: Pages dissapearing #73559
     sharmstr
    Moderator

    Try 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: Add Description to Clients CPT #73558
     sharmstr
    Moderator

    The Clients cpt is registered in the /kleo/lib/post-types.php file.

    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 up online course #73557
     sharmstr
    Moderator

    The developers made Kleo compatible with Sensei because its the best out there. Its not provided.

    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 up menu page but restrict access #73555
     sharmstr
    Moderator

    If the page is built with VC you dont need to use a membership plugins. You can use the Content By User Type shortcode.

    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: Issue, Live notification box size #73554
     sharmstr
    Moderator

    You can try adjusting the width of it with this css

    COPY CODE
    
    .kleo-toggle-submenu {
        width: 400px !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: Create Group #73553
     sharmstr
    Moderator

    That’s by design. Its only available on the main group listing. That’s buddypress, not Kleo. If you want to display an additional create group link, then ask the folks 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

Viewing 40 posts - 4,201 through 4,240 (of 11,328 total)

Log in with your credentials

Forgot your details?