Forum Replies Created

Viewing 40 posts - 9,001 through 9,040 (of 11,328 total)
  • Author
  • in reply to: Create Page of Forums in a list #43643
     sharmstr
    Moderator

    That’s just the default forum index page like this http://seventhqueen.com/themes/kleo/forums/

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#3-%c2%a0creating-a-forum-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: Enabling live notifications #43640
     sharmstr
    Moderator

    that’s a WP issue, not a kleo one. Have you done a google search for this?

    perhaps there’s a plugin removing 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: Enabling live notifications #43633
     sharmstr
    Moderator

    click on screen options and enable 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: Installation erro #43632
     sharmstr
    Moderator

    Perhaps you should read the documentation before you go any further https://archived.seventhqueen.com/documentation/kleo#install-from-admin

    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: Installation erro #43630
     sharmstr
    Moderator

    You are installing the wrong file. Unzip that file. The files you want to install are in Main Files/ WordPress

    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 upload Media – Error Page Loaded #43620
     sharmstr
    Moderator

    Sounds like a plugin conflict. Disable your plugins. If you still have an issue, head over to the rtMedia forums.

    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: Installation erro #43619
     sharmstr
    Moderator

    http://www.tipsandtricks-hq.com/forum/topic/how-to-increase-wordpress-memory-and-php-memory-limit

    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: site blocking members to access groups! #43618
     sharmstr
    Moderator

    Go to settings > permalinks and click save. Your permalinks are corrupted.

    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: Show member type to all #43585
     sharmstr
    Moderator

    Put this in your childs functions.php file

    COPY CODE
    
    function kleo_membership_info()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
     
        if (isset($current_user->membership_level) && $current_user->membership_level->ID)
        {
          echo '<a><span class="label radius pmpro_label">'.$current_user->membership_level->name.'</span></a>';
        }
        else
        {
          echo '<a><span class="label radius pmpro_label">'.__("Upgrade account",'kleo_framework').'</span></a>';
        }
    }
    

    The profile header is due to be revamped in the next Kleo update. I havent seen that code yet, so no guarantee that this will work after the 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: child theme not registering updates #43569
     sharmstr
    Moderator

    I’m not sure, but I think the ‘account type’ is a new feature that hasn’t been released yet. They run new code on the demo site when its about ready to be released. I’m not in the documentation loop so I have no idea how they handle that. Personally I just look at the changes text file to see whats been fix, added or changed.

    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 registration page #43558
     sharmstr
    Moderator

    I might make it a plugin, but more than likely someone will be able to hire me to do it for them. Haven’t decided.

    My site isn’t really done yet. Should be open for registration tomorrow.

    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: Excessive Resource Consumption – What's going on? #43540
     sharmstr
    Moderator

    Thank you for keeping us updated. I’m very interested in this.

    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: Testimonial Shortcode #43539
     sharmstr
    Moderator

    There’s not. But that’s a darn good idea. I just added the ability to filter by tags, which will be available in the next update. I’ll see about adding it. Not sure if it will make the next update 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: Composer view error. Can't move elements #43537
     sharmstr
    Moderator

    Then perhaps its a plugin conflict. Do you have any VC addon plugins. I know of at least one that didnt work with the 4.3.5. Cant remember the name of it, but it was posted on here a week or so ago.

    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: Composer view error. Can't move elements #43528
     sharmstr
    Moderator

    Have you upgraded to VC 4.3.5 yet? You need to be running Kleo 2.3.1 and K-elements 2.3 as well.

    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: child theme not registering updates #43526
     sharmstr
    Moderator

    Profile image is added when you add the “my account” link in the kleo menu options.

    Notification is added the same way

    So is login modal

    Respond privately with admin credentials and a link. I’ll have a look around.

    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: child theme not registering updates #43523
     sharmstr
    Moderator

    My website? Registration is closed on my website. Are you talking about 7th Queens website? I’m just a moderator here.

    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 registration page #43518
     sharmstr
    Moderator

    Oh, forgot to mention. Its not really if Kleo will work with Userpro. It will. The issue is userpro and buddypress working together. Just wanted to clarify that because of the comments you pasted. Neither of those asked if it would work with Kleo AND Buddypress.

    Hope all of this helps.

    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 registration page #43517
     sharmstr
    Moderator

    If Userpro has a shortcut for the form, you can always copy the /buddypress/members/register.php over to your child theme, delete everything in it and add something like do_shortcode(‘userpro_form’). Now you wont get the Buddypress error. (I haven’t tried it but it should work.)

    I’m currently working on something similar with a client who wanted to customize the registration process (remove usernames, add first and last name, make it a two step process). The problem with using both plugins on the same server is that userpro does not tap into buddypress xprofile fields. If you create new fields with Userpro (say, Company and Country fields), they wont show in the Buddypress profile and users will only be able to edit them in the backend. Obviously you can custom code the profiles to do this, but why?

    Like I said, I’m working with a client that wanted to use a similar plugin. After hours and hours of researching it, I decided to just customize register.php. That’s really the best way to do 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: child theme not registering updates #43512
     sharmstr
    Moderator

    Child themes are never updated, only the parent theme. Child themes only act as a place to safely store overrides of the parent theme. In other words, all pages, functions and css is served from the parent theme, unless overridden in the child theme. Because they are never updated, you need to compare any overrides with the update to make sure your overrides either have bits of the new code and/or work with any new code.

    What exactly isnt 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: Login popup not working #43458
     sharmstr
    Moderator

    Its usually an indication of either a jquery or plugin conflict. What’s easy modal? Try disabling it. If that doesnt work, disable all non kleo tested/approved 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: admin-ajax.php load time #43447
     sharmstr
    Moderator

    You’re welcome. Please report back if you figure out a fix for this. Kleo is getting blamed for a lot of site slowness and I’d like to be able to point users to a fix.

    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: admin-ajax.php load time #43432
     sharmstr
    Moderator

    Yes. It tells you its woo and not kleo. Ask them about it over on their forum.

    http://oik-plugins.eu/woocommerce-a2z/oik_api/wc_ajaxget_refreshed_fragments/

    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: Need help with landing page #43404
     sharmstr
    Moderator

    Worked for me. Be sure to clear your browser cookies for your site. That’s how it figures out if its your first visit. If you have further issues with it, contact the developer.

    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: Activity short code within carousel – possible? #43400
     sharmstr
    Moderator

    That’s really beyond the scope of support. But Kleo uses carouFedSel: http://docs.dev7studios.com/jquery-plugins/caroufredsel

    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 Activation Emails Not Being Sent #43399
     sharmstr
    Moderator

    Head over the Buddypress forum. Kleo doesnt override any of that functionality. You can verify this by activating one the WP themes 2013 or 2014.

    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: admin-ajax.php load time #43385
     sharmstr
    Moderator

    What is actually calling it? admin-ajax.php is a helper script. That means that all plugin and even wordpress can use it. You need to see what its doing (requesting) in order to figure out what’s calling it. Click on admin-ajax.php and look for “form data”. That should give you a clue as to whats using the heartbeat.

    btw – if the notification was running you see admin-ajax.php?action=kleo_bp_notifications_refresh&current=0 instead of admin-ajax.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: Need help with landing page #43384
     sharmstr
    Moderator

    https://wordpress.org/plugins/wp-welcome-gate/

    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: Pinterest social share style changed #43383
     sharmstr
    Moderator

    Cool site btw 🙂

    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: Pinterest social share style changed #43380
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Theme Upload Error #43343
     sharmstr
    Moderator

    You need to increase your max upload size setting for your server. You can try doing it yourself: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

    But more than likely you’ll have to contact your host.

    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: Problem with Visual Composer #43267
     sharmstr
    Moderator

    I just disabled all plugins that aren’t supplied by Kleo and it works. Now you need to figure out which plugin causes 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: Problem with Visual Composer #43261
     sharmstr
    Moderator

    Respond privately with a link an credentials so I can poke around.

    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: Javascript code field #43208
     sharmstr
    Moderator

    Hi King,

    You asked over on the Kleo forum is this code will work with sweetdate. I have no idea. I’ve never used sweetdate.

    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 can see the avatar and the notification in the menu using Chrome. See attached.

    The reason you can see the number inside the notification bubble is because you have highlight background and highlight color set to the same color in your theme options.

    The notification does go away after a bit. I believe that’s a plugin issue. Disable your plugins and see if the problem persists.

    The search form displays fine in Firefox on the kleo demo site: http://seventhqueen.com/themes/kleo/pinterest/ Again, I think its a plugin issue which is overriding the kleo css and/or some custom css you’ve added.

    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

    accept my friend request so it will trigger a notification for 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

     sharmstr
    Moderator

    Thats the problem. Look at the password you originally gave me. There’s and extra 3.

    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: Title in main area, not breadcrumb area #43193
     sharmstr
    Moderator

    You’ll have customize the title function. I havent tried this but set it back to breadcrumb in theme options, then add this to your child theme functions.php file

    COPY CODE
    
    function kleo_title_main_content() {
    	$title_status = true;
    	if( is_singular() && get_cfield( 'title_checkbox' ) == 1 ) {
    		$title_status = false;
    	}
    
    	if ( $title_status ) {
    		echo '<div class="container">';
    		echo '<h1 class="page-title">' . kleo_title() . '</h1>';
    		echo '</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

    in reply to: Title in main area, not breadcrumb area #43186
     sharmstr
    Moderator

    And both? I dont understand your question? Are you asking how to display the title in the breadcrumb and at the top of the article? You said you didnt want it in the breadcrumb, so I dont think thats what you are asking.

    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

    That’s not 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

Viewing 40 posts - 9,001 through 9,040 (of 11,328 total)

Log in with your credentials

Forgot your details?