Forum Replies Created

Viewing 40 posts - 2,441 through 2,480 (of 11,328 total)
  • Author
  • in reply to: Info Visual Composer license #91260
     sharmstr
    Moderator

    Bundle plugins dont have licenses. If you need assistance, ask here. If we cant answer it, we will contact VC on your behalf.

    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: Body line height #91256
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    body.single .article-content {
        line-height: 25px;
    }
    
    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: Info color main section #91254
     sharmstr
    Moderator

    If you use a boxed layout, you can set your background to gray and your main content background to white.

    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: LearnDash compatibility #91253
     sharmstr
    Moderator

    The Kleo developers made the theme Sensei compatible over learndash. That’s not to say learndash wouldnt work, but there isnt any extra styling for learndash so it probably wont look great.

    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: quiz sensei #91252
     sharmstr
    Moderator

    There inst one bundled with Kleo, but Kleo is Sensei compatible.

    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: wrong password produces error #91250
     sharmstr
    Moderator

    You’re welcome.

    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 #91249
     sharmstr
    Moderator

    It is as it stands now. Perhaps ask the developer how to remove the portfolio search from Kleo’s portfolio directory. My guess is that there is a conflict between the portfolio post types. Kleo has one and so does that plugin. The plugin probably thinks it needs to add the search on the kleo directory because of the “portfolio” name.

    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 Visual Composer #91237
     sharmstr
    Moderator

    I dont really have experience with that. Sorry.

    Since you’ve already spent months looking into it, maybe you should pay the pmpro premium support fee and have them assist 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: Bootstrap #91233
     sharmstr
    Moderator

    Enable Visual Composer. If you dont have it installed, go 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

     sharmstr
    Moderator

    Took me awhile to figure that one out 🙂 You’re welcome.

    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: Navigation Bars #91227
     sharmstr
    Moderator

    wait. I see what you’re trying to do now. You want the entire full-width-nav to be black. couple of things.

    1 – Put a min-height on it

    COPY CODE
    
    .full-width-nav {
        background-color: #000;
        min-height: 30px !important;
    }
    

    Also, you have a full-width-nav inside a full-width-nav. Get rid of one 🙂

    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 #91225
     sharmstr
    Moderator

    moving because this isnt a bug….

    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 #91224
     sharmstr
    Moderator

    I know it is. I disabled it and everything worked again. That plugin was adding the search form to the the portfolio page which was screwing everything up.

    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: Navigation Bars #91221
     sharmstr
    Moderator

    Sorry for the delay in responding. Looks like you’ve made some progress.

    You’re right, there is no hook between the menu and breadcrumbs. Sorry about that.

    Looks like you tried to set the background color to black. You need to add the .nav container to it.

    COPY CODE
    
    .full-width-nav .nav {
    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

     sharmstr
    Moderator

    In the video source settings, add &loop=1 to the end of the Arguments Vimeo 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

    in reply to: Problems with Visual Composer #91214
     sharmstr
    Moderator

    No problem. Glad you got it working.

    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 for logged out vs. logged in users #91213
     sharmstr
    Moderator

    Use a conditional menu plugin. I use these, but there are others.:

    https://wordpress.org/plugins/nav-menu-roles/
    https://wordpress.org/plugins/menu-items-visibility-control/

    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 Forums disaapeared #91210
     sharmstr
    Moderator

    Ahh. Okay.

    Have you looked for a plugin conflict? Specifically with the group plugins you have installed?

    Have you tried any of the forum repair tools in WP Admin > Tools > Forums?

    Did you try with the WP 2015 Theme enabled? This will help us determine if Kleo is causing this, because I cant reproduce this issue on my 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: Kleo Tabbed Content #91205
     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: Problems with Visual Composer #91203
     sharmstr
    Moderator

    I set up a test CPT called sharmstr -test. There are 3 buttons.

    The first is without any membership code

    The second has -1 for the restriction. I cant see it because my account is a member of level 1

    The third has 1 for the restriction. i CAN see it because my account is a member of level 1.

    So, looks like it working 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: POrtfolio #91198
     sharmstr
    Moderator

    It was BP portfolio.

    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 #91197
     sharmstr
    Moderator

    Where is the search form coming from???

    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 #91196
     sharmstr
    Moderator

    Good. Now look for plugin conflicts.

    Couple of things to check. Your google tag code is throwing errors and so is buddypress portfolio. I’m not too concerned with bp portfolio, but I am with the google tag code since its jquery and vc and kleo need clean (error free) jquery.

    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 Visual Composer #91192
     sharmstr
    Moderator

    Forgot to say – Give me access and I can take a look 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: Problems with Visual Composer #91191
     sharmstr
    Moderator

    If it doesnt work with the 2015 Theme, then we can rule out Kleo as being the issue.

    Does work outside of VC (in the standard WP editor)?

    Does it work in a WP page (not your CPT?)

    Plugin conflict?

    What version of k-elements do you have installed?

    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: Rearranging icons in members area #91183
     sharmstr
    Moderator

    You’re welcome.

    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: Rearranging icons in members area #91181
     sharmstr
    Moderator

    Please search before posting. Its been asked several times before. Here’s the function you need to move the media icon over. Put it in your child theme’s functions.php file.

    COPY CODE
    
    function bbg_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['media']['position'] = 20;
        $bp->bp_nav['orders']['position'] = 100;
    
    }
    add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
    
    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 And BBPress Forum setup #91174
     sharmstr
    Moderator

    There shouldnt be a issue with that. We have a ton of topics here with the same name. The slugs will auto add a number to them but the display name will be the same.

    slugs
    tyres
    tyres-1

    You can ask on the bbpress forum to be sure.

    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: Group Forums disaapeared #91169
     sharmstr
    Moderator

    Ahhh. I think I know what’s happening. I did find a group that had forum enabled, but no forum assigned to it.

    In this case, what probably happened is that the group was initially created without a forum. Buddypress only give you the option to create a forum when you first create the group. If you go back later and enable forums for a group, you first need to create the forum in WP admin so you can assign it to the group. It would be nice if they coded in a way to create the forum after the fact, but they 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: Illegible group descriptions – Pre Sales #91166
     sharmstr
    Moderator

    You’re welcome. Enjoy Buddyapp. 🙂

    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 Forums disaapeared #91164
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Group Forums disaapeared #91162
     sharmstr
    Moderator

    I logged in and see group forums. I’ll respond privately with details.

    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: register – 404 error not found #91161
     sharmstr
    Moderator

    A couple of things

    1 – Did you set up BP correctly? WP Admin > Settings > Buddypress > Pages

    2 – If so, try resaving your permalinks. WP Admin > Settings > Permalinks: Click 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: Illegible group descriptions – Pre Sales #91160
     sharmstr
    Moderator

    I purposely didnt give it to you because it will clash with the fix that they will be releasing. So, remember to remove this

    COPY CODE
    
    #buddypress div#item-header div#item-header-content { background: rgba(0,0,0,0.5); }
    
    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 #91156
     sharmstr
    Moderator

    You didnt update VC though. Or k-elements. Go to WP Admin > Appearance > Install Plugins and get everything you have active to the correct versions. Let me know if that fixes 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: revolution slider Purchase code invalid #91155
     sharmstr
    Moderator

    1 – Since it bundled, you should be importing from local, not online. There are slider imports for kleo available in the download file. Let me know if that works for you.

    2 – You need to stay on the version that’s bundled with Kleo, even if there is a new version available.

    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 Tabbed Content #91154
     sharmstr
    Moderator

    Its okay to use the Kleo Tabs shortcode. They had removed the deprecated warning on the tabs shortcode, but forgot to do it on the individual tab. They will be fixing 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: Illegible group descriptions – Pre Sales #91152
     sharmstr
    Moderator

    As I thought, the group and profile covers used to have gradients. They removed them from the directories because they weren’t really needed. In doing so, they also removed them from the group and profile pages. They will be fixing that.

    To answer your question about css modifications, just like Kleo, you can put them in a child theme or in qucik css in 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: Kleo Tabbed Content #91151
     sharmstr
    Moderator

    Got it. I’m asking the developers about it now. Will let you know what they say.

    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: Illegible group descriptions – Pre Sales #91091
     sharmstr
    Moderator

    Its not in theme settings. But you can do what I did in the image above with 1 line of 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

Viewing 40 posts - 2,441 through 2,480 (of 11,328 total)

Log in with your credentials

Forgot your details?