With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,831 through 1,845 (of 1,857 total)
Problem:
The user is using an Elementor template inside a view loop. When the view is cached, some styles are lost.
Solution:
When the view is generated and Elementor is building the content for each post of the loop, it generates its custom style and adds it to the page. But when the view is cached, Elementor is not called to render the content of the results and the styles are not added to the page. Check this screenshot for an example http://prntscr.com/stqiwa
This is expected behavior, and to work around it, you will need to copy the styles generated by Elementor to the WordPress customizer, so they will be added when a view is cached.
The user is also using fontawesome, and it is not getting loaded when the view is cached. Its styles need to be added to the theme or the page with custom code.