Home Forums WoodMart support forum prodcut page information tab load with delay

prodcut page information tab load with delay

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #202827

    aminkarimi1986
    Participant

    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?

    #202841

    Artem Temos
    Keymaster

    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

    #202867

    aminkarimi1986
    Participant

    I checked it with twenty twenty theme and it didn’t have this problem.

    #202881

    Artem Temos
    Keymaster

    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

    #202927

    aminkarimi1986
    Participant

    I disabled all plugins. you can check it on my test domain, thanks.

    #202984

    Artem Temos
    Keymaster

    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;
    }
Viewing 6 posts - 1 through 6 (of 6 total)