1465 comments found.
Hi,
I’ve just added a campaign bar. When I tried to make another change after saving, only ‘Widgets’ reloaded. The live preview and theme-related options are no longer visible.
Everything points to a conflict between Kirki and my child theme. I’m seeing a series of JavaScript errors, including ‘Uncaught TypeError: n.wpColorPicker is not a function’. When I switch to the default theme, there is no issue.
The campaign bar contains time-sensitive content, so I hope this can be resolved quickly.
Thanks
I temporarily added this snippet to my child theme’s functions.php which resolved the issue:
add_action( ‘customize_controls_enqueue_scripts’, function() { wp_enqueue_style( ‘wp-color-picker’ ); wp_enqueue_script( ‘wp-color-picker’ ); }, 5 );
Not sure if this is the correct fix. Please advise.
Hi,
Thank you for the detailed report!
This issue has been introduced by a recent update to Kirki, and your temporary fix is a reasonable workaround, but it’s not the long-term solution.
The recommended fix is to downgrade Kirki to version 5.2.2, which is the last stable version known to work correctly with the theme. You can download it here:
https://wordpress.org/plugins/kirki/advanced/Hi,
Thank you for the quick reply. I confirm that downgrading to Kirki 5.2.2 fixed the issue.
You’re welcome – glad to hear it’s all sorted! Let us know if there’s anything else we can help with.
Hi,
I need to change the background color of the Corner Notify alerts, but I’m unable to target them correctly with CSS because they disappear too quickly to inspect.
Could you please tell me the exact CSS class or ID I should use to change its background color?
Thank you
Hello,
The Corner Notify alert uses the class `.notifyjs-konte-success`. Following is the default CSS of the theme, you can modify it:
.notifyjs-konte-base {
font-size: 16px;
position: relative;
padding: 15px 20px 15px 60px;
margin-bottom: 10px;
box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
.notifyjs-konte-success {
color: #fff;
background-color: $color__success;
}
Thank you
Hi! With Elementor, Konte’s own widgets have margin and padding conflicts on responsive versions (mobile and tablet). Could you take a look?
Hi there,
Thank you so much for your feedback!
To help us look into this issue, could you share your website URL? That way we can inspect it directly and get a clearer picture of what’s happening.
Hi! Sure — here’s the website URL: https://shorturl.ad/sxLje
And here’s a screenshot showing the issue: https://imgur.com/a/kHQxmiH
This is just one example, but the same spacing problem (margin/padding conflicts) appears across multiple sections on tablet and mobile.
Let me know if you need more examples. Thanks!
Hi,
Thanks for sharing with us! After checking your site, I found the root cause — each section has custom padding values set (e.g., `4%` left and right), but these aren’t adjusted for tablet and mobile screen sizes, which is causing the inconsistent spacing you’re seeing.
Here’s a screenshot showing what I mean:
https://prnt.sc/xP_o0saJBoS3Also, just to note — the Instagram Feed section you mentioned is from the Instagram Feed plugin, not the theme itself, so the same fix applies there too.
To resolve this across all affected sections, you’ll need to edit each section/container in your page builder and set separate padding values for tablet and mobile.
Hello,
I’m currently using the Product Layout v5 in Konte (Elementor version), and I really like the design. However, I’m experiencing a layout issue related to the main product image behavior.
In Layout v5, the first product image extends vertically up to the header area. This means that if the product image has a background color (for example, pink in your demo), that color visually reaches the header section. It works well in the demo because the image background is intentionally designed that way.
The issue is that in real-world usage, not all product images have uniform or controlled backgrounds. As a result, the layout becomes inconsistent and sometimes visually incorrect when the image reaches the header.
What I would like to achieve: I want the product image to behave like a normal content image — meaning it should start below the header and not overlap or extend behind it.
My questions:
1. Is there an official way (theme option) to disable this overlapping behavior in Layout v5?
2. If not, could you please provide the recommended CSS or structural adjustment to prevent the image from extending into the header area?
3. Ideally, I would like this adjustment to apply only to Product Layout v5.
Thank you in advance for your support. I look forward to your guidance.
Best regards,
Hi,
Unfortunately, there’s no official theme option to disable the overlapping behavior in Product Layout v5 at the moment.
If your header is not sticky, you can try this CSS workaround:
.product-v5 #masthead { position: static; }
This will reset the header positioning so the product image no longer extends behind it.
Hi, could you please provide Konte version 2.3.20? I need it for compatibility testing.
Hello,
For older theme versions, please open a support ticket at our support site and our team will provide you with the Konte 2.3.20 file directly.
https://uix.ticksy.com/Thank you!
Hello,
We are experiencing a very strange issue.
If we trying to update “Kirki Customizer Framework” plugin then whole website get crashed.
It seems like conflict with some of theme files? as this plugin working well with default theme.
Can you please advise your views over the same ASAP.
Thanks
Hello,
Thanks for reaching out! We’ve tested the theme with the latest Kirki update on our end and everything works fine, so this looks like it might be a conflict with another plugin on your site.
Please try deleting the Kirki plugin completely and reinstalling the latest version fresh – this often resolves the issue.
If the problem persists, please open a new support ticket and share your admin login credentials. Our developer will log in and test it directly to find the root cause.
Hello there: I’m having trouble with the demo import process. I’ve tried importing the demo both through the built-in plugin and manually, but the pages are incomplete.
Specifically:
Many sections/widgets are missing or not rendering correctly.
The layout doesn’t match the live preview (I am using the Elementor version).
I have already checked my server requirements (PHP memory limit and execution time), and they seem fine.
Could you please guide me on how to fix this or check if there is a specific step I’m missing for the Elementor demos?
Thanks in advance for your help!
Hello,
This usually happens when Elementor isn’t activated before running the demo import. The importer needs Elementor to be active to properly set up all the page layouts and widgets.
Here’s what to do:
1. Go to Plugins and make sure Elementor is activated (and any other recommended plugins for your demo)
2. Run the demo import again from scratch
You can find the complete list of required plugins and detailed import instructions here: https://docs.uix.store/konte/#/installation/import-demo
If you’re still seeing incomplete pages after this, please open a ticket on our support site and share admin login details. Our team will take a look and get everything sorted for you.
Hi,
When I use the search bar and search for a product that does not exist, this results in a critical error. This used to show a ‘No results’ page.
Searches that return at least one result are not a problem.
Please advise.
Thanks!
Hi there,
This sounds like it might be a plugin conflict rather than a theme issue. To help narrow this down, could you temporarily switch to a default WordPress theme (like Twenty Twenty-Four) and test the search again with a non-existent product? This will tell us if the problem is theme-related or coming from a plugin.
If the error still happens with the default theme, that confirms it’s a plugin causing the issue. If it works fine with the default theme, then we’ll need to investigate further on our end.
Either way, please open a support ticket and share your admin login details so our developer can test this directly on your site and identify the exact cause. We’ll get this sorted out for you.
Thanks!
Hi,
I just switched to the default Twenty Twenty-Five theme, where searching for a non-existent product did not result in a critical error. To be on the safe side, I also disabled most plugins while the Konte theme was active, and the critical error did not disappear. I haven’t installed any new plugins for a while and have been using this theme for just over two years now. Previously, I just got a ‘No results’ page.
My support has expired. However, as this is clearly an issue with the theme, I hope you will look into it further.
Thanks!
Hi,
Thanks for testing that. We appreciate you taking the time to troubleshoot.
We’ll look into what’s causing the critical error on empty search results and work on a fix. Since this is a functionality issue with the theme itself, we’ll handle it regardless of support status.
We’ll update you once we have more information or a solution ready.
Thanks for your patience!
Hi,
There wasn’t a fix included in the update of February 9. Any idea when there will be?
Thanks.
Hello,
We did include a fix for this search error in the recent update. The issue should now be resolved.
If you’re still seeing the critical error after updating, it’s likely caused by custom code on your site.
If you are using a child theme, please witch to the parent Konte theme in Appearance > Themes and test the search again.
If you’re using a code snippets plugin or have added custom code to functions.php, please disable those temporarily.
Test the search for non-existent products after each step. This will help identify if custom code is interfering with the fix.
If the error persists even with everything disabled, please open a new support ticket with details about what you’re seeing, and our developer will investigate further.
Thank you
Hello,
We are experiencing a very strange issue.
Many of our product URL (1pprox 50+) appear not to working. Also when we trying to browse them it will make the whole site down.
Few of the such URL: https://www.bovafurniture.com/product/stressless-consul-classic-base/ https://www.bovafurniture.com/product/dorian-sectional/We already updated the WordPress, plugins and themes with most updated version.
Can you please advise your views over the same ASAP.
Thanks
Hi there,
Thank you for your feedback! This issue was fixed in version 2.4.8 of the Konte theme. Please check if your theme is updated to the latest version.
If you’re on an older version, please update to 2.4.8 and the product page issue should be resolved.
You can view the full changelog here: https://docs.uix.store/konte/#/update/changelog
Hi, the theme isnt functioning properly with Yith product add ons, its not adding the add on options to the cart. just noticed this today as a customer advised us the extra options were not being added to the cart
So I’ve disabled the Royal mail by plugin hive, disabled table rates and the issue is still persisting. Disabled Ajax Add to cart and it works so its looks like its a theme issue. ✅ Endpoint: wc_ajax=konte_ajax_add_to_cart (KONTE CUSTOM) ✅ NOT: wc_ajax=add_to_cart (STANDARD WC),
Hi there,
This is happening because of the theme’s AJAX add-to-cart feature on single product pages. YITH Product Add-Ons requires the standard WooCommerce form submission to properly send the add-on data to the cart, but the AJAX feature intercepts this process.
To fix this, please disable the AJAX add-to-cart feature:
1. Go to Appearance > Customize > Shop > Product
2. Turn off the “AJAX Add to Cart” option
3. Save your changes
You can find more details here: https://docs.uix.store/konte/#/shop/product?id=ajax-add-to-cart
This should resolve the issue and allow YITH Product Add-Ons to work properly again.
Thank you
Thank you for replying, I kind of figured that turning off ajax add to cart on the theme allows Yith Prodcut Add Ons to work but this is an issue on the theme as it has only occured on the latest version of Yith Product Add Ons due to them enforcing stricter policy on following Wordpress/Woocommerce conventions which Konte is not for Ajax Add To Cart. Will the theme be updated to allow more seamless integration with and other plugins as the Ajax Add To Cart feautere is important for usability. Thank you
Thanks for the feedback. We’ll definitely look into improving the AJAX Add to Cart feature to work better with YITH Product Add-Ons and similar plugins.
We should mention though that since AJAX add-to-cart isn’t a standard WooCommerce feature for single product pages, we can’t guarantee full compatibility will be possible. It really depends on how the plugin handles its add-to-cart process on their end as well.
We appreciate you bringing this to our attention, and we’ll do our best to find a solution that works for both features.
Hi
Does Konte still require SliderRevolution? I don’t know how to update the free version without buying a license. My web server was wiped out including my Amazon S3 buckets. So I need to update to version 6.7.38
Hello,
No, Slider Revolution is not required for Konte to function. The theme works perfectly without it.
Slider Revolution is a helpful tool if you want to create advanced, fully-featured sliders for your site. Since you’re rebuilding after your server issue, I’d recommend installing the version that’s currently included with the theme.
We update the bundled plugin with each theme update, so you’ll always have an up-to-date version without needing a separate license.
For more detailed assistance, please open a support ticket so we can help you get everything back on track.
https://uix.ticksy.com/Thank you
The bundled Rev Slider plugin is the one with vulnerability 6.7.34. The patch was in 6.7.38. Also is Kirki required?
Since Slider Revolution moved away from Envato Market, we’re working on the safest solution to include an updated version with the theme.
Previously, we purchased an Extended license that allowed us to bundle it without requiring separate activation, but the latest version we currently have is 6.7.4.
Given the security concern with 6.7.34, I’d recommend either temporarily deactivating Slider Revolution until we can include the patched version.
Regarding Kirki – yes, it’s required. We use it to add the theme’s settings to the WordPress Customizer.
Please open a support ticket so we can keep you updated on the Slider Revolution situation and provide any additional assistance you need.
Thank you
Thanks. Will do. One other thing. Do you have a patch for Kirki? It’s making my debug.log balloon to 100mb pretty fast. It’s a PHP error.
Yes, have the patch to address Kirki’s issues. Please open a ticket on our support site and sharing admin login details. Our developer can apply the patch directly to your site and resolve the debug.log issue.
Hi,
I installed a fresh version of your theme with your provided plugins. But the accordion element doesn’t work since many versions.
Is there any solution?
Many thanks Sevim
Hi Sevim,
Thanks for reaching out. The accordion element should be working properly with the current version of Konte theme.
To help troubleshoot this issue, could you please share a link to your website where I can see the accordion that’s not functioning? This will allow us to check what might be causing the problem and provide you with a specific solution.
Hello, after updating the theme with WooCommerce, both the theme’s breadcrumb and WooCommerce’s breadcrumb appear at the same time on WooCommerce pages (product-categories, shop etc.). How can we fix this?
Hello,
Thanks for your feedback. We’ve tested Konte with the latest version of WooCommerce and couldn’t reproduce this double breadcrumb issue. It might be caused by a plugin conflict on your site.
Could you try deactivating your plugins one by one to identify which one is causing the problem? Start with any SEO plugins, caching plugins, or other plugins that might affect breadcrumbs or WooCommerce functionality. After deactivating each plugin, check your shop pages to see if the duplicate breadcrumbs disappear.
Thank you
It was from Yoast. Thank you so much!
Thank you for sharing! We will fix this conflict issue in the next update. For now, you can disable Yoast SEO’s breadcrumbs to remove the duplication.
Hello, I need to change the background color of the mobile menu header (where the logo appears when the hamburger menu opens) to #121212. I’ve tried custom CSS targeting .mobile-menu-panel .konte-container-fluid but the background doesn’t cover the full width. Could you provide the correct CSS code to achieve this? Thank you! https://imgur.com/a/bUeWrOk
Hello,
You can use this CSS to change the mobile menu header background:
.mobile-menu-panel .panel {
background: #121212;
}
However, if you’re aiming for a complete dark color scheme for the mobile menu, keep in mind that you’ll need additional CSS for the inner elements like text colors, links, icons to ensure everything remains visible and properly styled against the dark background.
Well, I had the theme all set up, looking exactly how i wanted, then this morning BOOM! 500 error, hacked! i’ve checked my other droplets and all active, they are using codeigniter and laravel, but this wordpress droplet has been 100% hacked, i’ve got digitalocean investigating it now, not saying its the themes fault, but is there any other reports of peoples site being hacked using this theme? the theme was registered not nulled, and all plugins used official, i did have adminer.php hidden in a folder as still working on the site, and i was using woocommerce maintenance mode so no one could access the site without a link or login, so far digitalocean think its a bot attack but are looking through my server for more details before they report fully… please make sure your theme is secure and I was hesitant to even use wordpress as ive only used codeigniter laravel and nextjs reactjs etc to date and was totally new to wordpress, now i’m not sure if i should continue with wordpress as a landing site for my hub or continue with the codeigniter app ive been developing alongside it, i was worjking on both to compare, your theme obviously looks great and cut a lot of time out but this hack as really put me in doubt now, such a shame
The site is currently returning 500 errors, and upon inspection via FTP, all core WordPress files appear to be missing or replaced with suspicious files.
Suspicious Findings
Standard WordPress files and directories (wp-admin, wp-includes, most of wp-content) are missing.
Unknown PHP files appeared at the root level:
hiroshi.php
godsend.php
buy.php
aec.php
A suspicious directory 5953e/ exists, containing an index.php file.
When accessed via browser (https://vanitihub.com/5953e/), it shows a password prompt that we did not configure.
Site functionality is completely broken, and the remaining files indicate a malicious upload/backdoor.
i’ve done more digging, and its definitely a hack focussing on wordpress, details here on a japanese/chinese hack https://uniwebau.com/how-to-fix-the-japanese-chinese-seo-spam-hack-on-wordpress-websites/
i’ve checked /var/log/auth.log and theres16,663 failed login attempts in auth.log, and 47 successful logins. the servers only been live for 5 weeks and i’ve been constantly logged in so looks like a brute force attack, the more i did, the more this is putting me off wordpress
i’ve done full forensics via terminal and its 100% the attack wasn’t via ftp or terminal as my ip is the only succesful login, theres 1000s of brute-force attemps from random global ips though which all failed, only my ip succeeded, digitalocean hace just got back to be with the evidence from the forensic backup i made and said this “Verdict
Entry vector: WordPress web-layer, not SSH.
Mechanism: Likely credential compromise and/or vulnerable plugin/theme allowing file write, followed by backdoor uploads and execution. The xmlrpc + wp-admin POSTs cadence aligns with typical automated exploitation.
Backdoors in use: aec.php (confirmed active webshell via error logs), hiroshi.php, godsend.php, and a directory 5953e/ (used with POST).” anyway, if theres anything you can do to secure your theme further than please do so, hope my findings help someone else prevent the same fate for their installs
Hello,
We’re sorry to hear about this security incident. Based on the forensics from DigitalOcean, this was a web-layer compromise through WordPress itself.
The attack vector was through WordPress core’s web layer (likely xmlrpc.php or wp-admin vulnerabilities), possibly combined with compromised credentials or a vulnerable plugin. WordPress and all plugins are open-source software that can have security vulnerabilities. The Konte theme itself doesn’t create entry points for these types of attacks.
We thoroughly review all theme code before release, and ThemeForest’s review team conducts rigorous security testing on every theme.
Themes don’t typically create the vulnerabilities that allow initial site compromise – those usually come from WordPress core misconfigurations, outdated plugins, weak passwords, or hosting security gaps.
Here are some recommended security measures going forward:
You can use Cloudflare (free tier works well) to add a firewall layer that blocks malicious traffic before it reaches your server. Enable their WAF rules and bot protection.
Disable xmlrpc.php completely if you’re not using it—add this to your .htaccess file:
<Files xmlrpc.php> order deny,allow deny from all </Files>
Install a security plugin like Wordfence that provides firewall protection, malware scanning, and login protection.
Keep WordPress core, all plugins, and the theme updated regularly.
Limit “login attempts” to prevent brute force attacks (Wordfence handles this well).
Remove any unnecessary files like adminer.php from production servers. Database management tools should only be used locally or on staging servers.
Consider moving wp-admin to a non-standard location and restricting access by IP if possible.
thanks for the reply, i’ve got things sorted now, ive seen you have updated woocommerce templates, is that the plugin or theme side? as i did have issues after woocommerce plugin updated in the background to their latest and it crashed the site, im really wanting to use the konte theme for part of my site but wordpress really isn’t filling me with confidence at the moment, is there any advice you can give to completely secure the site as its the landing site i want to wp for not the full platform, but needit to be reliable, i’ve locked down the plugins and auto updates of wp now as everytime theres an update something breaks, long term im wanting to implement the html version into codeigniter but im working on the rest of the site before that
Hello,
The recent update is on the theme side. We’ve mirrored the latest WooCommerce templates to ensure compatibility with the newest WooCommerce release.
You can safely update the theme. This update is specifically to prevent template-related issues when WooCommerce updates.
To secure and stabilize your WordPress installation, you can consider disabling automatic updates for plugins and WordPress core, which you’ve already done. This gives you control over when updates happen so you can test them first.
Set up a staging environment (most hosting providers offer this) where you can test updates before pushing to production. This way you’ll catch compatibility issues before they affect your live site.
Hi, I’m trying to set up homepage v7 but can’t get it to look like your demo with the collections slider with buttons, I’ve tried without it being the shop as well for elimentor just don’t see how to add the collections slider, i installed the demo and its missing
Hi!
This homepage design actually uses the Shop page as the foundation, then assigns that same Shop page as your homepage.
Here’s how Home v7 works: we customize the Shop page by adding the top section (which includes the collections slider and banner images you’re looking for), then set that Shop page as the homepage.
To set this up properly, please follow the official Konte documentation:
https://docs.uix.store/konte/#/page/homepages?id=home-v7-categoriesThank you
Well, been trying to do this for over 2 hours now, i can’t figure it out and tbh the instructions for doing it aren’t that easy to understand, i don’t understand why it isn’t automatically made to look like the demo if i chose demo v7 home, instead ive got to do lots of steps to get it to work like your demo https://prnt.sc/tx3Q-jG2TF_W
ignore these messages… something must of gone wrong with original install, ive just done a fresh install and demos imported correctly now 
Great to hear you got the fresh install working properly!
Just to clarify for future reference: the product filter on the homepage requires setting the Shop page as the homepage because WooCommerce’s filter functionality is specifically designed to work with the shop page. This is standard WooCommerce behavior.
If you ever want a homepage without the product filter, you can simply create a regular static page and use Konte’s Product Grid widget instead.
Thanks for sharing that you completed the installation successfully!
Hi is there a way to make the tiles on the homepage line up? some are displayed higher and some are lower or shorter. https://imgur.com/a/OXhK2Q5 Also is there a background overlay or colors on the tiles if the image happens to have transparent background? Thanks
Hello,
Thank you for your feedback.
To properly resolve this alignment issue, please open a support ticket on our official support site at: https://uix.ticksy.com/
When you submit your ticket, please include your website URL and mention the specific alignment issues you’re experiencing. Our development team will review your site directly and provide the appropriate solution.
On some Android devices using Chrome, the product page often shows the error message “Oops, something went wrong. Please try again.” Additionally, in certain cases, the product gallery freezes, and scrolling is no longer possible.
Steps to Reproduce:
- Open a product page using Layout 6 on an Android device (tested on Chrome).
- Navigate through the product gallery or try scrolling. Navigate on multiple products
Devices: multiple Android models tested
Browser: Chrome (latest version)
Layout: 6 (issue reproduced)
Note: Layout 1 seems to work fine.
Hello,
Thanks for reporting this issue. This sounds like it could be related to JavaScript conflicts or touch event handling problems.
To help troubleshoot this, could you please check if you experience the same error and gallery freezing on our Konte demo site?
https://konte.uix.store/If the issue only occurs on your website and not on our demo, this suggests a plugin conflict. Please try deactivating all plugins temporarily and test again. If the problem disappears, reactivate plugins one by one to identify which plugin is causing the conflict.
We have a test environment: https://stage.divah.ro/produs/rochie-sophie-din-viscoza-albastra. Only the latest version of WordPress, WooCommerce, and konte are running; you need to switch between a few pages and scroll through images to reproduce it. If the gallery freezes, then Chrome will close the page at some point.
Thanks for providing the test environment link. We’ll investigate this further on our end.
We’ve tested the page on a Samsung S22 with Chrome and couldn’t reproduce the gallery freezing or page crashes you’re experiencing.
We’ll test on additional Android devices and Chrome versions to try to replicate the issue. In the meantime, if you discover any specific steps that consistently trigger the problem or notice it on other devices, please let us know as that will help narrow down the cause.
We can reproduce the problem very easily with 4 G connection and mid-tier Android devices. We do not have a pattern at the moment, just going from one product to another.
Thanks for the details. We’ll continue testing with various Android devices and network conditions to reproduce and resolve this Layout 6 compatibility issue. I’ll update you once we have more findings or a solution.
We couldn’t identify a consistent pattern for the issue. On layout 2, the gallery seems to work fine. However, on layout 6, some devices show an “Oh snap” error, while on others the gallery freezes and scrolling is no longer possible even after navigating to another page. When the gallery is stuck, the entire site becomes noticeably slower.
We were not able to test with older theme versions since we did not have access to them.
Thanks for the detailed update. This appears the issue is related to Layout 6’s gallery scripts.
The theme has a setting for mobile-specific gallery that might resolve this. Please go to Appearance > Customize > Mobile > Single Product and try changing the gallery layout setting.
Thank you
Hello,
I’m using the Konte theme with WPBakery Page Builder. I’ve registered a Custom Post Type called ‘tela’ (slug: tela) with support for ‘page-attributes’ and enabled it in WPBakery’s Role Manager.
The WPBakery editor works for content, but the ‘Display Settings’ options (page template, full width, sidebar) are not appearing like they do on regular pages.
Could you please guide me on:
Do I need to add any specific hook or filter in functions.php?
Does the theme have native support for these options in CPTs?
I appreciate your help.
Thank you,
Hello,
Unfortunately, the Display Settings meta box is specifically developed for pages only.
There isn’t a built-in hook or filter available to enable these Display Settings for your custom post type. The theme’s architecture restricts this functionality to the standard ‘page’ post type.
Hello Team,
We’re seeing a lot of errors related to the Konte Addons plugin:
Got error ‘PHP message: PHP Warning: Undefined array key “guide” in /plugins/konte-addons/includes/size-guide.php on line 728 PHP message: PHP Warning: Undefined array key “display” in /plugins/konte-addons/includes/size-guide.php on line 808
We use PHP 8.3 Thank you
Hello,
Thank you for your feedback! Our developers are testing this issue. We will fix it in the coming update.