Tell us what you are trying to do? Display a View (that was displaying for years until now)
Is there any documentation that you are following? no
Is there a similar example that we can see? yes, you can look at the live site to see there is no view displaying
What is the link to your site? I can provide in a private message
Hello! Suddenly a view is not appearing on our homepage for some reason. All our plugins are up-to-date so i am not sure exactly when this happened... within the last 30 days I imagine. Any idea why? I can see the view display correctly in the draft perview on the backend, but not when published.
Could you provide me with debug information for your site so that I can look at the setup environment, such as the plugins you have installed, wordpress version , php version etc.
Checking the frontend of the site I noticed the view was still visible but nothing was being displayed. All the HTML components for the view was there on the page. Checking the CSS however I found this below.
.wow {
visibility: hidden;
}
The "wow" class was set to hidden, this is why the view wasn't showing. Removing the WOW class from the div or removing this css should resolve the issue.
Thanks so much for looking into this for me. I think what I'm learning is that the WOW animations no longer work like they used to. Not only has the site functioned properly for years using the WOW script, but we were required to start with the CSS instruction to hide those divs on page load for the animation then work on them and reveal them. And recently i noticed our staging version of the website was redirected to the developer of WOW's domain, which didn't even have a current website on it (I thought it was a hack of some sort.)
OK, I will try and sort this out - thanks again for your help!