[Resolved] View Grid not displaying correctly for logged out users
This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
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!