Forum Replies Created

Viewing 40 posts - 3,001 through 3,040 (of 11,328 total)
  • Author
  • in reply to: Ubermenu Plugin – Where is it? #85648
     sharmstr
    Moderator

    Ubermenu is a plugin. It doesnt come with Kleo. Its in the documentation since a lot of users use 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: How to add additional Icons to the library #85637
     sharmstr
    Moderator

    Its in the documentation: https://archived.seventhqueen.com/documentation/kleo#vector-icons

    And as a few days ago, you can now save them to your child theme to make them upgrade safe: https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log#post-19544

    – NEW FEATURE: Override Fontello icons with your own icons by adding the fontello downloaded package to kleo_child/assets

    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 Ticker like News Magazine demo #85636
     sharmstr
    Moderator

    The news ticker is the News Ticker shortcode. The Posts above it is Slider Revolution.

    Go to WP admin > Appearnce > Kleo Demo. You’ll see this.

    News Magazine
    – Revslider 5.x: Import Revolution Slider: news-magazine.zip.
    – Revslider 4.x: Import from old_revslider_4.x folder news-magazine.zip and news-template-for-news-sliders.zip.
    – Please edit the imported slider template and choose your post categories for it to work.

    Choose specific page and import the News Magazine page so you can see how it all works.

    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: Wishlist premium – Duplicates #85634
     sharmstr
    Moderator

    Ahhh, I see what you’re saying now. Let me pass this on to one of the developers.

    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: Wishlist premium – Duplicates #85621
     sharmstr
    Moderator

    Have you updated Kleo? There were some wishlist button fixes in the last two updates.

    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 Header Options #85612
     sharmstr
    Moderator

    No problem 🙂

    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: After importing demo content i can not edit anymore #85610
     sharmstr
    Moderator

    Yes, I tried it before telling you it was fixed.

    I disabled Akismet and was able to select a logo and save 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: 502 error Bad Gateway at WPEngine #85604
     sharmstr
    Moderator

    Just for clarification, you say it doesnt happen all the time. Does this mean that you enabled the WP 2015 Theme long enough to absolutely know that it also doesnt happen sometimes 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: 502 error Bad Gateway at WPEngine #85603
     sharmstr
    Moderator

    Okay. I’ll assign this to one of the developers.

    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: After importing demo content i can not edit anymore #85601
     sharmstr
    Moderator

    I added this to your child theme’s functions.php file and it works now.

    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: Homepage Header Options #85600
     sharmstr
    Moderator

    When you’re editing the page, scroll down past the visual composer area to the Theme General Settings section. Turn on transparent main menu, turn off the top bar and hide the breadcrumb area.

    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 see that they are all on the same line now. So if you want to make the fill the line better, try adding this

    COPY CODE
    
    .kleo-block.feature-item {
        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

     sharmstr
    Moderator

    Theme Options > 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

     sharmstr
    Moderator

    Does the solution in this topic fix your issue? https://archived.seventhqueen.com/forums/topic/feature-items-box-style#post-85447

    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: Material Design Demo Content #85554
     sharmstr
    Moderator

    Auto updates for included premium plugin (bundled with kleo) does work. You need to run the versions that came with whatever version of Kleo you have installed. You can check if you need to updated bundled plugins or not by going to wp admin > 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: Rev Slider Button Border #85552
     sharmstr
    Moderator
    COPY CODE
    
    .btn-see-through {
        border-color: #ffffff !important;
    }
    

    btw – you have a some bad css on that page. You are trying to set the text color to white by doing this

    COPY CODE
    
    color: ffffff;
    

    instead of

    COPY CODE
    
    color: #ffffff;
    
    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: Default text in Categories Display #85551
     sharmstr
    Moderator

    please search before posting: https://archived.seventhqueen.com/forums/topic/deleting-archive-for-category-text#post-72060

    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: Featured image for video post #85550
     sharmstr
    Moderator

    One of the many post grids: https://www.youtube.com/watch?v=bptpBrKW_sM

    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: Material Design Demo Content #85545
     sharmstr
    Moderator

    You still have the other demo page set to your home page. Here’s the material demo http://advantage20.com/home-material-design/

    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

    Lets stay on this topic for your issues. You provided link still doesnt work. Please respond privately with a working link and admin credentials. I can have a quick look.

    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 editor simply disappeared after theme update #85539
     sharmstr
    Moderator

    As I said in our other topic, its not Kleo causing it since it also happens with the WP 2015 Theme enabled. Please do not open duplicate topics. Thank you. https://archived.seventhqueen.com/forums/topic/menu-text-suddenly-became-white-and-cant-be-changed-back

    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 with second color? #85537
     sharmstr
    Moderator

    There isnt a theme option for a different color, only to make the top menu darker.

    The code you have will change the links color on the main menu.

    The top menu uses something like this

    COPY CODE
    
    .header-color.social-header {
        background-color: #eeeeee;
    }
    

    If you do a search here, this has been discussed many times.

    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: 502 error Bad Gateway at WPEngine #85535
     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: About PMPro #85512
     sharmstr
    Moderator

    You dont have any buddypress restrictions set up. You need to restrict members using Theme Options > Memberships. Since you only have 1 PMPro Membership, I’m guessing you want to give those members access to all buddypress stuff and restrict non members and guest. I’ve set up the Members directory restriction that way. Have a look. If you try to access the members directory without being a member, it will redirect you to the levels 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: About PMPro #85492
     sharmstr
    Moderator

    Yes, that’s the settings page I mean. Respond privately with admin credentials and a test member account credentials. I’ll have a look.

    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: no demo content after import #85489
     sharmstr
    Moderator

    Also, once Geodirectory is installed correctly, you’ll probably have to run the demo import again. Since the widgets used to display data on the pages didnt exists when you first ran the import, there was no way for the import to configure the widgets correctly.

    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: no demo content after import #85488
     sharmstr
    Moderator

    Why do you doubt that?

    Does this help? https://wpgeodirectory.com/support/topic/compatibility-with-multi-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: Adding a forum #85487
     sharmstr
    Moderator

    Hit submit too soon. Depending on how you set it up, you can either add a forum page you’ve created or if you dont have one, you can add a custom link to your menu that points to your forum. That’s usually http://www.yoursite.com/forums (unless you’ve changed 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

    in reply to: Adding a forum #85485
     sharmstr
    Moderator

    You should get familiar with bbpress: https://codex.bbpress.org/getting-started/

    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: no demo content after import #85484
     sharmstr
    Moderator

    The pages should be auto created by the plugin. Looks like it didnt install correctly??? The places menu item is missing. Probably has something to do with your multisite installation?

    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: About PMPro #85482
     sharmstr
    Moderator

    Hmmm. Looks like it only works on some of the options in Theme Options > Memberships.

    It looks like all you are doing is redirecting them to sign up. So why not set it up the way I explained in the first place?

    If you have it set up to “Restrict Certain Levels”, it will redirect to the PMPro Levels page if one is set up, or to the buddypress registration page if it cant find a PMPro levels 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: no demo content after import #85479
     sharmstr
    Moderator

    Have you installed and configured Geo Directory? https://archived.seventhqueen.com/documentation/kleo#geo-directory

    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: Featured image for video post #85478
     sharmstr
    Moderator

    Instead of using the Kleo Post shortcode on your homepage, you can use one of the built in VC posts shortcodes. It wont have the kleo posts styling, but you can easily use the featured image instead of the video.

    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: Hello, I want to put post meta data! #85470
     sharmstr
    Moderator

    That setting is for archive pages (post listings), not single pages. I found this topic which might help you. https://archived.seventhqueen.com/forums/topic/display-post-meta-in-single-post-page-on-top-of-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: Share medias #85438
     sharmstr
    Moderator

    If it doesnt work with the WP 2015 Theme enabled, then Kleo isnt causing the problem.

    Look for plugin conflicts again. Disable all plugins except BP and try again. If it works, enable each plugin one-by-one until you find the conflict. If it still doesnt work, try searching google 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: Share medias #85430
     sharmstr
    Moderator

    So, it didnt work 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: Images not displaying correctly #85428
     sharmstr
    Moderator

    You’re welcome. I’ve assigned this to a developer so it can be fixed in the next release.

    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: Images not displaying correctly #85426
     sharmstr
    Moderator

    okay

    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: Feature Items (Box style) #85423
     sharmstr
    Moderator

    I was checking your site using chrome which doesnt have the issue. I do see it in firefox. Try this in your quick css

    COPY CODE
    
    .wpb_single_image .vc_figure
    max-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: Images not displaying correctly #85422
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .wpb_single_image .vc_figure {
        max-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

Viewing 40 posts - 3,001 through 3,040 (of 11,328 total)

Log in with your credentials

Forgot your details?