Forum Replies Created

Viewing 40 posts - 3,121 through 3,160 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Cool. 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: Pages are charging by the bottom #84881
     sharmstr
    Moderator

    Can you explain what you mean by ‘charging’?

    On your home page, the bottom moves because of the Testimonial slider. That’s to be expected.

    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

    Cross origin errors. See attached.

    You can try this, https://wordpress.org/support/topic/css-fonts-missing-no-access-control-allow-origin-header?replies=9

    If that doesnt work, 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to remove woocommerce cart icon in the #84871
     sharmstr
    Moderator

    Theme Options > Woo

    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 doesnt handle that. You should ask on the rtMedia 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

    in reply to: Updates not changing #84864
     sharmstr
    Moderator

    Please see these topics

    https://archived.seventhqueen.com/forums/topic/theme-color-not-changing
    https://archived.seventhqueen.com/forums/topic/some-changes-in-theme-options-in-a-child-theme-wont-be-recognized

    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: Moving sent bar #84861
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Moving sent bar #84859
     sharmstr
    Moderator

    I couldnt reproduce it on your site. I tried with the header expanded and minimized. See attachment in next reply.

    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 & Vendor Accounts #84858
     sharmstr
    Moderator

    All plugins use the wordpress account. So yes, they will have the same account. There is an ongoing discussion about these plugins here: https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-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: FACEBOOK LOGIN AND MEMBER AREA #84746
     sharmstr
    Moderator

    So, still not exactly sure what you want. So, lets go through some possible options when you say “click on three different options”

    1 – Menus. You can hide menu items from logged out users using: https://wordpress.org/plugins/menu-items-visibility-control/

    2 – Content on the home page: Use the Content By User type shortcode and put everything you want hidden from guest in there. See attachment.

    3 – Same as above, but instead of using the shortcode in Visual Composer, you can use the raw content by user type shortcode, which is kleo_restrict, in a text block. Here is an example that will show a button to people who are logged in.

    COPY CODE
    
    [kleo_restrict][kleo_button title="Only Logged In Users Will See This" href="http://www.yoursite.com/yourlink" style="see-through" size="lg" icon="0"][/kleo_restrict]
    
    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: FACEBOOK LOGIN AND MEMBER AREA #84727
     sharmstr
    Moderator

    The content by user type only accepts logged in or guest. So, “logged in via facebook” has no relevance here. They are either logged in or not.

    I feel like you keep explaining the same thing and I keep answering the same thing 🙂 So, how about you tell me what you want logged in users to see (what should be hidden from guests).

    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 LOGIN AND MEMBER AREA #84698
     sharmstr
    Moderator

    Now I’m confused 🙂

    Your first question was asking how to put a section on the home page that only logged in users can see, right? If so, I dont understand your last question about “my shortcodes” and functions.php.

    If you have a shortcode that you want to use, click on the + icon within the Content By User Type block and add a text block. You can add your shortcode to that. Or you can use one of the shortcodes built into VC.

    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: Transparent dark menu #84697
     sharmstr
    Moderator

    Please search before posting. This has been asked and answered before. Click on the gear icon in VC and add this

    COPY CODE
    
    .navbar-transparent .navbar .kleo-main-header {
        background-color: rgba(0,0,0,0.4) !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: FACEBOOK LOGIN AND MEMBER AREA #84681
     sharmstr
    Moderator

    Its in Visual Composer. Click on the + icon in a row, then click on “Content 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

    in reply to: FACEBOOK LOGIN AND MEMBER AREA #84590
     sharmstr
    Moderator

    Use the “content by user type” shortcode and set it to logged in. Then put whatever you want in 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How can I change the text on levels page? #84567
     sharmstr
    Moderator

    There is no settings page in the admin to change those. They directly correlate to the settings in Theme Options > Membership That’s why Go Pricing compatibility was added to Kleo. So that you can make your own tables. If you dont want to create a custom table, you can translate those strings using your preferred translation tool/plugin.

    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: Fatal error #84566
     sharmstr
    Moderator

    is_customize_preview is a built in wordpress function that was introduced in WP 4.0.0. Several plugins (Visual Composer, Woocommerce, WordPress SEO to name a few) utilize it. What version of wordpress are you running?

    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 Template Meltdown after new Google Chrome Update #84564
     sharmstr
    Moderator

    Does the media upload work if you have the WP 2015 Theme enabled? Have you looked for plugin conflicts? Have you enabled wp_debug or looked at your server log files to find 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

     sharmstr
    Moderator

    You can translate that message into whatever you want it to say and in whatever language by translating buddypress. https://codex.buddypress.org/translations/

    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 Activate Page Full Width? #84516
     sharmstr
    Moderator

    Looks like the only option missing is “activate”, right? So maybe try changing the default to full page, then set all the other pages to whatever you initially had set as your default. I havent tested it but seems legit.

    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 private messaging to all users #84469
     sharmstr
    Moderator

    By default BP allows messaging between *all* users, not just friends. However, the popup list (autocomplete) will only be populated with your friends. Kleo doesnt override that.

    The command that you mentioned is to use when you want the autocomplete list to search all members, if set to true. It doesnt do any blocking of message sending based on friendships. There is no need to use it with Kleo if you only want friends to be displayed. (https://buddypress.org/support/topic/resolved-recipients-list-when-friend-connections-is-not-checked/)

    Note: I tested all of this with 2 different themes besides Kleo before I responded, including the WP 2015 Theme.

    I believe (though I’ve never used one) that there are plugins available that will stop members from messaging other members that aren’t their friend.

    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: Change Icons Profiles #84455
     sharmstr
    Moderator

    I’m not sure where that last icon is coming from. It might be from the ‘groups’ command I put in there. Try this instead and see if the icon disappears

    COPY CODE
    
    function bbg_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['media']['position'] = 30;
        $bp->bp_nav['messages']['position'] = 40;
        $bp->bp_nav['friends']['position'] = 50;
        $bp->bp_nav['notifications']['position'] = 60;
        $bp->bp_nav['settings']['position'] = 70;
        unset($bp->bp_nav['forums']);
        bp_core_remove_subnav_item($bp->activity->slug, 'mentions');
    }
    add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
    

    You can translate anything that has to do with “media” by translating rtMedia. http://docs.rtcamp.com/rtmedia/translations.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: Change Icons Profiles #84448
     sharmstr
    Moderator

    I’m sorry you dont understand what I’m saying. I thought I was being clear by telling you were to add the line. Your function should look like this now.

    COPY CODE
    
    function bbg_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['media']['position'] = 30;
        $bp->bp_nav['messages']['position'] = 40;
        $bp->bp_nav['friends']['position'] = 50;
        $bp->bp_nav['notifications']['position'] = 60;
        $bp->bp_nav['settings']['position'] = 70;
        $bp->bp_nav['groups']['position'] = 80;
        unset($bp->bp_nav['forums']);
        bp_core_remove_subnav_item($bp->activity->slug, 'mentions');
    }
    add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
    

    Once you have that in place, if there is something that’s still not right, please explain and I’ll tweak it 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: Customize Theme link error #84447
     sharmstr
    Moderator

    That’s not being caused by Kleo. Its whatever plugin is in plugins/bbvc/

    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: Categories name repeated #84445
     sharmstr
    Moderator

    That’s standard WP. If you want to remove one of them, change the title or try adding this to your quick css

    COPY CODE
    
    .widget_categories .screen-reader-text {
        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: AJAX Login & Registration #84443
     sharmstr
    Moderator

    You cant access registration if you are already logged in. There is no reason to.

    You can add the Kleo login link to your menu. That will launch the login popup. Its in the documentation. https://archived.seventhqueen.com/documentation/kleo#menus

    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: Change Icons Profiles #84442
     sharmstr
    Moderator

    You didnt add it to the function. You just added it.

    Put it right after the unset line.

    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: Theme Options – Import message #84387
     sharmstr
    Moderator

    I cant help any further unless you give me access. Sorry.

    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: Theme Options – Import message #84385
     sharmstr
    Moderator

    Replace it? I didnt give you that code. I’m telling you that jquery code you’ve put in your css file is breaking your css file half way through. CSS files can only contain css. You can put jquery code in Theme Options > General > javascript code

    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: Responsive Nav not working #84383
     sharmstr
    Moderator

    You need to click on the caret to expand it. You cant see the caret because you’ve hidden it. You have this in your custom css

    COPY CODE
    
    /* remove caret in nav */
    .nav .caret
    {
    display: none;
    }
    
    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: Theme Options – Import message #84379
     sharmstr
    Moderator

    You have non css in that file. Move what I gave you to the top of the file, just above pagination and see if it works.

    This is what I think it causing the problem

    COPY CODE
    
    $(document).bind(“contextmenu”,function(e) {
    e.preventDefault();
    });
    

    That’s jquery code, not 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: Megamenu issues #84376
     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: Megamenu issues #84374
     sharmstr
    Moderator

    It wont work in the top menu. Only in the 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: Theme Options – Import message #84370
     sharmstr
    Moderator

    I wanted to check your css. Search the install files to find it. It wont be upgrade safe.

    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: Theme Options – Import message #84352
     sharmstr
    Moderator

    Respond privately with a link and 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: Maybe you mean: ‘lp-home-full-screen’ #84351
     sharmstr
    Moderator

    Change your home page in WP Admin > Settings > Reading.

    I suggest taking some time to learn WordPress. Kleo is just a theme for it so its important to understand what is controlled by WP (buddypress, bbpress or any other plugin that you’re going to use) and what is “styled” by Kleo: https://codex.wordpress.org/Main_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: Change Icons Profiles #84349
     sharmstr
    Moderator

    A google search shows the following…

    COPY CODE
    
    bp_core_remove_subnav_item($bp->activity->slug, 'mentions');
    

    add it to the function I’ve already given 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: Theme Options – Import message #84316
     sharmstr
    Moderator

    Then maybe you haven’t closed out a comment higher up in your quick css code.

    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: Maybe you mean: ‘lp-home-full-screen’ #84314
     sharmstr
    Moderator

    Choose specific 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: Kleo Geolocation #84307
     sharmstr
    Moderator

    The “theme” developed by Seventhqueen. NOT the Kleo Geolocation plugin. That’s developed by them.

    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,121 through 3,160 (of 11,328 total)

Log in with your credentials

Forgot your details?