Forum Replies Created
-
Author
-
sharmstr
ModeratorKleo 3.1.3 isnt fully compatible with Woo 2.5.2. Kleo 4 will be. Its due to be released soon.
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 dont know of one. You should ask on the bbpress forum.
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
February 4, 2016 at 14:09 in reply to: Remove products of a specific category from search results in Woocommerce #102081sharmstr
ModeratorKleo doesnt handle that. Maybe look at this: http://www.themelocation.com/remove-products-of-a-specific-category-from-search-woocommerce/ Otherwise, ask on the woo 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
ModeratorIs this a multi-site installation? If so, you need to install k-elements at the site level, not the network level.
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’ll need ftp and wp admin access. Respond privately.
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 really close so you shouldnt have to wait long.
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 CODEh1, h2, h3 { text-transform: uppercase !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
ModeratorWhat forums page are you talking about? The main forums page or the one in the user profile? If you mean the user profile, you can use ##profile_link##/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
ModeratorI added it to your home page and it looks 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThere were many major changes in Woo 2.5. Kleo 3.1.3 isnt compatible. Kleo 4.0 will be Woo 2.5+ compatible and will be available soon.
In the future, you should not update plugins unless you are certain Kleo is compatible. The Woo updater even warned of this.
I will copy the developers on this so they can ensure that the update will address these issues.
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 here is the documentation on that: https://archived.seventhqueen.com/documentation/kleo#login-redirect
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
ModeratorIt uses the standard auth. Tell them you need to change their login link. It needs to have the ‘kleo-show-login’ class added to it. That’s what triggers the login modal.
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
February 3, 2016 at 18:44 in reply to: Posts Loop on Home Page Does Not Show to Logged Out Users #101907sharmstr
ModeratorI will need access to see what’s going on.
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
ModeratorUse the News Ticker Shortcode in VC
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 edit the pinterest page in the page editor, not the PHP file. Everything in WP are posts. Your recipes are probably custom posts. Find the pinterest page and it will start to make sense.
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 edit the page, not Theme Options. If the recipes are custom posts you can add them to display with your posts by editing the Kleo Post shortcode to includ them or you can add a new row with another Kleo Post Shortcode to display them separately. Or if you have a shortcode to display them, you can add them in a new row.
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
ModeratorYour source code doest indicate that the changes are present. Do you have caching or cdn in place? If so purge them.
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
ModeratorThe import doesnt work if the page already exists, even in your trash.
Turn off looping. Here’s the documentation on Revolution Slider: http://www.themepunch.com/revslider-doc/slider-settings/#generalsettings
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. Looks like you’ve done the full import at some point. Is it possible that you deleted that page at some point and its sitting in your trash?
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 child theme’s functions.php file.
COPY CODEfunction prepend_excerpt( $content ) { if ( is_singular('post') ) { global $post; $content = "<h1>" . $post->post_excerpt . "</h1>" . $content; } return $content; }
Seems odd that if this was such a big SEO deal that WP would do this automatically or have a switch in the settings. I wonder why big news sites dont have excerpts before their content and the article page. Is this a new thing?
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
ModeratorIt would help if I actually gave you the link 🙂
https://archived.seventhqueen.com/forums/topic/no-styling-after-installation
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 a look at this. If the suggestions dont work, add your voice to that topic so the devs can sort you 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
ModeratorPlease refer to this: https://archived.seventhqueen.com/forums/topic/unique-articles-on-magazine-template#post-100731
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
ModeratorThe best way to explain it is for you to see how its done. Import the Pois and Pins demo page (Appearance > Kleo Demo > Specific Page > POIs and Pins.) When you edit the demo page, you’ll see that you add an image, then add pins by specifying the location in top, bottom, left and right percentages.
Woo was just updated. The kleo devs are working on an update still. It will be available soon.
The deprecated message can be safely ignored and will be removed in the next 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
ModeratorDid you import the news magazine slider? https://archived.seventhqueen.com/documentation/kleo#revslider
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
ModeratorSaying that “the full text is on the single page, why do you need the excerpt” is not the same as saying “why do you need the title and author when its on the blog listing”.
Anyhoooo, I’m just a moderator here and all my blog sites are private so I have little experience with SEO. Thank you for educating me. You can install Yoast SEO which will give you all of the og meta info include description.
Now, lets fix this for you. Tell me where you want it, including the style you need it in and I’ll help you 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
ModeratorRefer to this: https://archived.seventhqueen.com/forums/topic/woocommerce-product-gallery-images-not-working#post-98726
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
February 3, 2016 at 04:21 in reply to: Is geo directory – bundled with the other auto download plugins #101810sharmstr
ModeratorHave you read the Kleo 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
ModeratorThis isnt theme related, so its not a Kleo bug. You had ‘force ssl for checkout’ enabled but dont have an ssl certificate installed, or at least not configured correctly.
In the future, you can quickly test to see if your issues are Kleo bugs by temporarily enabling the WP 2015 Theme to see if your issue is solved on not. If not, then its not Kleo causing 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
ModeratorEdit the text block, switch to text mode, add line-height:36px; to the style parameter. Change 36px to whatever you want.
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, if you change it from a text block to a custom heading, you can easily set the line height.
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. Just change the line height to match the font size.
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 problem. You might find this helpful as well: http://sharmstr.com/saving-importing-and-exporting-kleo-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
ModeratorThis is the first I’m hearing of it. The correct way is to disable all plugins, test, then enable one by 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
ModeratorI’m asking because theme options are tied to the theme. In other words, if you had the kleo child theme enabled and changed anything in Theme Options, when you switch to Kleo parent theme, those settings will appear to be “lost”. If you switch back to kleo child, you’ll see them again. Every single time someone has reported that their theme settings have been “lost” it was because of 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
ModeratorDid you switch from the Kleo parent theme to the child theme or vice versa?
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 think the idea is “why show an excerpt when the full text is there.” With that said, where do you want them to display on the single page?
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
February 2, 2016 at 15:52 in reply to: Code to hide blog posts from buddypress activity stream #101726sharmstr
ModeratorThat’s not a bug. Buddypress deprecated those in BP 2.2
Try this
COPY CODE//Block certain activity types from being added function bp_activity_dont_save( $activity_object ) { $exclude = array( 'new_blog_comment', 'new_blog_post' ); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if( in_array( $activity_object->type, $exclude ) ) { $activity_object->type = false; } } add_action('bp_activity_before_save', 'bp_activity_dont_save', 10, 1 );
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 forgot to hide the title.
Moving because this isnt a bug.
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
February 2, 2016 at 15:32 in reply to: Is geo directory – bundled with the other auto download plugins #101721sharmstr
ModeratorIts not bundled. Kleo is compatible if you want to install 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
-
AuthorPosts