Home Forums WoodMart support forum Filter by brand with logo

Filter by brand with logo

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • #254028

    Mandinga
    Participant

    1. 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.

    #254062

    Mandinga
    Participant

    3. And how can I change the order of the tabs?

    #254064

    Hello,

    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-post

    Regards.
    Xtemos Studios.

    #254099

    Mandinga
    Participant

    If 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.

    #254114

    Hello,

    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.

    #254147

    Mandinga
    Participant

    It is not clear to me if I have to install both, or just the child theme.

    #254226

    Mandinga
    Participant

    Hello, 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;}

    #254323

    Hello,

    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.

    #254576

    Mandinga
    Participant

    1) 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.
    #254590

    Hello,

    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.

Viewing 10 posts - 31 through 40 (of 40 total)

The topic ‘Filter by brand with logo’ is closed to new replies.