prodcut page information tab load with delay
-
Hello team,
I’m using woodmart 4.5.2 in my website. but I have a problem. Information tab in product page loads with delay. there wasn’t such a problem before. what I want to know is that what the reason is and if it has impact on the seo ? I use wp rocket to defer js and css files. if the reason is related to plugin can you tell me which js file should be exclude?
Hello,
Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?
Regards
I checked it with twenty twenty theme and it didn’t have this problem.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Allow us to switch between themes temporarily.
Thank you in advance
I disabled all plugins. you can check it on my test domain, thanks.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.tabs-layout-tabs .woodmart-tab-wrapper:first-of-type .woocommerce-Tabs-panel:not([style*="display: none"]) {
display: block;
animation: none;
}