ssvapes Posted May 7, 2016 Share Posted May 7, 2016 Hi everyone, I'm stuck on a problem and was hoping someone could help. I changed 'new arrivals' to 'popular items' on the front page. The 'popular items' show up. However, the menu stays on 'new arrivals'. I tried changing the sort order. Is this a bug? Anyone know how to change the default menu highlight? I have attached a pic Any help would be appreciated. Link to comment Share on other sites More sharing options...
Daresh Posted May 8, 2016 Share Posted May 8, 2016 Try to add this code at the end of your global.js: $(document).ready(function(){ customInit(); }); function customInit() { $('#home-page-tabs > li').removeClass('active'); $('#home-page-tabs > li:first-child a').click(); } 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