Compact product page design – closed y default
-
Hi,
I have seen som threads where it is possible to have all tabs on product page closed by default. I have insterted the following code, but it has no effect.
Can you assist?
setTimeout(function() {
var $tabs = jQuery( ‘.wc-tabs, ul.tabs’ ).first();
$tabs.parent().find(‘#tab-description’).hide();
$tabs.parent().find( ‘.tab-title-description’ ).removeClass(‘active’);
}, 10);
Hello,
We have modified this code a bit. Please check how it works now.
Regards
Hello Artem!
I would love to have this feature as well could you assist me with the updated code for;
setTimeout(function() {
var $tabs = jQuery( ‘.wc-tabs, ul.tabs’ ).first();
$tabs.parent().find(‘#tab-description’).hide();
$tabs.parent().find( ‘.tab-title-description’ ).removeClass(‘active’);
}, 10);
Hi,
Could you please send us your admin panel so we can check it?
Regards
Sure please see the admin info below
We can’t login with this password.
Ok I reset it please try again
Yep it is perfect! Thank you so much 🙂
The topic ‘Compact product page design – closed y default’ is closed to new replies.