Home › Forums › WoodMart support forum › Filter by brand with logo
Filter by brand with logo
- This topic has 39 replies, 2 voices, and was last updated 4 years, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 28, 2020 at 8:21 am #254028
MandingaParticipant1. ok, thanks.
Can I create a second custom tab? I already saw that I can create one but I would like to create two, is it possible?2. Could you give me an explanatory screenshot, I still can’t find where to create a new topic.
Thank you.
December 28, 2020 at 10:20 am #254062
MandingaParticipant3. And how can I change the order of the tabs?
December 28, 2020 at 10:38 am #254064
Aizaz Imtiaz AwanKeymasterHello,
1 &3) Sorry but there is no option for that available. Because the tabs are woocommerce functionality and our theme doesn’t influence.
You can read the woocommerce documentation for further help:
https://docs.woocommerce.com/document/editing-product-data-tabs/2) Please open the following link after login to your forum account from there click on the create new button:
https://xtemos.com/forums/forum/woodmart-premium-template/#new-postRegards.
Xtemos Studios.December 28, 2020 at 12:05 pm #254099
MandingaParticipantIf this is done by code, it should be done in a child theme, right?
Will this make the page slow down?
In case of using the chil theme, do I just have to install the Woodmart Child Zip? or how is the installation process from scratch?
Thank you.
December 28, 2020 at 12:36 pm #254114
Aizaz Imtiaz AwanKeymasterHello,
Yes you need to put the code in the child theme. If you have the child theme ZIP file then you can install it.
OR
And you can read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/child-theme/Regards.
Xtemos Studios.December 28, 2020 at 1:43 pm #254147
MandingaParticipantIt is not clear to me if I have to install both, or just the child theme.
December 28, 2020 at 6:09 pm #254226
MandingaParticipantHello, I am trying to hide additional information from the tab with CSS code but it does not work for me, could you tell me what is wrong in the code?
Thanks a lot..woocommerce-#tab-additional_information {display:none;}
December 29, 2020 at 6:27 am #254323
Aizaz Imtiaz AwanKeymasterHello,
1) You need to install both the parent theme and the child theme then make changes to the child theme.
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tabs .additional_information_tab { display: none !important; }
Regards.
Xtemos Studios.December 30, 2020 at 12:10 am #254576
MandingaParticipant1) Ok, thanks!
2) I have found an option in the attributes tab (Visible on the products page) Unchecking the box no longer shows the tab: additional information
Attachments:
You must be logged in to view attached files.December 30, 2020 at 6:17 am #254590
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
The option you mentioned you need to edit each product and disable the option then it will work.
And using the CSS I provided it will hide it from all the products. Anyways you can use the option or the CSS to remove it.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Filter by brand with logo’ is closed to new replies.
- You must be logged in to create new topics. Login / Register