• Resolved luisserrano

    (@luisserrano)


    Hello. Im trying this plugin but I see no tabs as result, only the content of the first tab I set. Tabs or Widget titles is working fine too, but no tabs at all. I even included the code in functions.php you show in FAQ of plugin page. Nothing. ??

    https://arca.megacros.com/tabswidgetpagebuilder/

    Thanks in advance. Best regards.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi,

    you have a lot of CSS code in the header of your page… And this CSS code is hiding the content of the tabs:

    
    .nav, .main-navigation, .genesis-nav-menu, .hide {
    	display: none!important;
    }
    

    So, the problem is the CSS code on your site, but I’m not sure, where it comes from…

    Take care!

    Thread Starter luisserrano

    (@luisserrano)

    I see. Thanks so much for your answer. I will check that.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tabs not working even with code in functions.php’ is closed to new replies.