joeldbirch / superfish

Superfish is a jQuery plugin that adds usability enhancements to existing multi-level drop-down menus.
Other
913 stars 314 forks source link

v1.7.9 confict with WooCommerce single product tabs navigation #173

Closed Mocha365 closed 6 years ago

Mocha365 commented 6 years ago

In the superfish.js v1.7.9, and just tested 1.7.10 doesn't seem to work with the WooCommerce v3.3.3 tabs that exist on the single product page. There's a set of tabs for product Description, Reviews, etc. They don't work. If I disable the superfish.js loading in WordPress, then they work, but then the site's main menu doesn't work 100%.

Not sure what it could be that is creating a conflict, but wanted to post this issue.

Mocha365 commented 6 years ago

Actually... found the culprit. It's not your script, it's another snippet for the WP admin bar on the front-end that was causing a conflict. After removing that part from the js file, it worked.