1465 comments found.
Hello. With the latest versions of WordPress, WooCommerce, and Konte, some parts of the theme are not translated: For example, all of the account parts: SignIn, Create account, etc., + shopping cart in the mobile menu. With storefront, everything is alright.
Hello,
Thanks for reaching out about the translation issues with Konte theme.
Unlike free themes such as Storefront, Konte doesn’t include pre-translated language files, which explains why you’re seeing untranslated elements in the account sections and mobile menu cart. You’ll need to translate these manually.
However, you can follow this documentation to translate the theme with the Loco Translate plugin:
https://docs.uix.store/konte/#/translate/translate-site https://docs.uix.store/konte/#/translate/loco-translateAnd please ensure to store your language files in the system languages folder (wp-content/languages) rather than the theme folder. This prevents losing your translations during theme updates. You can find more details about this at:
https://docs.uix.store/konte/#/translate/store-translationsBased on your screenshot, you’re currently translating the Konte Child theme, which only has 5 strings. You need to translate the parent Konte theme instead, which contains all the account-related strings you’re missing.
Please go back to Loco Translate, select the main Konte theme (not Konte Child), and you should find all the missing strings there for translation.
Thank you
Hi,
I have been using the theme for almost 2 years now and am very satisfied. However, I am experiencing some minor issues with the layout.
1/ After applying a filter on the shop page (e.g. a tag), the product photos do not load. Only after refreshing the page does the selection with product photos appear. 2/ The shop page does not contain a ‘Sort’ button on desktop (e.g. Sort by price: low to high), but does show on mobile devices. 3/ The ‘Empty cart’ and ‘Update cart’ buttons should be on the same line on the cart page, but on mobile devices one button is lower than the other.
The theme and all my plugins are up to date.
Thanks.
Hello,
Thanks for your feedback. Regarding your questions:
1. Product Photos Not Loading After Filter Application
This sounds like a conflict with a lazy-loading plugin. WordPress core already includes native lazy-loading functionality, so you don’t need a separate plugin for this.
Please try deactivating any image lazy-loading plugins you have installed and test the filter functionality again without refreshing
2. Missing Sort Button on Desktop
You can try another Products Toolbar layout that support sorting options on desktop. You can try switching this layout in: Appearance > Customize > Shop > Products Toolbar
3. Empty/Update Cart Button Alignment Issue
To properly diagnose this mobile layout issue, we’ll need to take a closer look at your specific implementation. Could you please share your website URL so we can inspect the cart page directly?
Thank you
Hi,
Thanks for your feedback!
1/ Solved 2/ Solved 3/ You can find my website here: https://www.foudelle.be/
Thank you for sharing. Please try the following CSS to fix the issue with cart buttons on mobile.
@media (max-width: 767px) {
table.cart .actions .empty-cart-button {
margin-right: 10px;
}
}
Thank you! This CSS fixed the issue.
Hello, when I enable the “Konte addons” plugin and then edit the page with WPBakery using one of the addons, I get this error in debug.log: ‘max_user_connections’. If I use the standard WPBakery widgets I don’t get this error. Thanks.
Hello,
Thank you for your feedback. This error indicates that your MySQL database has reached its maximum allowed user connections, which is common with shared hosting environments.
When editing with WPBakery front-end editor, they may require additional database connections compared to the classic WPBakery editor, and this triggers this limit.
To resolve this issue:
1. Contact your hosting provider to request an increase in the `max_user_connections` setting
2. Consider upgrading to a higher hosting plan with more resources
3. As a temporary workaround, try deactivating plugins you don’t actively need
Hi,
I’ve changed the background color of the page, and I’ve noticed a problem in the blog section. When I upload a featured image, a white rectangle shows up behind it. I’d like this rectangle to be transparent so that the image blends in with the current background color.
To show you what I mean, here’s a link to a screenshot: https://imgur.com/a/quH50PS
Hello,
You can try this CSS to customize the color of that retangle:
.entry-header .entry-thumbnail:after {
background-color: #fff;
}
Thank you
Hey guys. Could you update WPBackery?
Hello,
Thank you for contacting us. We’ve included the latest WPBakery Page Builder plugin version in the recent update. You can download the theme package and find it inside the “Plugins” folder.
Hello everyone, thanks for the response.
I just downloaded the theme and the plugin seems outdated. Can you check?
Hello,
This WPBakery plugin has just released a new version since yesterday. From the admin dashboard, please delete your installed version then go to Appearance > Install Plugins to get the latest version.
Thank you
Hello,
There appears to be an issue with the product image gallery when being used on mobile.
What happens is when viewing a product, the gallery works fine until you click between more than one product attribute,
For example: Click over description>dimensions>features…. or description>dimensions>description.
After that you can no longer swipe between photos or view larger. You need to reload the page to get it working again. It only happens on mobile.
You can test here: https://www.bovafurniture.com/product/elements-8709-cabinet-console-base/Please advise how this issue can resolved.
Thanks
Hello,
Thank you for your feedback. Please check if you’re using the latest version of Konte (v2.3.19)? If not, please update the theme as this may resolve the gallery issue you’re experiencing on mobile.
Let us know if updating fixes the problem or if you need further assistance.
Hello,
We have updated theme with most latest version but still above pointed bug reflecting over website.
Please advise how this issue can resolved.
Thanks
Thank you for letting us know the issue persists after updating to the latest Konte theme version.
We’ve confirmed this is a problem with recent WooCommerce updates, not with Konte. When testing with only WooCommerce and the default Storefront theme, we observed the same mobile gallery freezing issue after tab navigation.
We’ve already reported this issue to the WooCommerce development team and will keep you updated when they release a fix. Meanwhile, we’re exploring potential theme-level workarounds.
Hello,
We have just updated with most latest version of woocommerce (updated with most release version) but still this issue is not fixed.
Can you please advise until when this issue can be resolved?
Thanks
Hello,
According to the public WooCommerce development repository on GitHub, this issue has been marked as resolved:
https://github.com/woocommerce/woocommerce/issues/57292So we believe this fix should be included in the next update of WooCommerce.
For the most current information on when this update will be released, please check WooCommerce’s release calendar:
https://developer.woocommerce.com/release-calendar/Hello,
We have updated with most release version of Woo-Commerce 9.8.3
It’s changelog i.e. https://wordpress.org/plugins/woocommerce/#developers mentioned that #57592 fixed included in this release
However after updating with most latest version still showing the same issue.
Can you please advise over this what to do next?
Thanks
Hello,
It seems that the recent update did not solve the problem with the unresponsive image slider, issue #57292. We think we will have to wait for the next update.
Hello,
We have updated with most release version of Woo-Commerce 9.8.4
But still issue exist.
Can you please check is there any thing wrong with your theme files??
Thanks
Hello,
We understand your frustration with the gallery slider issue still persisting.
The recent WooCommerce update (9.8.4) only addressed issues related to pull request #57759, but the specific gallery slider freeze issue you’re experiencing is actually being fixed in a different pull request (#57373). This fix hasn’t been included in the released updates yet.
You can verify this yourself by checking the WooCommerce changelog:
https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txtFor more details about this specific issue, please refer to GitHub issue #57292 (https://github.com/woocommerce/woocommerce/issues/57292), which confirms it’s being resolved in PR #57373.
To further confirm this is a WooCommerce plugin issue rather than a theme problem, you can temporarily switch to the default Storefront theme while keeping WooCommerce active. You’ll notice the same gallery slider issue persists, indicating it’s not related to Konte theme files.
We’re monitoring this issue closely and will update you when WooCommerce releases a version containing the fix.
Hello,
Any update over the given issue?
Please advise.
Thanks
Hello,
We’ve reviewed the pull request and WooCommerce has set this fix as a milestone for WooCommerce 9.9:
https://github.com/woocommerce/woocommerce/pull/57373This version is planned for release on June 9, 2025, so it should be available very soon.
https://developer.woocommerce.com/2025/05/12/woocommerce-9-9-pre-release-updates/When WooCommerce 9.9 is released, please backup your website before updating. After updating, please clear all caches before testing to ensure the fix works properly.
Thank you
There is a bug with the sticky cart on mobile. Specifically, for products that have one or more variations, even when the variations are selected, the button still says “select option” on mobile view.
Hello,
Thank you for your feedback. This could be due to a plugin conflict or a JavaScript issue with the Konte theme.
To troubleshoot effectively, could you please share your website address?
Here is an example that you can also see on your test website. When a person is on a desktop resolution, it works fine, but when you check the mobile version, the button still triggers “select option” instead of “add to cart.” Example: https://konte.uix.store/elementor-furniture/product/cover-wood-chair/
Thanks for your sharing. The sticky add-to-cart functionality on mobile is different from desktop. On mobile devices, the button is designed to scroll users to the main product form rather than directly adding products to cart. This is why it always displays “Select options” on mobile, regardless of product configuration.
Hello,
Pre-sale Question:
If purchase the theme can you help me make a small adjustment? I need to adjust the woocommerce masonry layout listing page into a 3 column layout where all the product images will have the same width (different height) while maintaining their same aspect ratio?
Thank you,
GM
Hello GM,
Yes, it’s possible to adjust the WooCommerce masonry layout to a 3-column format with equal-width products while maintaining aspect ratios. We can help you implement this after purchase.
Once you purchase Konte, our support team can provide specific code snippets to implement this layout.
Hi, how did you get the testimonials to auto-rotate in the “About Us v2” page?
Hello,
You can edit the “Testimonial Slideshow” element and enable the “Autoplay” option to make your testimonials auto-rotate on the “About Us v2” page.
Is the option in WP Bakery or Elementor? I’m using WP Bakery and cannot find the option. Please advise.
Unfortunately, the “Autoplay” option is available in the Elementor widget only at this time. If you’re using WP Bakery, this specific auto-rotation functionality isn’t currently available.
Please fix the issue I’m experiencing with this theme on WordPress 6.7. When I activate the theme, the website fails to load and gets stuck in a redirect loop or shows a “Forbidden” error.
After debugging, I found multiple notices in the error logs related to the load_textdomain_just_in_time function being called too early: Translation loading for the `konte` domain was triggered too early. This is usually an indicator that some code in the theme is running too early. Translations should be loaded at the `init` action or later.
Hello,
Thank you for your feedback. This issue has been resolved in the latest version of the Konte theme. The warning about load_textdomain_just_in_time function being called too early was a compatibility issue that has been fixed.
Please update your theme and the addons plugin to remove this warning.
Hello, I believe I found a bug with the latest version of WooCommerce. On category pages where both subcategories’ images and products are displayed, if you scroll to load more products (page 2) and then scroll back up, the newly loaded products are also appended to the top of the page, right below the subcategories. Everything works fine when subcategories are not shown. THank you
Hello,
Thanks for your report! Our developers are currently testing this issue with subcategories and infinite scroll on category pages. We can confirm that when subcategories are displayed, scrolling to load more products (page 2) incorrectly causes those new products to appear twice.
We’ll include a fix for this bug in our next Konte theme update.
Hello! I just updated to the latest version, and it caused a lot of bugs in my product page. Is there a way I can roll back to an older version of the theme? Thanks
Hello,
Sorry to hear about your issues after updating. The recent update only fixed minor bugs and shouldn’t cause problems on product pages.
This sounds unusual and we’d like to investigate what’s happening. Please contact us through our contact form, and we’ll send you a previous version of the theme while we look into what might be causing these bugs on your site.
https://themeforest.net/user/uixthemes#contactWhen you contact us, please include:
- Which version you updated from/to - A description of the specific bugs you’re experiencing - Screenshots if possible
This will help us resolve your issue more quickly.
Thank you
Hello, We noticed a strange behavior when Image Zoom is enabled and Image Lightbox is disabled. If you tap or click fast on an image, it opens in another tab. This happens very often on mobile when users scroll through images and tap immediately. To reproduce this scroll through the product images and click on the image when it changes or immediately after you. We’ve tested with layouts 1,4 and 6. Thank you
Hello,
Thank you for your feedback. By default, WooCommerce automatically adds links to the original image on all product gallery images. When you tap/click very quickly, sometimes you’re interacting with the image before our JavaScript gallery slider fully initializes. In those cases, the browser follows the default link behavior and opens the image in a new tab.
If you disabled the image lightbox, you can try this CSS to prevent clicking on product gallery images:
.woocommerce-product-gallery__image { pointer-events: none; }
Or you can follow this tutorial to remove the link:
https://removewcfeatures.com/remove-woocommerce-product-image-link/Thank you! The tutorial did solve the problem.
One more thing. We’ve noticed a problem starting with Woocommerce 9.6. Using layout 6, on mobile if a user browses through tabs (Description, Additional information, and reviews) then the main image gallery freezes and does not work. Everything works fine with 9.5.2 or older versions but it breaks with versions newer than 9.6
Thanks for your feedback regarding the issue with layout 6. Our team is currently investigating this problem. We’ll include a fix for this in the next update.
Hello. I’ve updated to the latest version, but the problem remains. Do you have any updates for this?
Thanks for letting us know you’ve updated, but the product gallery issue on mobile still persists.
Our development team is actively investigating the problem with the product gallery freezing on mobile when users navigate through tabs in layout 6. Unfortunately, this issue wasn’t resolved in the latest update.
We’re working to find a solution as quickly as possible and will release a patch once it’s ready. In the meantime, if this is critically affecting your store, you might consider temporarily reverting to WooCommerce 9.5.2 as a workaround.
Hi there! Unfortunately, we can’t revert to WooCommerce 9.5.2, as it’s three major versions behind, and some important security updates have been added since then in WooCommerce. The same issue applies to Layout 7 as well. Are there any plans to update this, or will these two layouts no longer be supported?
Thank you for you sharing. We’ve identified that this is actually an issue with the WooCommerce plugin itself, not specific to Konte. When testing with the default Storefront theme, we observed the same gallery freezing behavior on mobile after tab navigation.
We’ve reported this issue to the WooCommerce team as it affects their core functionality. Meanwhile, our developers are investigating if we can implement a theme-level fix as a workaround until WooCommerce addresses the root cause.
We’re committed to supporting all our layouts and will update you as soon as we have a solution or patch available.
Thank you very much for the detailed instructions on how to update Bakery Page Builder outside of theme updates. It seems to have worked! Thanks again and have a great day!
Thank you for your feedback. If you need further assistance, don’t hesitate to contact us.
Hello,
“Variable product” have two variations and each one have Regular and Sales both price added but website showing Sales Price but does not showing Regular price with strikethrough.
So how Regular Price also need to display with strike through like “Regular product” shows price.
Thanks
Hello,
Thank you for your feedback. The sales price should normally appear with the regular price (with a strikethrough).
This issue might be caused by a plugin conflict. Please try deactivating your plugins one at a time to see if that solves the problem.
Could you please share your website address so we can investigate further?
Hello,
Please have a look at https://www.bovafurniture.com/product/simon-sofa/
and
https://www.bovafurniture.com/brand/nicoletti-calia/ for “Simon Sofa” productPlease advise further.
Thanks
Thanks for your sharing. We have tested your website and noticed the regular price is displayed properly, with strikethrough.
Here are screenshots:
https://prnt.sc/BYPSZHrx4kkf https://prnt.sc/XesQ0TeZvu3iPlease clear all caches and test it again.
This is correct that regular price appear correctly but like regular price we want to display variable price as well with strikethrough.
Please refer screenshots, where I have edit the picture and mark with red arrow to explain: https://prnt.sc/_0M20ssjCUrVPlease advise further.
Thanks
Hello,
Thanks for the screenshot. Displaying variable product sale prices with a strikethrough requires custom WooCommerce development, as it’s not a default feature.
We recommend working with a WordPress/WooCommerce developer to implement this. They’ll need to customize the product card template to display the sale price.
We apologize we can’t provide a direct code solution; this requires custom work.
Hello, Thanks for your reply but I really believe that the issue is caused because for some reason, Bakery Page builder didn’t update along with the theme.
Here is a screenshot of my current version of Page Builder:
https://prnt.sc/418MSvblYmyWI have not added any plugins to the site in years and there have been no changes to the plugins or to the site or any customisations done in many years either (I am a creative type and I just use the website for my portfolio).
This problem with Page builder only started appearing now – it did not appear when I last used Page builder 3 months ago.
I am not able to update Page builder myself. Because it is bundled in with the theme, it has to be done from your end or with a theme update. I just did a theme update and it didn’t help Page builder so could you please help with updating Page builder to the latest version. Updates of the theme and any plugins bundled into it are covered as part of the purchase and do not require purchasing additional support.
Thanks in advance.
Hello,
Thanks for your feedback. We always update the WPBakery Page Builder with every theme update. At the moment, the latest version of the Konte theme is v2.3.17, and the WPBakery Page Builder plugin is 8.2.
You can check this changelog for more details:
https://docs.uix.store/konte/#/update/changelogPlease check if your theme is updated to the latest version. If it is not, please follow this document to update it.
https://docs.uix.store/konte/#/update/update-themeOnce your theme is updated, go to Appearance > Install Plugins to update bundled plugins.
If you don’t want to update the theme, you can delete the WPBakery Page Builder plugin and then go to Appearance > Install Plugins to install it again. The installer will always install the latest version.
With every single purchase, you will get a lifetime update for the theme and bundled plugins. So you don’t need to extend the support license to get updates.
Thank you
Hello,
I recently tried to change an image on a page created with Bakery Page Builder but for some reason, as soon as I click on “edit” I get the spinning wheel and nothing happens. See screenshot attached.
The theme and all plugins have been updated to the latest versions but I notice that for some reason, the Bakery Page builder version which I have installed is much lower than the current version offered by the plugin.
Could you please advise why the Bakery Page Builder edit function has stopped working and how to fix this. Many thanks in advance for your assistance.
Tereza
Hello,
Thank you for your feedback. It can be a conflict with installed plugins. To troubleshoot this problem, please follow this document to update the WPBakery Page Builder:
https://docs.uix.store/konte/#/update/update-pluginsThen if the problem persists, you can try to switch to another theme to test. This way we will know if this is a theme-related issue.
Please open a ticket on the support site, so our developers can help you test and solve this problem.
https://uix.ticksy.com/Thank you
Now I’m working on Konte theme / Video Cover demo – Desktop Screen.
when I tried to edit primery menu I had a problem with banner image it didn’t come with theme files so I downloaded from google but it’s small how can I fix this problem and how the size of the image should be ?
Could you please send me the same image you used in this demo ?
That will mean a lot to me
Thanks in advance
https://orange-donkey-687269.hostingersite.com/Hello,
Thank you for reaching out to us. You can use any image size for the banner, just make sure they aren’t too small.
To download the image you want to use, you can access our demo site and download them directly:
https://konte.uix.store/I already downloaded konte theme and used video cover demo but the image you used in this demo didn’t come with demo files.
Could you please send me this image exactly ?! I need this image
With some demo images, we’re not allowed to provide them with theme package. However, you can download them directly on our demo site.
Can you share a screenshot of what images you want to get?
Image in Primary menu / Features section
https://konte.uix.store/elementor/home-v14/That will mean a lot to me
Thanks in advance
Hello,
Please open a ticket on the support site. Our team will help you with the resources you need. Unfortunately, we’re not allowed to provide them via this comment.
https://uix.ticksy.com/Thank you
Hello,
Can we enable the “Filter By” from https://konte.uix.store/elementor/shop/?shop_layout=carousel&shop_toolbar_layout=v5&shop_page_header_container=fluid&footer_container=konte-container-fluid&footer_main_border=0 in this https://konte.uix.store/elementor/shop/?shop_nav=numeric&products_columns=4 ?
Hello,
Thanks for your questions. Yes, you can enable the “Filter By” on different shop page layouts. You can refer to this document for more details:
https://docs.uix.store/konte/#/shop/shop?id=products-toolbarHello,
I would like to ask whether it’s possible to use the shop page but without enabling the woocommerce features.
The reason is that I don’t want to use it as an eshop at first, but mostly to showcase items.
For example I want to hide “add to cart” and the cart itself.
Hello,
Thanks for your question. Yes, you can enable the catalog mode to remove all shopping features.