pyromano Posted May 22, 2017 Share Posted May 22, 2017 Hi, i´m having a problem with hometabcontent, the fact is that the first panel is not expaded by default, it is needed to click in the button to expand it, need help to solve this plz. Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2017 Share Posted May 22, 2017 Hello if you use default theme or theme that uses default construction of tabs on homapge: put this script to your global.js file (at the end) $(document).ready(function(){ $('#home-page-tabs li:first, #index .tab-content ul:first').addClass('active'); }); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now