Posted January 19, 20223 yr Does anyone know the easiest method to make it where when a user loads the website for the first time, some categories are by default minimized. I'll give you an example here https://gyazo.com/fa9de6604ec6cc0d70e75c8ca5845752 (circled in blue)
January 19, 20223 yr Community Expert Solution There is no built in method within the software that would allow you to do that at the present time, unfortunately.
January 19, 20223 yr Author 2 minutes ago, Marc Stridgen said: There is no built in method within the software that would allow you to do that at the present time, unfortunately. it can't be done with css can it? would it be javascript? with that being said would it be a plugin?
January 19, 20223 yr That contains code that would collapse all the categories - to do 'some' you could wrap things in a check for the category ID. And then you have to account for 'first time' too (actually, not relevant...the user's own toggle action dictates from then on) {$category->_id} Will add some code to the other topic. Edited January 19, 20223 yr by Nathan Explosion