• Resolved lcameron

    (@lcameron)


    We have installed the plugin using Woostify theme, however the custom tabs appear twice on the products? If I move them up under the description, which is where we want them, they still show twice, once in the right place with the right formatting and again at the bottom of the product page.

    Any ideas? Have looked at just hiding the additional set at the bottom but display:none on it hides both.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @lcameron,

    I’m not familiar with the Woostify theme, but it seems to be including the markup for the entire tabs section twice. I took a look at this article https://woostify.com/docs/customizer-settings/custom-product-tab and it seems like you should be able to choose either having it below the product summary or as part of the summary. It shouldn’t be in both places.

    You should really open a ticket with your theme developer. This seems like a bug with their system.

    As a temporary fix, the following styles hide the second tabs section on that page:

    
    #accordion-container.woocommerce-tabs {
      display: none;
    }
    

    Let me know if that helps,
    Jon

    Thread Starter lcameron

    (@lcameron)

    Hi Jon,

    Thanks I found the issue – there was a plugin, WooCommerce Accordions, soon as that was turned off they disappear in the second place.

    Lisa

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tabs appear twice’ is closed to new replies.