Theme hides Woo product tabs?

Home Forums Gillion Theme Theme hides Woo product tabs?

Home Forums Gillion Theme Theme hides Woo product tabs?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • savethecat
    Participant

    Hi, we;’re using an events plugin but the Description and Details tabs are only showing one at a time instead of all the time (we use Woo on other sites so we know how it works). This is a product where you can see the wrong behaviour. https://savethecat.com/products/uncategorized/test-product-2

    We contacted the plugin developer and they said it looks like the theme is causing this:

    “As far as I can see this seems to be an issue with the WordPress theme that you are using. When clicking on either “Event details” or “Description” it specifically sets a style to hide the other tab(s) (CSS style “display:none”). This is probably a feature or setting of this specific theme and not default WooCommerce behaviour. As an example you can have a look at the tabs on our demo event here: https://demo.fooevents.com/product/conference/. This is how most themes will display these tabs.

    Here are some things that you can consider doing:
    1. Use a different theme
    2. Look for a setting in your current theme that disables this behaviour
    3. If you have coding knowledge you can look in your theme’s code, look for the place where the tab is set to hidden and change this. It will probably be in a JavaScript file.”

    Can you look into this and advise how it can be resolved? Thanks.

    • This topic was modified 4 years, 2 months ago by savethecat.

    Solution for this topic

    Hi @savethecat,

     

    Thank you for your question.

     

    You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block !important;
    }

     

    Best regards,
    Shufflehound team

    savethecat
    Participant

    thanks.

    You are most welcome here 🙂

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