Discussion on Konte - Minimal & Modern WooCommerce WordPress Theme

Discussion on Konte - Minimal & Modern WooCommerce WordPress Theme

Cart 6,875 sales
Recently Updated
Well Documented

uixthemes supports this item

Supported

This author's response time can be up to 1 business day.

1466 comments found.

on the wishlist and checkout pages, when there’s no item added to cart, it shows a light blue alert box with white text (which is not even readable). i’ve reinstalled and re-imported theme data multiple times, and same thing keeps happening. i checked your live theme preview, which does not suffer from the same issue. can you tell me what could be wrong?

thanks!

i did a fresh install; you can see the issue here: https://test.designcise.com/?page_id=18 and here: https://test.designcise.com/?page_id=3393

Thanks for you sharing. Looks like this is a conflict in the CSS of the theme. We will test this issue and release a fix for it soon.

thank you! looking forward to it!

Hello, Hamburger menu does not work on mobile. Although I made mobile menu selections from the settings-menus section. But when I press the hamburger menu icon, there is no reaction. I wonder what the problem is. Or if we want to create a header for a mobile menu from scratch, how do we do it?

Do we need to prepare a separate header template with Elementor?

Hello,

Thank you for your feedback. Please open a ticket on the support site at https://uix.ticksy.com/ and provide your website address. Our supporters will be happy to help.

Hi, I’m trying to hide the product archive add to basket button and am having trouble finding the correct woocommerce theme hook. Can you let me know what it is please? Thanks.

Hello,

To remove the add-to-cart button on the shop page, you can use the default filter of WooCommerce.

You can try this code:

add_filter( 'woocommerce_loop_add_to_cart_link', '__return_empty_string' );

what php 8 version do you support? latest or only 8.1?

Hello,

Thanks for your question. This theme can work with the latest version of PHP which is 8.3. However, your website may not. Because there are many plugins that don’t support PHP 8.3 yet.Thus we always recommend to test your website with PHP 8.3 before deciding to upgrade your server. For the best compatibility, PHP 8.1 is ideal.

You should also take a look at this document to know if your WordPress version supports PHP 8 fully.

https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/

Current version of the theme has outdated plugin “Slider Revolution v. 6.5.25” which has high security vulnerability:

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/revslider/slider-revolution-6612-authenticated-administrator-arbitrary-file-upload

Found out this the hard way since the page using this theme was target of this.

Can we expect an update with the new version of the vulnerable plugin?

Hello,

Thank you for your feedback. Looks like you are using an old version of the theme. The latest update for the theme already includes the newest, secure version of the Revolution Slider plugin. It is version 6.6.20.

You can follow this document to update bundled plugins:

https://docs.uix.store/konte/#/update/update-theme

Hello. Just updated to the latest version. Again the new products added to the cart show only when you reload the page. Also there is no ajax for animated cart. Thanks for fixing this…

Hello,

Thanks for your feedback. Looks like you have a cache plugin installed on your website. Please clear full cache and test the problem again.

true, deleted the wp rocket cache, but not the object cache of the server. Now it works – thanks!

Thanks for letting us know! It sounds like the combination of clearing both caches did the trick.

Don’t hesitate to let us know if you have any other questions.

Hello. Just updated to the latest version. Thanks. I just have a minor issue with the “Have a promo code” block at the beginning of the check out page. Now it is written in white on a very light grey, so that it is not readable. Could you help ? https://theskatebird.com/checkout/ Thanks

Hello,

Thank you for your feedback. You can use this CSS adjust the text color of that message:

.wc-empty-cart-message .wc-block-components-notice-banner {
    color: inherit;
    background: transparent;
}

.wc-empty-cart-message .wc-block-components-notice-banner .svg-icon {
    display: none;
}

.wc-empty-cart-message .wc-block-components-notice-banner__content {
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.woocommerce-form-login-toggle .wc-block-components-notice-banner__content, 
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content {
    color: #2f2f2f;
}

I want to have a transparent header with light text but when i hover or scroll i would like to be with white bg and dark text not with black bg as it is now. it would be great if you added it as an option on the next update. i do not want to mess on my own with the code library headroom.js that you are using because i do not have code knowledge. I think it won’t be difficult to make the text-light class to change to the text-dark class when not on top. Thank you.

Hello,

Thank you for your interest in our product and your suggestion. We are glad to hear that you like the transparent header with light text. We understand that you would prefer a different color scheme when you hover or scroll.

We are sorry to inform you that we do not have this option available at the moment. However, we appreciate your feedback and we will consider adding it in the future updates. Please stay tuned for more features and improvements.

Thank you for your support and patience.

Hi, I’m using the plugin PWF – WooCommerce Products Filter already on other pages in my Konte theme: https://appenzeller-gurt.com/secondhand/

Is there a possibility to make them appear permanently on the left side of all shop pages? Now there is only the possibility to use it with the products filter bar, but I want them always be visible: https://appenzeller-gurt.com/shop, also because mobile the do not work properly with the plugin.

Thanks for a feedback!

Hello,

Thanks for reaching out to us. You can change the shop layout in Appearance > Customize > Site Layout to enable the sidebar on the shop page. Once the shop sidebar is enabled, you can add filter widgets to the Shop Sidebar in Appearance > Customize > Widgets.

Please check this document for more details:

https://docs.uix.store/konte/#/theme-options/layout

Thank you

Thanks – so easy ;-) I was looking anywhere but there…

It’s great that we could help. Please feel free to reach out if you need further assistance.

Edit with Elementor is not working, I’m using “CATEGORIES” demo. Any solution?

