Forum Replies Created

Viewing 40 posts - 5,721 through 5,760 (of 11,328 total)
  • Author
  • in reply to: Buddypress Activity Reply not working #65525
     sharmstr
    Moderator

    Changing the priority isnt going to do anything but change the priority within wp_enqueue_scripts. What I’m trying to say is that it appears that the scripts are being enqueued before BP loads. That’s why it cant find BP_DTheme

    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: Search Form delivers the same dropdown results #65516
     sharmstr
    Moderator

    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

     sharmstr
    Moderator

    Sounds like an issue with your browser. Does it happen with the 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: Buddypress Activity Reply not working #65512
     sharmstr
    Moderator

    That’s the site I looked at. I found the site and login info from another thread.

    Anyhow, sounds like the script is trying to load too early. You probably need to wait until after bp is loaded to enqueue 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

    in reply to: how to tint cover photo #65510
     sharmstr
    Moderator

    For some reason, the devs wrote the code so that the .profile-cover-inner div is only created on the groups page when a user is logged in. Without that div, there’s nothing to apply the tint to. I’ve copied them on this topic to see what they say. In the meantime, you can go to /plugins/buddypress-cover-photo/group-cover and remove the following lines (starting around line 65)

    COPY CODE
    
    if ( ! is_user_logged_in() ) {
                    return;
                }
    

    Again, I dont know why it was coded this way, so it may cause issues to change it. I did some basic testing and it seems 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: Search Form delivers the same dropdown results #65503
     sharmstr
    Moderator

    The devs came up with this fix. Go to /kleo/lib and rename theme-functions.php to theme-functions-old.php. Then copy the attached file to /kleo/lib. Make sure you change .txt to .php. Let me know if it 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

    Attachments:
    You must be logged in to view attached files.
     sharmstr
    Moderator

    The devs came up with this fix. Go to /kleo/lib and rename theme-functions.php to theme-functions-old.php. Then copy the attached file to /kleo/lib. Make sure you change .txt to .php. Let me know if it 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Contactform 7 – text & background color in fields #65498
     sharmstr
    Moderator

    You dont edit core files. You override the css either by using your child theme’s styles.css file or by putting your overrides in Theme Options > General > Quick CSS. Here’s the css its using now

    COPY CODE
    
    .wpcf7 textarea {
      border: 1px solid rgba(0,0,0,.1);
      background: rgba(255,255,255,.1);
      margin: 0;
      width: 100%;
      color: #bbb;
      padding: 10px;
    }
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
      border: 1px solid rgba(0,0,0,.1);
      background: rgba(255,255,255,.1);
      height: 48px;
      line-height: 48px;
      padding: 0 10px;
      width: 100%;
      margin-bottom: 10px;
      color: #bbb;
    }
    .wpcf7 input[type="submit"] {
      border: 1px solid rgba(0,0,0,.1);
      background: rgba(255,255,255,.1);
      transition: all .3s ease-in-out 0s;
      border-radius: 2px;
      font-size: 12px;
      height: auto;
      line-height: 18px;
      margin: 0;
      padding: 14px 16px;
      text-transform: uppercase;
      min-width: 100px;
      color: #888;
    }
    
    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 just registered a test account and there were no errors.

    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: Buddypress Activity Reply not working #65495
     sharmstr
    Moderator

    The buddypress scripts are missing. I can see that you have the code to load them in your functions.php file, but they aren’t loading. With all the plugins and customization you have, its hard to say why.

    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: import slider error #65491
     sharmstr
    Moderator

    please edit the imported slider template and choose your post categories to work.

    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: Import one page #65488
     sharmstr
    Moderator

    The vc code for that page is attached. You’ll have to add any media to it yourself.

    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.
     sharmstr
    Moderator

    Please 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: Sending messages and unable to scroll down #65483
     sharmstr
    Moderator

    I cant reproduce this. Please 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 breadcrumbs #65478
     sharmstr
    Moderator

    Put it in your functions.php file located in your child theme. This code: https://archived.seventhqueen.com/forums/topic/change-breadcrumbs/#post-56525

    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: GeoDirectory Listing bugged #65404
     sharmstr
    Moderator

    Try this https://archived.seventhqueen.com/forums/topic/geodirectory-importing

    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 do not show #65396
     sharmstr
    Moderator

    Forgot to mention, you had the wrong My account menu item. It looks like you created it yourself or something. You needed to add the one from 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: THEME OPTIONS do not show #65395
     sharmstr
    Moderator

    The issue is the coming soon plugin. If you disable it, theme options are available. With it enabled you get a “You do not have sufficient permissions to access this page.” when trying to get to theme options. Maybe you have something configured in Coming Soon Pro that’s blocking 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: Search icon and cart icons in menu…. #65386
     sharmstr
    Moderator

    I dont know. LOL. I’ll get back to 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: Issue using Facebook Login #65385
     sharmstr
    Moderator

    Its the weekend. I’m not setting a time 🙂

    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: Remove "archive for catagory" in page title… #65379
     sharmstr
    Moderator

    You can search. I’ve answered this twice in the last week.

    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: Search icon and cart icons in menu…. #65378
     sharmstr
    Moderator

    It shouldnt put an extra one on the primary if you’ve disabled it in theme options. I’ve only given you the cart code so far.

    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: Search icon and cart icons in menu…. #65372
     sharmstr
    Moderator

    Okay, I’ve been playing with this. But obviously cant test it. So, disable the cart in theme options. Then try this in your child’s functions.php file.

    COPY CODE
    
    add_filter( 'wp_nav_menu_items', 'add_cart_to_menu', 9, 2 );
    
    function add_cart_to_menu ( $items, $args )
    {
        if ( $args->theme_location != 'top' ) {
            $items .= kleo_woo_get_mini_cart();
        }
        return $items;
    }
    

    Again, I have no idea how pmpro is doing the menu switch so it may not work. But it does add the cart to my primary menu even with it disabled 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: THEME OPTIONS do not show #65371
     sharmstr
    Moderator

    link?

    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: Search icon and cart icons in menu…. #65365
     sharmstr
    Moderator

    The Kleo logic behind the cart looks for the menu that you have set as your primary or top menu. Lets stick with primary in this case since that’s what youre after. Anyhoooo, I’m assuming you have the non-member set as your primary menu in Appearance > Menu. I’ll also assume that PMPro filters the menu to switch it out when someone is logged in. BUT as far as Kleo is concerned, non-members menu is still the primary menu…. because technically it is.

    So, if all of that is correct, then I’d say you’ll have to figure out how PMPro filters the menu and add the kleo magic to it.

    Here’s how Kleo does is

    COPY CODE
    
    /***************************************************
    :: Header menu cart
    ***************************************************/
    
    if ( sq_option( 'woo_cart_location', 'primary' ) != 'off' )
    {
    	add_filter( 'wp_nav_menu_items', 'kleo_woo_header_cart', 9, 2 );
    }
    
    if(!function_exists('kleo_woo_header_cart'))
    {
    	/**
    	 * Add search to menu
    	 * @param string $items
    	 * @param oject $args
    	 * @return string
    	 */
    	function kleo_woo_header_cart ( $items, $args )
    	{
    		$cart_location = sq_option( 'woo_cart_location', 'primary' );
    		
    	    if ( $args->theme_location == $cart_location )
    	    {
    	        $items .= kleo_woo_get_mini_cart();
    	    }
    	    return $items;
    	}
    }
    
    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 do not show #65364
     sharmstr
    Moderator

    Sure. Respond privately with details. But it sounds like you need to clear your 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: Go Pricing CSS display problems? #65362
     sharmstr
    Moderator

    How about a link to one of the tables?

    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 tint cover photo #65351
     sharmstr
    Moderator

    try adding this class to it body.is-user-profile.bp-header-small .profile-cover-inner

    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: Add custom filter (BPS) to 'members' page #65342
     sharmstr
    Moderator

    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: Issue using Facebook Login #65341
     sharmstr
    Moderator

    I’ve seen this before and it was a conflict with another plugin that used fb.init incorrectly. Please enable fb on your site again so I can see what code its producing.

    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: WP Knowledgebase Styling #65338
     sharmstr
    Moderator

    Please search before posting: https://archived.seventhqueen.com/forums/topic/wp-knowledge-base-plugin-not-using-kleo-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: UPDATE CHANGES HEADER AND MENU STRUCTURE PROBLEMS #65336
     sharmstr
    Moderator

    Clear your cache. If that doesnt work, then give us a link so we can see what’s happening.

    I’ve upgraded 5 sites without seeing this 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: Top bar issue… #65335
     sharmstr
    Moderator

    Looks like you’ve sorted it out.

    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: Colors not changing… #65334
     sharmstr
    Moderator

    try putting this in your childs functions.php file.

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    Also, did you try clearing your 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: Visual Composer and Sensei clash #65332
     sharmstr
    Moderator

    Those are only warnings and wouldn’t stop the plugin. All of us are getting those warnings and VC has already been notified of them.

    What I’m looking for is the errors that are being throw when you try to enable sensei.

    And now that I read your first post again, what do you mean VC disappears. Does it just not show up in the admin menu, but its still enabled in plugins? Have you tried disabling all other plugins and just having those two 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

     sharmstr
    Moderator

    I’ve been using Kleo for 1 1/2 years. Never heard of that 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: No excerpts in Kleo Post grid #65260
     sharmstr
    Moderator

    Its because those posts were built with VC. The VC code to build those posts is the issue. Add a custom excerpt, which will display.

    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: user profile picture in main menu is incorrect #65253
     sharmstr
    Moderator

    Sorry, the forum screwed up the code. Copy from attached file 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

    Attachments:
    You must be logged in to view attached files.
     sharmstr
    Moderator

    Where does 7th queen claim to work with simple picture 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: Transparency Effect while Hovering on Portfolio Item #65246
     sharmstr
    Moderator

    I just responded to your other question about portfolios. So since you’ll be maintaining a custom copy of portfolio-masonry.php, you can also remove the plus overlay and add whatever you want. The kleo_get_img_overlay (again in two places) is what you’ll want to replace.

    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,721 through 5,760 (of 11,328 total)

Log in with your credentials

Forgot your details?