Tab on product page showing content when not selected
-
For some reason the data in the Warrenty Tab is show even thou it is not selected
I forgot to also mention that this is the long description tab. I added this code months ago to change the label:
/**
* Rename product data tabs
*/
add_filter( \'woocommerce_product_tabs\', \'woo_rename_tabs\', 98 );
function woo_rename_tabs( $tabs ) {
$tabs[\'description\'][\'title\'] = __( \'Warranty & Returns\' ); // Rename the description tab
return $tabs;
}
-
This reply was modified 3 years, 2 months ago by
malcolmff.
For some reason it is only doing it for the Linkware brand. The other two brands are fine so it’s very weird.
The HTML block for the warranty is [html_block id="16365"]
Hello,
Please, disable all plugins not related to the theme and provide full access to the credentials that you attached in the private area.
https://gyazo.com/adc83b8473369b32a1bb0ff410668181
Looking forward to collaborating with you!
Kind Regards
Hello,
Glad that you sorted it out.
Of course, if you’re having trouble of any kind issue, please let me know. I’ll do everything I can to help.
Kind Regards
The topic ‘Tab on product page showing content when not selected’ is closed to new replies.