About a week ago a site I built almost two years ago with Toolset stopped showing Views on the front-end.
I deactivated all non-Toolset plug-ins and activated the base Twenty-Seventeen theme, but no luck. When I deactivated the Layouts plug-in however, the views were now visible on the front-end. When trying to use OceanWP, a support Toolset theme, the views disappeared again.
Hi, Shane is on holiday this week and I will try to continue assisting you here.
The views seem to work when on this page (hidden link) ... But that page goes blank when Layouts plug-in is activated or any other theme is activated.
I see Layouts active now, and the page is not blank. I have tried with Twenty Seventeen and with OceanWP, but the results are similar. Something else must be going on. What am I missing?
As a result of the fix, some of the views are no longer showing the results of calculations they are supposed to be making
As Shane was saying earlier, this View has no content in the Loop Editor's wpv-loop tags. Check here: hidden link
[wpv-layout-start]
[wpv-items-found]
[wpv-found-count]
<!-- wpv-loop-start -->
<wpv-loop>
******************** There is nothing here *****************************
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
[/wpv-no-items-found]
[wpv-layout-end]
Are there any contents in this loop on the live site? If so, can you copy those contents into the dev site? My login doesn't seem to work there so I cannot check myself.
I went back and installed the version of the site that was created when those views were created locally on my computer. The views look exactly the same as they do now. Maybe there is no need for the views now. What I am trying to show is the sum of fields. Back when the site was first created, I worked with several Toolset technicians to create custom code that would do this with views. The custom plug-in CUCCR Member Stats / Add-on for WP Types was created to do this. Maybe that has broken? Or there is a better way to calculate the sum of fields.
I can resend you the login details if you give me private access.
Check here now: hidden link
You can see one Student shows up in the Fine Arts Members section, because I translated this Member post with Polylang: hidden link
Now an English version is available. So the problem seems to be that you have Polylang active, but you have not yet translated the existing Members into English. The Views that should show Member counts are not finding any Members. I'm not a Polylang expert so I can't give you much advice on how to use their software, but it appears that if you have Polylang active you must also translate the translatable posts for them to appear in a View shown in a specific language.
Also, I allocated a bit more memory to this site by modifying the wp-config.php file. I added these lines, because your /error_log file indicates Fatal Memory errors were regularly occurring: