• Resolved fmarotte

    (@fmarotte)


    Hi! This plugin was working fine before but now custom tabs are not showing anymore.

    Would you take a look please?

    Thank you.

    Fran?ois

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Bonjour @fmarotte,

    I’ve found the issue. You have some custom CSS that is hiding all of the tab content. I am not sure where this CSS is coming from but if you remove it, you will see the tab content correctly:

    This is the selector I am referring to:

    #woocommerce-coupon-data ul.wc-tabs::after, #woocommerce-product-data ul.wc-tabs::after, .woocommerce ul.wc-tabs::after {
        content: '';
        display: block;
        width: 100%;
        height: 9999em;
        position: absolute;
        bottom: -9999em;
        left: 0;
        background-color: #fafafa;
        border-right: 1px solid #eee;
    }

    Do you know where/when/why this would be added? Do you know how to find it?

    Let me know.

    Thank you,
    Kevin.

Viewing 1 replies (of 1 total)
  • The topic ‘Content tabs not showing’ is closed to new replies.