Have updated WP, Avada and Toolset on an optimized site, Then after activating "Enable Fusion compilers" in Toolset the page loads sloooowly but without the correct CSS.
Solution:
It seems that you had migrated your website to staging site, and did not change the URLs in database, this will conduct the problem you mentioned above.
I suggest you try to follow our document to migrate your website, and test again
The issue here is that the user wanted to have a Dynamic Frontend filter and Static filter for a single taxonomy for the same view.
Solution:
If your taxonomy filter is set to filter the view by the current page then you won't be able to add a dropdown to that view in the event that the user wants to view something else.
This is because the filter has been set to static and it can only be static or dynamic. Dynamic meaning the view can be filtered by a url parameter using the dropdown filters.
I would suggest adding a link the page that would send the user to another page that has a dedicated dynamic filter view.
Problem: A View that should show one result is showing no results, but the "no results found" message is not shown.
Solution: Be sure no custom code is impacting the results. In this case a wpv_filter_query_post_process filter was causing unexpected problems because of typos in the code.