Can’t edit the home please help me to solve this issue.

Hello,

Thank you for reaching out to us. Please open a ticket on the support site and share your website address. Our team will be ready to help you.

https://uix.ticksy.com/

Hey there,

I am trying to achieve gender based categories in woocomerce with your theme, sometimes with the same sub-categories in either parent, for example:

(Mens URL example) /shop/mens/tops/tshirts /shop/mens/tops/hoodies /shop/mens/tops/sweatshirts/

(Womens URL example) /shop/womens/tops/tshirts /shop/womens/tops/hoodies /shop/womens/tops/sweatshirts/

Either Wordpress, or KONTE is not letting me achieve that, but it should be pretty straightforward, in both mens and womens categories, they might share the same sub-categories, like Mens Hoodies and Womens Hoodies, is there a setting that I’m not seeing that achieves this?

This is what Wordpress/KONTE is currently outputting:

(Mens URL output, all good!!!) /shop/mens/tops/tshirts /shop/mens/tops/hoodies /shop/mens/tops/sweatshirts/

(Womens URL output, something is adding to the URL, won’t let me change it) /shop/womens/tops-womens/tshirts-tops-womens/ /shop/womens/tops-womens/hoodies-tops-womens/ /shop/womens/tops-womens/sweayshirts-tops-womens/

Can you help?

Sorry, just sent a support ticket I forgot…

Hello,

Thank you for your feedback. Our team is testing your website and will reply to your ticket as soon as they have the feedback for you.

Hi, can you tell me how change the banners and sliders? I’m using “CATEGORIES” demo

Hello,

Thank you for reaching out to us. Please open a ticket on the support site and share your website address. Our team will be ready to help you.

https://uix.ticksy.com/

How to change size of the displayed price in product catalog view?

You can find the options for typography in Appearance > Customize > Typography.

Appearance > Customize > Typography > Product Catalog ?

I see no option for Product Price Size, only Product Title..

Please open a ticket on the support site and provide the admin login credentials, our team will help you check the option.

https://uix.ticksy.com/

Thank you

how do I upload demo content? Thanks

Hello,

You can follow this document to import the demo content.

https://docs.uix.store/konte/#/installation/import-demo

You can always open a ticket on the support site if you need further assistance. Our team will be happy to help.

https://uix.ticksy.com/

Thank you

How to have Full Width option for the Shop-Page so products are aligned to border of the screen on desktop?

Yes please! When will the next update be?

At this time, we don’t have a fixed date for the next release. We’re continuously working on improvements and bug fixes, and we’ll announce the update as soon as it’s ready.

Thank you.

Hey, how difficult would it be to make the main content body full width with a padding on the left/right side of 50px?

Any way you could show me how to do this on Home v5 home page? I want it so that the entire website is full width but has a padding on the left and right side of 50px. I would greatly appreciate your help! Thanks!

Hi there,

Thanks for reaching out! Adding padding to the main content body for all pages are pretty complex. It may breaks the layout of nested components, like the product gallery on the single product page.

But if you just want to customize the homepage, it is still possible. You can edit your homepage with the Elementor or WPBakery Page Builder and find the option to change the width of content area in the Page Settings (in Elementor editor), or in the the Display Settings meta box (if you are using WPBakery Page Builder).

Besides, you can also use a custom page template that support the Full Width layout.

If you can open a ticket on the support site and provide your website address, our team will help you.

Thank you!

Hello,

Before I buy the template I have a question. I want to make sure that the video also works in the mobile version. At the moment this does not work https://konte.uix.store/elementor/home-v14/

Will this be fixed?

Hello,

Thanks for your question. By default, the video is hidden on mobile. There is an option to show it. You can enable it if you want to keep the video auto-play on mobile.

Please check this document for further information:

https://developers.elementor.com/background-video-in-mobile-mode/

Thank you

Hello! I would like to use mailerlite instead of mailchimp can I have the same css result us the mailchimp form u use in your demo and documentation?

Hello,

You may need to use custom CSS to style it a bit. Please open a ticket on the support site. Our developer will be ready to help you.

https://uix.ticksy.com/

Thank you

Hi, this theme is really nice but I’m confused why you dont build in the demo installer plugin for 1 click install versus making us upload it after install to import demos? Thanks!

Hello,

We apologize for any inconvenience encountered during the installation of the demo importer plugin. We understand that this plugin is frequently used during the initial website setup process. However, following website launch, its continuous presence may not be necessary.

While the plugin remains listed amongst recommended plugins for accessibility purposes, its persistent presence within the admin area may contribute to unnecessary menu clutter and potentially hinder user experience. To avoid this, we don’t include this plugin in the list.

Should you require the plugin’s ongoing presence within the plugin list, our developer team can assist by implementing a simple code snippet within your child theme.

Please do not hesitate to reach out to our support team on the support site.

https://uix.ticksy.com/

Thank you

Thank you for taking the time to explain! I’ll make sure I delete after demo install.

You’re welcome!

I have added blog header image but it is not getting visible in blog archive page. Please help me.

https://shineorra.com/blog/

Hello,

The default blog header image is used for the category page. On the blog page, the page header doesn’t support images.

You can check this document for more information:

https://docs.uix.store/konte/#/theme-options/blog?id=blog-header

Thank you

The blog archive page blog slider in not working. How to get images in the slider?

Thanks for your feedback. Perhaps it conflict with a plugin on your website. Please open a ticket on the support site and provide the admin login credentials. Our team will help you check and solve the problem.

https://uix.ticksy.com/

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey