Expands other tabs – fix provided
-
I use tabs in my blog archive which are outside of Woocommerce. I noticed with this plugin enabled it duplicated all content in my blog article list as well, which messed things up (in flatsome anyway). I suggest adding this simple additional class .shop-container to narrow to woo. In the function file woocommerce-expand-tabs.php in the plugin directory:
$output = '<style type="text/css"> ' . '.shop-container .vertical-tabs .tabs-inner, .shop-container .tabbed-content .panel { ' . ' margin: 15px 0; ' . ' float: none !important; '
- The topic ‘Expands other tabs – fix provided’ is closed to new replies.