Home Forums WoodMart support forum Additional tab to be active on loading

Additional tab to be active on loading

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180239

    Cure
    Participant

    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…

    #180254

    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

    #180358

    Cure
    Participant

    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?

    #180397

    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

    #180402

    Cure
    Participant

    Thanks, the code is working. Where can I rate you and leave some warm thoughts?

    #180421

    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

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