in case you do not want to change core files you could add something like this to your javascript $Ready function:
$('.category-toggle').each(function(){ $(this).click(); });
when the site has loaded it will open all the subcategories in a nice animation. works on material and bootstrap themes. maybe also work on most third-party templates.
in case you do not want to change core files you could add something like this to your javascript $Ready function:
$('.category-toggle').each(function(){ $(this).click(); });
when the site has loaded it will open all the subcategories in a nice animation. works on material and bootstrap themes. maybe also work on most third-party templates.
Thumbs up Scheinwelt
in case you do not want to change core files you could add something like this to your javascript $Ready function:
$('.category-toggle').each(function(){ $(this).click(); });
when the site has loaded it will open all the subcategories in a nice animation. works on material and bootstrap themes. maybe also work on most third-party templates.
thanks hun. but where do i add this? im assuming i go into the theme and click javascript. but after that does it matter where i place it. is there a specific line it goes in?
it has to be in the $Ready function. you can put it e.g. at the top or bottom...
i don’t know what a ready function is. sorry. lol
i don’t know what a ready function is. sorry. lol
sorry ;) yes, it is in your themes javascript. open it with the theme manager and search for ready. add the code to the next line.