Forum Replies Created

Viewing 40 posts - 2,761 through 2,800 (of 11,328 total)
  • Author
  • in reply to: Register Page tiny bug ??? #87546
     sharmstr
    Moderator

    They havent released a Kleo version that’s compatible with BP 2.4 yet. I’ll assign this to one of the devs so they can ensure this is included when its released.

    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: Cant access page #87544
     sharmstr
    Moderator

    I dont. I get a 404 on the link you supplied, but not on the one I gave 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: There is no shortcode Kleo Posts :( #87534
     sharmstr
    Moderator

    Looks like the Kleo Posts shortcode is missing completely so that’s why you cant get into the settings. Try reinstalling k-elements.

    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: Cant access page #87521
     sharmstr
    Moderator

    I’m guessing you want this: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons

    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: Banners #87519
     sharmstr
    Moderator

    No

    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: Row Background #87517
     sharmstr
    Moderator

    1 – Your information is not public 🙂

    2 – Install k-elements which is required for Kleo. Go to Appearance > Install Plugins.

    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: Increasing likes on posts #87516
     sharmstr
    Moderator

    In the db its the ‘_item_likes’ post meta

    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: Logo for Mobile Page #87511
     sharmstr
    Moderator

    Looks like you’ve completely customized the templates. You’ve probably broken the functionality of 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: Full Width #87505
     sharmstr
    Moderator

    If you mean the top bar, try this in your quick css

    COPY CODE
    
    
    .social-header .container {
        max-width: 100% !important;
    }
    
    

    If you mean the top menu inside the top bar, you can try this

    COPY CODE
    
    @media (min-width: 992px) {
    .top-menu.col-md-7 {
        width: 100% !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: How can I have a different logo for all blog pages? #87503
     sharmstr
    Moderator

    There’s nothing in Kleo that will allow you to do that. You’d have to custom code that 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: Revolution Slider – Premium Templates #87502
     sharmstr
    Moderator

    You can download them from here: http://revolution.themepunch.com/examples/

    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: There is no shortcode Kleo Posts :( #87497
     sharmstr
    Moderator

    For the post issue, did you clear your server cache/cdn after upgrading Kleo and K-elements? Have you looked for plugin conflicts?

    For the transparent menu issue, do not turn it on in theme options (site-wide). Only enable it for pages that need it by bringing up the page in page editor, scrolling down to the theme general settings section and checking transparent main 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: Inner Container? False link on website, please help #87491
     sharmstr
    Moderator

    I see a few issues.

    1 – You have upgraded to Kleo 3.1.1, but you’re still running Visual Composer 4.7.4. You need to upgrade VC to 4.8.1.

    2 – Looks like you dont have k-elements enabled. You should have version 3.1.1 installed and enabled.

    3 – You’ve upgraded buddypress to 2.4. A version of Kleo that is BP 2.4 compatible has not been released yet. Downgrade BP.

    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: Is it possible to make the icon for attachments smaller? #87490
     sharmstr
    Moderator

    Please respond with credentials so we can see the page you’ve referenced and we can give you the css to resolve.

    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 bar doesn’t work for topics in sub-forums #87480
     sharmstr
    Moderator

    There are different search forms in Kleo. Which one? The Kleo ajax search (in the menu) or the search form on the forum 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: Base Group Registration Fields not appearing #87478
     sharmstr
    Moderator

    The link I gave you adds buddypress fields to the pmpro registration/checkout. If you want to go that route, then dont send people to the buddypress registration page.

    Alternatively, there is code out there (google it) that will auto assign a PMPro level to a user who has registered via the Buddypress registration routine. But it really sounds like you just need to stick with the PMPro registration/checkout.

    Please search before asking questions. The activation/confirmation question has been asked and answered several times. To fix issues with your host not sending emails, use a plugin like WP Mail SMTP

    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 the “remember me” text and checkbox #87477
     sharmstr
    Moderator

    The standard way of changing text is to translate it. https://archived.seventhqueen.com/documentation/kleo#translation

    But as I said before, the login modal is located in /page-parts/general-popups.php. You can copy that to your child theme and change it to whatever you want.

    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

    font-style isnt valid either. its font-weight. and you shouldnt have quotes around bold. This should help: http://www.w3schools.com/cssref/

    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

    please search before posting. Its been asked and answered a few times. Here’s one: https://archived.seventhqueen.com/forums/topic/links-not-clickable-in-video-background-header#post-37807

    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 gray because you have set the color to gray color: #cccccc !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 sub tab default – Profile #87374
     sharmstr
    Moderator

    You should ask on the bp forum: https://buddypress.org/support/

    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 add the BP Profile Search form you’ve created by adding the bps_display shortcode to a text field. If you need an example, import one of the “connected” demo pages and see how its done.

    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

    Downgrade BP. In the future, do not update plugins until you confirm your current version of Kleo is compatible. BP 2.4 was just released. Kleo doesnt support it yet. I dont have an ETA for 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: Base Group Registration Fields not appearing #87362
     sharmstr
    Moderator

    That’s not your bp registration page though. You’re confusing PMPro registration with BP registration.

    PMPro has information on their site that will allow you to add BP extended profile fields to their form. http://www.paidmembershipspro.com/2015/02/update-buddypress-profile-additional-user-information-registration/

    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: form fields of demo dont display #87352
     sharmstr
    Moderator

    Have you built a form? https://archived.seventhqueen.com/video-tutorials/import-and-configure-the-kleo-get-connected-demo-page.html

    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 log in #87351
     sharmstr
    Moderator

    Enable facebook 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: members page #87350
     sharmstr
    Moderator

    Make sure you have buddypress cover photo installed, and enable full with profile in Theme Options > Buddypress.

    You can use the particles shortcode in the profiles.

    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: Problem With kleo #87348
     sharmstr
    Moderator

    For the menu issue: Go to Appearance > Menus. Then click on screen options and enable bp and kleo. This is in the documentation.

    Have you enabled registration? Are you trying to access it while you’re logged in, because you cant.

    The ‘fancy login’ will work once you add the kleo login link to the menu.

    Again, this is in the documentation: https://archived.seventhqueen.com/documentation/kleo

    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

    To remove it from your homepage, put this in your quick css

    COPY CODE
    
    .home-page .kleo-quick-contact-wrapper {
        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: Creating photo and video stream for users #87346
     sharmstr
    Moderator

    rtMedia has addons that will allow you to do most of that. Check out sitewide gallery. https://rtcamp.com/products/category/rtmedia/

    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: featuring Team Members #87345
     sharmstr
    Moderator

    There’s nothing built into kleo that will do this. The build it members VC shortcodes dont have options to filter by user type.

    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

    Try this

    COPY CODE
    
    .current-menu-item a {
        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: News Magazine – Where is it :-) #87343
     sharmstr
    Moderator

    same place

    https://archived.seventhqueen.com/video-tutorials

    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 action #87342
     sharmstr
    Moderator

    Basically all it said was rename your old 4.x sliders and import the 5.x sliders. https://archived.seventhqueen.com/documentation/kleo#revslider

    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: Attributes values not showing up #87340
     sharmstr
    Moderator

    Its working now. Ultimately it was an issue with the attributes themselves. I had to go into each one uncheck “enable archives”, save, re-check “enable archives” and save. Probably has something to do with one of the product plugins you installed. I’m moving this topic since this had nothing to do with kleo.

    I’ve added variations to the Seam Midi Dress. Please remember to edit 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

    You only needed to remove the period in the shortcode. You need it in the 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: Attributes values not showing up #87330
     sharmstr
    Moderator

    You updated Kleo to 3.1.1 without updating k-elements and VC. I’m doing that for you now. I will let you know if that fixes 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: Attributes values not showing up #87329
     sharmstr
    Moderator

    Did you look for 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

     sharmstr
    Moderator

    I guess you missed this part?

    Looks like you’ve added .btn-default to the button class. You need to remove the period.

    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: Attributes values not showing up #87282
     sharmstr
    Moderator

    Look for a plugin conflict that’s breaking the attribute selection field.

    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.
Viewing 40 posts - 2,761 through 2,800 (of 11,328 total)

Log in with your credentials

Forgot your details?