Toolset provides integration with popular themes, allowing you to design layouts for these themes using drag-and-drop, while preserving everything that the themes offer.
The themes that are currently supported are:
Problem:
The user was using a view inside the Avada Builder in a site hosted on SiteGround. Changes to the view were not reflected on the frontend until the page was saved in the Avada builder.
Solution:
It turns out to be caused by the "Dynamic Cache" in SiteGround hosting.
Problem:
The user has created a content template but it is not being used in the frontend.
Solution:
It turns out that the user's theme does not have a proper template to display single posts(single.php or single-{cpt-slug}.php).
The default template index.php does make any calls to the_content() function from WordPress.
After creating a single.php file that contains the_content() call, the content template was correctly used in the frontend.