Forum Replies Created
-
Author
-
sharmstr
ModeratorThat’s just the default forum index page like this http://seventhqueen.com/themes/kleo/forums/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorthat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorclick 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPerhaps 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSounds 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttp://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPut this in your childs functions.php file
COPY CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThank 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHave 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorProfile 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMy 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorChild 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWorked 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHead 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat 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¤t=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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCool site btw 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRespond 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHi 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 15:59 in reply to: account picture and notifications not displaying in chrome or firefox? #43202sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 15:08 in reply to: account picture and notifications not displaying in chrome or firefox? #43195sharmstr
Moderatoraccept 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 15:03 in reply to: account picture and notifications not displaying in chrome or firefox? #43194sharmstr
ModeratorThats 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAnd 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 23, 2015 at 13:49 in reply to: account picture and notifications not displaying in chrome or firefox? #43177sharmstr
ModeratorThat’s not working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts