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.
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/