Tagged: x
-
AuthorPosts
-
March 25, 2017 at 2:53 pm #1420230
Hi there,
I’m using WooCommerce with two product tabs (Description Tab & Additional Information Tab).
By default the Description Tab is active and left/above to the Additional Information Tab.How can I exchange it?
I want the Additional Information Tab to be active and first by default.Thank you!
March 26, 2017 at 4:18 am #1420520Hey there,
Please add the code below in your Appearance > Customize > Custom > Global Javascript
jQuery('.description_tab, .description_pane').removeClass('active'); jQuery('.additional_information_tab, .additional_information_pane').addClass('active');
Thanks.
March 26, 2017 at 5:27 am #1420557Hi Christian,
thank you, it’s making the .additional_information_tab active.
Additionally how can I make the Additional Information Tab the first Tab?
(I want it to become data-cs-tab-toggle=”1″)Thank you
March 26, 2017 at 10:54 am #1420706Hi there,
It’s not usually possible. Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.
April 3, 2017 at 9:21 am #1428028Thank you!
April 3, 2017 at 9:36 am #1428032You’re most welcome! 🙂
Feel free to ask us again.
-
AuthorPosts