Grid / list view
-
oh unfortunately theres no functionality for this
you can however create 2 pages one with a thumbnailgrid element and one with a project index element and then have links on these pages to one another :/
-
oh unfortunately theres no functionality for this
you can however create 2 pages one with a thumbnailgrid element and one with a project index element and then have links on these pages to one another :/
@arminunruh no problem, I just solved it by putting the thumbnail grid below the index element on the landing page in the Gridder.
I added grid_view_container class to the row where I placed the Thumbnail Grid.
For the row below I added the class list_view_container and placed the Index element there.
I did the same for the mobile version.by doing this I can now hide these rows by clicking the toggle button thanks to some javascript.
-
yes very clever! this is a good way, its good you know javascript !! :))
makes much more possible -
@lortnok do you think this would work with the "Scroll slider" view? So I can switch from Grid to Scroll slider.
Thank you in advance
-
no that wont work