Forum Replies Created

Viewing 40 posts - 3,161 through 3,200 (of 11,328 total)
  • Author
  • in reply to: Theme Options – Import message #84305
     sharmstr
    Moderator

    Try this instead

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

    Try this instead

    #redux-intro-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: Woocommerce checkout fields #84279
     sharmstr
    Moderator

    Have you read the woocommerce documentation? https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/

    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 theme package question #84277
     sharmstr
    Moderator

    Log into theme forest and download 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: Woocommerce Reviews not showing #84275
     sharmstr
    Moderator

    I see it on your 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Maybe you mean: ‘lp-home-full-screen’ #84274
     sharmstr
    Moderator

    You need to import the slider. https://archived.seventhqueen.com/documentation/kleo#revslider Its the home-default.zip file.

    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: Notification of commented Activity Message #84270
     sharmstr
    Moderator

    Buddypress doesnt add a notification for comments on new member activity. You can ask on their forum how to enable that.

    Or you can hide the comment button by putting this in your quick css

    COPY CODE
    
    .new_member.activity-item .activity-meta .acomment-reply {
        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: Space between sections #84256
     sharmstr
    Moderator

    Go into the row settings for each section and set the top and bottom padding to whatever you want. Right now they are set to 40

    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: Kleo Geolocation #84255
     sharmstr
    Moderator

    You’ll have to contact the developer as it wasnt developed by Seventhqueen: http://docs.geomywp.com/

    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: Blog has gone blank #84249
     sharmstr
    Moderator

    Enable debugging and reload the page: https://codex.wordpress.org/WP_DEBUG

    Make sure you set define( ‘WP_DEBUG_DISPLAY’, true);

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

    You can remove “orders” by going to theme options > woocommerce > Manage Account in BP: Off

    The rest of your changes can be done with this function. If you have your child theme enabled, put it in functions.php.

    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']);
    
    }
    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: NEWS MAGAZINE BUTTON COLOR #84245
     sharmstr
    Moderator

    Can you provide a link please?

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

    You cant change forum to chat. As suggested before, try using this plugin to add your new chat section: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    If you cant do it that way, then you’ll need to custom code the addition using buddypress functions: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

    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 or warning? #83874
     sharmstr
    Moderator

    You need to click on the pencil for the row, not the column.

    You can follow the plugin directions: https://wordpress.org/plugins/bp-profile-search/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: Error or warning? #83864
     sharmstr
    Moderator

    Its quite simple. Start a new form and add whatever fields you want to it. The field list is determined by the fields you have defined in wp admin > users > profile 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: Error or warning? #83857
     sharmstr
    Moderator

    You need to install WP Profile Search, build a form and add change the shortcode on that page to match that of the one you built.

    To change the background image, click on the pencil icon for the row its on and choose a new 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: Blog has gone blank #83856
     sharmstr
    Moderator

    Looks fine to me.

    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: Social media icons on user profiles #83809
     sharmstr
    Moderator

    You’ll have to wait for sangreer84 to respond since its not something built into Kleo

    quick css is 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: Ubermenu ajax search bar #83808
     sharmstr
    Moderator

    But you only need to turn it on long enough to set the options. But as I’ve said, who know if it will work or not. Your solution is unsupported so I cant say for 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

    in reply to: Ubermenu ajax search bar #83782
     sharmstr
    Moderator

    And you might need this later: https://archived.seventhqueen.com/forums/topic/can-kleo-search-for-woocommerce-products-lead-to-products-result

    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: Ubermenu ajax search bar #83780
     sharmstr
    Moderator

    Because you have it turned off. Turn it on. Options will magically appear 🙂

    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: Ubermenu ajax search bar #83775
     sharmstr
    Moderator

    Header

    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

    It is on my sites and it has to be on his since it shows when rtMedia is disabled. And older comments show up. Just not new ones ( I’m guessing since the last rtMedia update).

    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: Ubermenu ajax search bar #83762
     sharmstr
    Moderator

    Well, since you’ve added that way, not sure if it will work, but you can try setting it 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: Ubermenu ajax search bar #83751
     sharmstr
    Moderator

    Your menu looks great. Good job!

    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

    It doesnt work because you used VC to build the post. Set a featured image for 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: notification #83736
     sharmstr
    Moderator

    The notification count is by type, not the total notifications. So if you have 3 new messages, it will show 1 for those 3.

    I dont see “starrted” in your image. But translations are done through the specific plugin that generates 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: notification #83731
     sharmstr
    Moderator

    I dont see that you’ve added the notification menu item to any of your menus. You need to add it in order for the live notification to be displayed.

    Go to your menu and click on Screen Options in the upper right and make sure Kleo is enabled. Then add “live notification” to your 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: notification #83728
     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: Change Icons Profiles #83727
     sharmstr
    Moderator

    I dont understand your question. Are you asking how to change the order of the icons? https://archived.seventhqueen.com/forums/topic/how-to-left-align-kleo-menu-and-add-logo-to-it#post-51738

    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: notification #83722
     sharmstr
    Moderator

    Try removing the space in 20 000

    Do you have the notification menu item in your 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: kleo search bar in top menu #83720
     sharmstr
    Moderator

    Take a look at this: https://archived.seventhqueen.com/forums/topic/re-search-bar-in-main-menu

    If you have questions regarding the code provided, please ask on that topic.

    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

    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: notification #83718
     sharmstr
    Moderator

    What do you mean by “did not show up on time notification”?

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

    Alternatively, you could possibly use a plugin like this: https://wordpress.org/plugins/buddypress-custom-profile-menu/ and have it load a page with your chat icon if cometchat has a way to create a page with a launch button on 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: Change Icons Profiles #83715
     sharmstr
    Moderator

    We cant help with the pop up code. You’ll have to find someone to code that for you.

    But its important to understand that the icons in the profile are only used to load different profile screens (the section under the profile icons), not to launch things or direct you somewhere else.

    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

    Your credentials dont work.

    Dont turn them off at the site level. Just turn them off on pages where you dont want them. You can do that by editing the page and scrolling down to the Theme General Settings.

    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

    Buddypress doesnt have a way to do this. There might be some new plugins out there that tap into BPs new member type functionality. You should ask on the BP forums since there’s a bigger audience 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: Custom links issue #83707
     sharmstr
    Moderator

    Yes. This has been discussed many times here. You’ll need a plugin. There are a few out there. I use Menu Item Visibility Control 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: Color Not Being Applied #83706
     sharmstr
    Moderator

    Enable debugging to if you can catch any errors. https://codex.wordpress.org/WP_DEBUG Be sure to also set define( ‘WP_DEBUG_DISPLAY’, true);

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

Log in with your credentials

Forgot your details?