Home Forums WoodMart support forum Tab on product page showing content when not selected

Tab on product page showing content when not selected

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #374243

    malcolmff
    Participant

    For some reason the data in the Warrenty Tab is show even thou it is not selected

    #374245

    malcolmff
    Participant

    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 2 years, 7 months ago by malcolmff.
    #374247

    malcolmff
    Participant

    For some reason it is only doing it for the Linkware brand. The other two brands are fine so it’s very weird.

    #374249

    malcolmff
    Participant

    The HTML block for the warranty is [html_block id="16365"]

    #374290

    Luke Nielsen
    Keymaster

    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

    #376519

    malcolmff
    Participant

    Working. Thanks.

    #376542

    Luke Nielsen
    Keymaster

    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

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Tab on product page showing content when not selected’ is closed to new replies.