Jump to content

popular and new arrival menu


ssvapes

Recommended Posts

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.post-1249593-0-25242000-1462654841_thumb.png

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...