Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue. Tabs for Product Desc, Additional Info & Reviews don’t seem to be clickable. I’m assuming a class has been changed on these that was linked to JS.

    Appreciate the help.

    Plugin Contributor royho

    (@royho)

    I just tested this and no issues here. Check if it is caused by your theme. Switch to a WP default theme like Twenty Twelve and see if it works then.

    I’m having the same issue.

    I switched to TwentyFifteen, and the issue still persists.

    Looking at the CSS, there is some CSS somewhere causing display:none.

    A quick workaround until this is fixed:

    #tab-description[style] {
        display: initial!important;
    }
    
    #tab-reviews[style] {
        display: inline!important;
    }

    However, doing so causes the content to no longer be tabbed (clicking “Reviews” will scroll down to comment section), but at least it is showing.

    I have WooCommerce installed on multiple sites, all using the same theme. WooCommcerce is working fine on the sites pre v2.4.7

    I don’t suppose either of you have “jQuery Smooth Scroll” plugin installed and activated?

    After deactivating all plugins, and re-activating them one-by-one, that was the culprit for me.

    Sorry I didn’t have jQuery Smooth Scroll installed although I can confirm with all plugins deactivated and Twenty Fifteen installed that the tabs do work again. Ended up there was a conflict between my custom built theme and a plugin.

    Just remember to deactivate EVERYTHING!

    My mistake is usually thinking that a plugin I’ve used and trusted for a while will never let me down, regarding whether conflicting code with other plugins comes into place. It might not be your theme, so make sure plugins come into question too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘On the product page tabs Description , comments, etc. do not work’ is closed to new replies.