I don’t want the product-categories in the sidebar being opened by default. How can I prevent that?
i saw an answer on other 8theme theme, but i cannot find the file
script.js in woopress.
the solution was:
1. Open file /js/script.js
2. Remove (or better outcomment) this part: 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