On the page "Directory", I added a view with a custom search and a Form Submit by AJAX refresh when changing any filter, including a Reset button.
The custom search field "Composer" and the Reset button are in a Tooset Grid block (3 cells).
The view loop has also a 3 cells grid.
Issue :
- when logged in as admin, both grids display as expected
- when logged out, both grids do not display : their content displays in one column, and only when the Reset button is clicked, both grids display as expected
It seems that the Grids CSS is not loaded when the user is not logged in. I flushed the cache both on the Browser AND on the Server : no change...
What could be wrong ?
Hi Shane,
Thank you for your prompt answer.
I found the culprit :
- the SGOptimizer plugin : I had configured it to defer certain render-blocking JS scripts (like jQuery etc.)
- so I also configured it to defer the toolset-common-es-frontend.js
- and it worked : the View now displays properly for both logged -in and logged-out users, and it is blazing fast!