Additional tab to be active on loading
-
Hello there, I encountered another problem,
I did a code and i closed the woocommerce about brand tab but I need woodmart’s additional tab to be active instead of it, now both are closed and you need to click on it. I want when the page loads the additional tab should be active…
Hello,
Our support does not cover the customization of the tabs. Please check this instruction provided by Woocommerce: https://docs.woocommerce.com/document/editing-product-data-tabs/
Best Regards
I do not want to be rude but I found some topcis on this forum regarding the additional tabs and some of the staff answered it. So how come that all of a sudden u do not cover your part, isn’t additional tabs yours and not woocommerce?
Hello,
Please add this code to the Theme Settings > Custom JS > on Document ready:
setTimeout(function() {
jQuery('.woodmart_additional_tab_tab').siblings().removeClass('active');
jQuery('.woodmart_additional_tab_tab').addClass('active');
var $tab = jQuery('.woodmart-tab-wrapper').find('a.active');
$tab.siblings('.wc-tab').hide();
jQuery('#tab-woodmart_additional_tab').show();
}, 10);
Best Regards
Thanks, the code is working. Where can I rate you and leave some warm thoughts?
Hello,
You can leave a review and rate on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance