This topic has 4 replies, 3 voices, and was last updated 10 years, 7 months ago ago by Olga Barlow
Hey,
I don’t want the product-categories in the sidebar being opened by default. How can I prevent that?
thanks
Hello, @surmodernite
You should remove part of script. Navigate to this folder via FTP: wp-content/themes/blanco/js and find file script.js. You should remove next code from this file(it is approximately 276 line):
if(jQuery('.categories-group.opened').length > 0) {
//jQuery('.categories-group.has-subnav').addClass('opened');
}else{
// If doesnt exitst opened point
jQuery('.categories-group.has-subnav:first').addClass('opened').find('ul').show();
}
thanks
Hello,
You are welcome!
Regards,
Olga Barlow
The issue related to '‘Product- categories. do not open on default’' has been successfully resolved, and the topic is now closed for further responses