Forum Replies Created
-
Author
-
sharmstr
ModeratorThe demo content is there to help you understand how the different shortcodes work. There are some that you wont have to edit because they are pulling info from the database. Others, you’ll have to edit, there’s no way around it because of what they are. The sliders are a prefect example of this. There are also settings which cant be imported in order to get the page to look exactly like the demo does. When I first started with Kleo, I used the demo pages and content to learn how to use everything. Now when I launch a new site, I dont import anything because I know how to use it. (Yes, I’m a kleo customer like you.)
I’m going on vacation for a week and wont be answering questions. Since you’re now asking questions that dont pertain to the original question, I suggest starting new topics so that others here can assist. I dont want you to ask a question in this topic and have it be ignored for a week ๐
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
ModeratorIn the Kleo section of the menu, there are instructions on how to add the member name and how to add links to certain sections of the profile.
How did you add 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI just noticed an important fix in the next k-elements update that pertains to the “Content by user type” shortcode. If you are going to use this shortcode, please make the following edit to lines 1276 to 1278 in /wp-content/k-elements/shortcodes/shortcodes.php.
Change
COPY CODE$a = shortcode_atts( array( 'type' => '', ), $atts );
to this
COPY CODE$a = shortcode_atts( array( 'type' => 'user', ), $atts );
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
ModeratorSome demo pages use demo sliders. That doesnt mean you have to use them. You can use sliders you’ve built or delete the slider section.
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
ModeratorActually, I see that this has been fixed in the next update of k-elements. Instead of changing line 1280, change lines 1276 to 1278 from this
COPY CODE$a = shortcode_atts( array( 'type' => '', ), $atts );
to this
COPY CODE$a = shortcode_atts( array( 'type' => 'user', ), $atts );
I apologize for my confusion.
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 /wp-content/k-elements/shortcodes/shortcodes.php and change the following line (around 1280) from this
COPY CODEif ( is_user_logged_in() && $a['type'] == 'user')
to this
COPY CODEif ( is_user_logged_in() && $a['type'] == '')
I’ll alert the developers to 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
ModeratorTry this in quick css
COPY CODE.widget_product_search .search-field { width: 100% !important; }
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 cant add a search form, but you can add “My Account” and “Live Notificaton”. They are both in the Kleo section of the menu options. If you dont see the Kleo section, click on screen options in the upper right hand corner of the menu screen. https://archived.seventhqueen.com/documentation/kleo#menus
You can add the ajax search to the main menu and set the context to Members in Theme Options > Header Options.
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
ModeratorNo
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
ModeratorNo. Its running fine. Those are just warnings. If you enable debugging, you’ll see even more. PHP will fire warnings that wont effect processing. What you need to be concerned with are fatal errors.
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
ModeratorHere ya go: https://archived.seventhqueen.com/forums/topic/buddypress-naming
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
October 7, 2015 at 08:56 in reply to: Button Shortcode Documentation Incomplete / Not working #81232sharmstr
ModeratorUse lg instead of large. Personally, if I’m not using VC to add the button, I’ll still build the button using the vc shortcode, then switch to “classic view” to copy the shortcode to use elsewhere.
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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou can add the login sidebar widget using the widgetized sidebar shortcode, but it will take a lot to make it look good. Instead, you can add a button that will launch the login modal. Add a Kleo button and put ‘kleo-show-login’ in the extra class field. You might want to put that inside of the Content By User Type shortcode so it only shows for non-logged in users.
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 havent heard of this before. What’s the notice? Have you tried with those plugins disabled? Does it work with the WP 2015 Theme enabled?
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
ModeratorBut in the error it says “Plugin activation failed.” So that’s why assumed that you couldnt activate it. Installing and activating are different. Simple misunderstanding.
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 still getting the same two jquery errors that are listed first in the screen shot I gave you. Both are from google maps.
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
ModeratorBut those are just warnings. I assumed you were saying that you weren’t able to activate it. Its running fine.
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
Moderatorforgot to note, that link tells you how to allocate more memory. With all of those plugins you probably need 256m. Not sure if your host will allow for that.
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
ModeratorNo. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
But as I said before, your site is also throwing jquery errors (the first few errors). If jquery encounters any type of error, it will stop processing any further scripts. You need to resolve all of the errors, not just the fatal exhausted memory error. Again, I think its job manager causing all of them. The only way you’ll be able to know for sure is by disabling the 10ish job manager plugins you have installed.
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
ModeratorPretty sure job manager is the cause of all your issues. That and you’re running out of memory. I’m going to attach a screenshot in a private reply.
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
ModeratorSorry. You need to add
COPY CODEdefine( 'WP_DEBUG_DISPLAY', true);
I copied the wrong code earlier. eeek.
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
October 7, 2015 at 03:53 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81199sharmstr
ModeratorJust a heads up. After tomorrow I’ll be out for a week. Not sure I’ll be able to get to this before I leave.
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’ve updated Kleo without updating any of the required plugins. Please go to Appearance > Install Plugins and update k-elements (you are 8 updates behind), VC (you are on 4.4.3 and should be on 4.7.4) and revslider (you’re on 4.6.5 and should be on 5.0.8.5)
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 quick css
COPY CODE.open-sidebar { cursor: pointer !important; }
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
ModeratorGot it. In the future, please let us know exactly what you’re doing. It will help us get you a solution faster.
Click on the gear icon and add this css
COPY CODE.item-likes { float: left; }
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
ModeratorAlso noticed that you have WP Super Cache enabled. You should disable that until you launch your site.
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
ModeratorLooks like its install and enabled.
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 went to wp admin > aperance > kleo demo data > All from Geo directory and it installed the geo home page. But you dont have geo directory installed, so I cant see how it will import the demo businesses. ๐
Did you read the documentation? https://archived.seventhqueen.com/documentation/kleo#geo-directory
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 replied to this topic instead of starting a new one…..
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
ModeratorHere’s my confusion. Where are you setting this centered text? You said “post layout text to be โcenteredโ” which makes me think of a single post page, but there is no “read more” on a post page. So, then I assume they must mean the blog layout, but there’s no setting to center the text. Help me understand please ๐
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 made the groups page a subpage of a different page? Can you get to it if you enable the WP 2015 Theme? Have you looked for plugin conflicts? Do you have your groups page defined in BP settings?
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
Moderator2 – All post types will appear in the standard wordpress search results. See here: https://archived.seventhqueen.com/forums/topic/searchresults-without-woocommerce-products#post-51514 That topic specifically asks about products but the same answer applies.
Please start a new topic for issue #1. My guess is that the extra vc plugins that you are using is causing 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
October 6, 2015 at 19:20 in reply to: KLEO, Buddpress, BBpress, and more are not showing up in Appearance > Menus #81163sharmstr
ModeratorTo to Appearance > Menus. Click on Screen Options located in the upper right hand corner of the screen.
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
ModeratorHmmm. I’m not seeing that.
@laura – can you assist here. I dont have access to an ipad and I’m relying on chrome dev tools to sort this out. Thanks!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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorJust change the link line from this
<a href="<?php echo home_url();?>">
To
COPY CODE<a href="http://whateveryouwant.com/where/">
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
ModeratorInstead of switching to mobile menu on ipad landscape, I reduced the logo just enough for the menu to fit. Check it out.
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 been answered here: https://archived.seventhqueen.com/forums/topic/set-new-path-to-logo
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 admin credentials. Its a pain in the rear to test this using chrome.
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
ModeratorTry changing it to 1250 instead of 1200
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