Forum Replies Created
-
Author
-
sharmstrModerator
Here’s the directions: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
sharmstrModeratorIE is fine 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
March 7, 2016 at 17:07 in reply to: How Can I Remove “Related Products” from Products Single Page? #108991sharmstrModeratorNot that I’m aware of.
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
sharmstrModeratorOkay. Next look for a plugin conflict.
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
sharmstrModeratorYou need to run the version that’s included with Kleo. Kleo 4.0.2 includes VC 4.10, which is the current version of 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
sharmstrModeratorThe search form is at the bottom of the mobile menu.
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
sharmstrModerator1 – Try this in your quick css for the sku info
COPY CODE.single-product .product_meta { clear: both; }
2 – The payment gateway box seems fine to me. I’m not having any issue typing into it with chrome or firefox.
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
sharmstrModeratorPut em tags around the whatever you want
<em>New!</em>
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
sharmstrModeratorKleo 4 really had nothing to do with it. BP came out with their own version of the cover image, but they dont have an option for a default cover. So either use BP Cover Photo or ask on the BP forums for a solution.
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
sharmstrModeratorThis isnt a function of the theme. You’ll have to find a plugin or perhaps ask on the WP 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
sharmstrModeratorThere is no ‘undo’ feature. You’ll need to delete the pages and posts by selecting them and choosing Move to Trash in the bulk actions selector.
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
March 7, 2016 at 16:09 in reply to: How Can I Remove “Related Products” from Products Single Page? #108956sharmstrModeratorPut this in your childtheme’s functions.php file.
COPY CODEadd_action( 'init', 'woo_remove_related', 10 ); function woo_remove_related() { remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 ); }
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
sharmstrModeratorYou’ll need to override the css. Here’s the class
COPY CODE.testimonial-content p { font-size: 30px; line-height: 30px; }
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
sharmstrModerator1 – The theme isnt responsible for this. A google search found this that may be of help to you: http://wpsites.net/web-design/3-ways-to-remove-posts-from-your-home-page-loop/
2 – Put this in your quick css and set it to whatever height you want.
COPY CODE.home .post-image { max-height: 500px; overflow: hidden; } .home span.hover-element { max-height: 500px; }
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
sharmstrModeratorHow doe it look with the WP 2016 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
sharmstrModeratorDid you purge you cache/cdn after upgrading?
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
sharmstrModeratorCOPY CODE@media (min-width: 991px) { .logo img { margin-left: 95px !important; } }
You can adjust 991 to suit 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
sharmstrModeratorThat’s not a option. I can move this to the feature request forum if you’d like.
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
sharmstrModeratormoving this topic since its not a bug, its the way you were using blank rows.
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
sharmstrModeratorYou should update Kleo and k-elements.
The main issue I see is that you’re trying to use empty rows to set colored bands/gaps between content. The better option is to keep the rows as you have now, but add a gap shortcode to them. Basically what’s happening is VC editor is showing it gaps ONLY because it needs to give you an option to add something to the row. But when its rendered on the site, there’s nothing to render because there’s nothing in the row.
The VC inner code that’s displaying is due to a row corruption. Delete the entire section and readd your content. Because of the corruption, you’re not able to set your background color on the progress section correctly.
In any case, I’ve copied your page code to to a new draft on your site called Support Test. I went through half the page and set it up the way I think you should be doing it. Take a look at it. It will probably make more sense if you look at it using the backend editor.
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
sharmstrModeratorIts here: http://www.kleidamore.de/impressum_kleidamore/
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
sharmstrModeratorMake sure you’re running the latest version of Kleo, k-elements and VC. Then go to Appearance > Kleo Demo. Import the Home Register 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
sharmstrModeratorTurn off animations in Theme Options > Misc
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
sharmstrModerator1 – Solution here: https://archived.seventhqueen.com/forums/topic/setting-problem-home-register#post-107844
2 – WordPress only has one account. There are many plugins that allow registration for this “one” account. If you use the Kleo registration form, it will register an account with a name and email address. It doesnt populate any other special fields you have set up with any other plugin. An example of this is the extended profile fields that Buddypress allows you to add.
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
sharmstrModeratorWorks on both of my sites without any special code or settings. See attached for samples of adding via the crayon button and adding without. I’ve also attached samples when used in forums.
Perhaps you have a plugin conflict.
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.sharmstrModeratorHave a look at Widget Logic. https://wordpress.org/plugins/widget-logic/
Then for the widgets you only want to show on WP Posts pages, use this
COPY CODEis_singular( 'post' )
To hide widgets that you dont want to show on WP Posts pages, use this
COPY CODE!is_singular( 'post' )
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
sharmstrModeratorOne of the options for updating bundled plugins is to delete the plugin from WP Admin > Plugins. Then reinstall the updated plugin from the full package download file from themeforest. My “install from that location” was a way to bypass downloading from themeforest. Just download the gopricing.zip file that’s already on your server and use that to reinstall.
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
sharmstrModeratorGood. Uninstall 3.2, then install 3.2.1 from that location.
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
sharmstrModeratorIts in /kleo/lib/theme-functions.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
March 4, 2016 at 19:14 in reply to: How to create a support forum like the kleo support tickets. #108642sharmstrModeratorI believe its custom code. Send an email off to dev@seventhqueen.com for more information.
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
sharmstrModeratorUpdated
COPY CODEadd_action( 'init', 'wooDescrioption', 10 ); function wooDescrioption() { remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 35 ); remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 ); }
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
March 4, 2016 at 17:26 in reply to: Members Carousel Placed Above Cover Image Header On Buddypress Member Profile Breaks Message Button #108585sharmstrModeratorIts not needed, but 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
sharmstrModeratormoving this topic because its not 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
sharmstrModeratorAs stated in my first response, you didnt have registration turned on in WP Admin > Settings > General.
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
sharmstrModeratorPlease refer to these topics:
https://archived.seventhqueen.com/forums/topic/changing-buddypress-navigation-icon#post-89815
https://archived.seventhqueen.com/forums/topic/icons-profile#post-89780Hi 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
sharmstrModeratoryes. That’s the only way I can see the settings and figure out what’s wrong.
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
sharmstrModeratorThe code to make all of this work is beyond the scope of support. But to answer your question, the post use the single.php template, which calls page-parts/general-title-section.php which calls kleo_title_section() which produces the title and the breadcrumb 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
sharmstrModeratorYou didnt supply any credentials for me to use.
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
sharmstrModeratorYou put your anchor as WebBuild, but its actually webbuild (all lowercase).
Button colors are controlled by a combination of the Style setting in the shortcode, the Section Style setting in the row settings and theme options > style > (whatever you have the section style set to)
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
sharmstrModeratorPut this in your quick css. Change 250 to whatever size you want.
COPY CODE@media (min-width: 991px) { .header-centered .navbar-header, .logo { height: 250px !important; line-height: 250px !important; } #logo_img { max-height: 250px !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
-
AuthorPosts