Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @jakebacon1,

    There are some very odd/specific styles that are messing up the tabs.

    I am not sure where these selectors are coming from, but they’re setting the font size to .1px (basically invisible) and the text color to transparent (literally invisible).

    You should probably find out why these styles are being applied. The selector looks like this: .woocommerce .elementor-6018 .elementor-element.elementor-element-6c07daf8 .woocommerce-Tabs-panel

    In the meantime, you could also overwrite the styles like this:

    #tab-composition-care {
    
        /* Font Size */
        font-size: 14px;
    
        /* Font Color */
        color: rgba(0, 0, 0, 1 );
    }

    Cheers,
    Kevin.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello @jakebacon1,

    Just checking in.

    Please let us know if you still need help with this issue.

    Thank you!
    -Tracy

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello @jakebacon1,

    We haven’t heard back from you in awhile so I am going to close out this ticket.

    If you need more help, please reopen it and we will be happy to help you.

    Thank you!
    -Tracy

    Thread Starter jakebacon1

    (@jakebacon1)

    Thanks Kevin,

    Hi Tracy,

    The problem has been solved for the most part! however I have now noticed that the tabs will not display content until they are clicked (on desktop). I’m trying to figure out how to have the first tab open as a default, if that makes sense?

    Thanks
    Jake

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Jake,

    Can you send us an example of a product that this is occurring on?

    My guess is that the first tab is being hidden (not removed) so WooCommerce is making that hidden tab visible (but it’s being overwritten, so it’s still hidden). This has happened to a few users.

    Let me know if that makes sense.

    Cheers,
    Kevin.

    Thread Starter jakebacon1

    (@jakebacon1)

    Hi Kevin,

    you can find the issue here: https://saintvalais.com/product/bomber/

    Yes understood, any ideas of how that could be fixed?

    Thanks,
    Jake

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Jake,

    My previous guess was incorrect: there are no tabs being hidden before the Description tab.

    However, this looks like an issue with the theme. The Description tab is being defaulted to display: none; (i.e. invisible). Our plugin wouldn’t do this and WooCommerce doesn’t do this either.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not able to edit tab, when using elementor’ is closed to new replies.