Skip Navigation

[Closed] A view made with blocks losses the styles when cached, but cache is disabled

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.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 9 months, 2 weeks ago.

Assisted by: Christopher Amirian.

Author
Posts
#2771258
cache_cleared.jpg
cached.jpg
cache_disabled.jpg

Tell us what you are trying to do?
To maintain the styles in my view.

Is there any documentation that you are following?
No.

Is there a similar example that we can see?
No.

What is the link to your site?
hidden link (test/Pruebas123)

Hello,
I've made a view using blocks, and now I'm having a problem.
The first time that the view is displayed looks right, but the second time looks without styles. I have the cache didabled for this view, and I'm not using any cache plugin in my site.
If i clear the view's cache, in the front-end the view looks nice again, but when refresh It losses the styles again.

Is there something I can do to solve it?

Best regards,
Javier Martin.

#2773931

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Would you please test by following the steps below?

- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except Toolset and Toolset add-ons.
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.

Also, test if you can call the view somewhere else via shortcode with cache deactivated:

[wpv-view name="Your view" cached="off"]

Replace "Your view" with the name of the view and see if it fixes the issue.

Finally, I'd appreciate it if you could provide the debug info:

https://toolset.com/faq/provide-debug-information-faster-support/

The topic ‘[Closed] A view made with blocks losses the styles when cached, but cache is disabled’ is closed to new replies.