Forum Replies Created

Viewing 40 posts - 5,201 through 5,240 (of 11,328 total)
  • Author
  • in reply to: Restrict content on page #67668
     sharmstr
    Moderator

    It depends on what you mean by members. If you are just talking about registered vs. guest without something like PMPro, then you can use the Content By Usertype shortcode.

    If you mean PMPro memebers, then register for a free account with PMPro, then go here to see the shortcodes you can wrap around your image: http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/

    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 Error After visting profile pages #67667
     sharmstr
    Moderator

    I’m not sure that it has anything to do with buddypress. I went directly to my-course-profile and received a 404.

    Have you tried resaving your permalinks?

    Does it happen with the WP 2015 Theme enabled?

    Are you menu links correct? For example, your “online courses” menu item points to /online-courses/ which is a 404, but /courses/ 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: Cover Size #67663
     sharmstr
    Moderator

    hello. please search before posting https://archived.seventhqueen.com/forums/topic/best-image-size-for-cover-image

    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: Pricing table link won't save #67660
     sharmstr
    Moderator

    I’m not able to reproduce this. Here’s a couple of things to check

    1 – Visual Composer version. Should be 4.5.3
    2 – Plugin conflicts: Disable all non kleo recommended plugins and see if it starts working. If so, enable your extra plugins one at a time, check after each one, to find the conflicting plugin
    3 – SEO by Yoast and VC have had issues in the past with elements not saving correctly. Not sure if you’re running that plugin, but that might be 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: Animated Button with popover problems #67659
     sharmstr
    Moderator

    @abe – I was able to reproduce this. Can you have a look. Not sure if my suggested css fix will effect anything else. 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: Animated Button with popover problems #67658
     sharmstr
    Moderator

    Try this in Theme Options > General > Quick Css

    COPY CODE
    
    .btn-text-animated span:last-child {
    width: auto !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: Registration not working #67657
     sharmstr
    Moderator

    Go through the same steps as before.

    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: ERROR: class-envato-protected-api.php #67656
     sharmstr
    Moderator

    @stonyne – You had code in your functions.php file that was compatible with the latest version of Kleo. Copying over new blank files isn’t upgrading the child theme. Its important to note that here so we dont confuse people by thinking that child themes get upgraded. I’m glad you figured it out though 🙂

    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: Strange Error #67655
     sharmstr
    Moderator

    I dont understand what the problem is. The site, both front end and backend, are loading fine.

    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: navbar button style question #67573
     sharmstr
    Moderator

    awesome

    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: Fullwidth #67571
     sharmstr
    Moderator

    This might work. Bring up that page in page editor. Scroll down to theme general settings > title. Hide the main info and title. Then go further down to the header content (where the map code is) and put your breadcrumb section before the map code

    COPY CODE
    
    <section class="container-wrap main-title alternate-color  title-single main-center-title border-bottom"><div class="container"><h1 class="page-title">Find clothing factories, suppliers, production experts & more. <a><div class="breadcrumb-extra"></div></a></h1></div></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: Woocommerce Buddypress registraition fail #67569
     sharmstr
    Moderator

    I dont. I need to be able to see what’s going on. Enable the WP 2015 Theme. If you have the same problem, then you can ask on the BP forums where they know more about their own plugin. But you have to test with the 2015 theme or else they will blame 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

    in reply to: navbar button style question #67568
     sharmstr
    Moderator

    .kleo-main-header .nav > li > a {
    box-shadow: inset 0px 2px 0px 0px transparent;
    }

    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: My website has some errors after update the theme #67563
     sharmstr
    Moderator

    Looks like its fixed now.

    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: navbar button style question #67562
     sharmstr
    Moderator

    hard to help without seeing it, but I’m guessing you need to define what happens on hover

    COPY CODE
    
    .navbar-nav .btn.btn-special:hover {
    border: 1px solid #fff !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: Disable Portfolio and Testimonies #67558
     sharmstr
    Moderator

    Please search before posting

    https://archived.seventhqueen.com/forums/topic/disable-clients-testimonials-portfolio-dont-need#post-48980

    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 message in row setting #67557
     sharmstr
    Moderator

    Known issue that VC said they will be fixing

    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: portfolio carousel #67556
     sharmstr
    Moderator

    Why not use the image carousel instead?

    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: My website has some errors after update the theme #67544
     sharmstr
    Moderator

    So, the answer is yes. You have saved them.

    Okay, try this in your child theme’s functions.php file. Then go back to theme options, refresh the page and then save them. Remember to clear your server cache after. It could be that your site has an issue with building the dynamic.css file via ajax. This code disables that and used the old way of saving them.

    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: Shortcodes for placing posts of a category on page #67542
     sharmstr
    Moderator

    I wouldnt say my answer was wrong. The title was “how to put additional content on a category page.” And your second question was ” additional content around the blog content of a category page”. Your second and third posts were about the archive/category pages. So my answer was correct for those 4 instances. Sure, you mentioned category content on a page and I overlooked that because of the examples given. In this topic, you made it more clear on what you were after. I’ve known about the shortcodes since day one.

    I know the functions because I’ve contributed code and have highly customized my sites. Not to mention I’ve been answering questions here for over a year. You learn a lot figuring out other peoples problems.

    Same suggestion as before. Install the demo content 🙂

    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: My website has some errors after update the theme #67540
     sharmstr
    Moderator

    You still havent answered this: You never indicated if you resaved Theme Options as I suggested. Please answer. Its 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: My website has some errors after update the theme #67533
     sharmstr
    Moderator

    Also, the googletag error was there before I told you to disable the 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: My website has some errors after update the theme #67531
     sharmstr
    Moderator

    Remove the code temporarily.

    You never indicated if you resaved Theme Options as I suggested.

    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 the login and register fields be changed? #67528
     sharmstr
    Moderator

    Login with email. Do google search, there is a plugin for that.
    Register: Search/ask on Buddypress forum. I believe I saw a solution for that there.

    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: My website has some errors after update the theme #67527
     sharmstr
    Moderator

    what is googletag? Did you add that code somewhere? That’s whats throwing the error.

    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: My website has some errors after update the theme #67519
     sharmstr
    Moderator

    The main.js error is gone, but you have google tag jquery errors. Disable all plugins that kleo doesnt recommend and clear your server cache.

    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 in VC and KLEO #67503
     sharmstr
    Moderator

    Finally understand why it was only showing on the left. That happens when you dont have enough posts (titles) to fill the entire width of the container (in your case the window)

    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

    /kleo/kleo-framework/lib/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: My website has some errors after update the theme #67501
     sharmstr
    Moderator

    Does /kleo/assets/js/main.js exist on your server? If not, sounds like your update didnt install 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: Bug NEWS Ticker #67500
     sharmstr
    Moderator

    That’s happening because you dont have enough posts (titles) to fill the width of the 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 do you make the same label? #67491
     sharmstr
    Moderator

    see attached for explanation on the catetory

    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: How do you make the same label? #67490
     sharmstr
    Moderator

    The label will only show if you have specified a category AND the first post displayed is an image 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: Group members cannot post updates to group wall. #67489
     sharmstr
    Moderator

    Also, I’m assuming you mean group activity when you say wall.

    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: Group members cannot post updates to group wall. #67488
     sharmstr
    Moderator

    What happens when they try? Are you on wpengine? Is your site throwing errors? Have you looked 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

    in reply to: CAN'T DELETE POSTS OR GROUPS SINCE KLEO UPDATE #67487
     sharmstr
    Moderator

    Respond privately with 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: My website has some errors after update the theme #67479
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: My website has some errors after update the theme #67478
     sharmstr
    Moderator

    Your site is throwing errors.

    Which styles.css? The one in /kleo/ shouldnt have anything in it. Its supposed to be blank.

    Looks to me like you need to clear your server cache. You can also try resaving theme 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

    in reply to: Adding test from profile to item header content #67477
     sharmstr
    Moderator

    Please search before posting. There are a few topics on here about that and even buddypress has a page in their documentation for that. https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-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: Jobs icon missing after update to new version #67474
     sharmstr
    Moderator

    There’s no Jobs tab at all so it will never show a briefcase or any other icon for that matter. Is it something you only see when you’re logged in? If so, then I’ll need access to see what’s going on.

    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: Content by user type issue… splash page #67472
     sharmstr
    Moderator

    Still not really sure what you are trying to accomplish. But the top bar is within a container called .social-header. If you apply your css to that instead of .top-bar, it will get rid of the yellow on the left and right in capture1.jpg

    .kleo-main-header is where the logo and menu are.

    .social-header and .kleo-main-header are sections within .header

    So its like this

    COPY CODE
    
    <div id="header" class="header-color">
         <div class="social-header header-color"></div>
         <div class="kleo-main-header header-normal"></div>
    </div>
    
    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 - 5,201 through 5,240 (of 11,328 total)

Log in with your credentials

Forgot your details?