Viewing 1 replies (of 1 total)
  • The console (in Chrome, right click > inspect) shows a jquery error in subscriber.js which is part of your theme. The error is occurring because subscriber.js is trying to run jquery before jquery is loaded. Javascript can be picky, and once an error is encountered, everything that follows may not work either, and in this case that’s another Javascript that switches the tabs.

    To confirm that it is your theme is causing the problem, deactivate all plugins and try your site with the default WooCommerce theme, Storefront. It should work now.

    Make sure you have the latest version of your theme. If your theme is not from wordpress.org, contact the author for support.

    Meanwhile, a hacky fix would be to rename
    themes/nightcrew-captape/library/js/subscriber.js
    to take it out-of-play. Better if you can get it to load later in the page, after jquery has loaded.

Viewing 1 replies (of 1 total)
  • The topic ‘Description and reviews tabs broken?’ is closed to new replies.