Currently, I am trying to add a View to a new Divi page and the page failing to display the view.
To test this I created a brand new Divi page and embedded the View shortcode within that page. Once I try to view this page, the view shows up blank.
Hello,
There might be some PHP errors in your website, they conducts the problem: the view shows up blank.
Please try these:
1) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2017, and test again
2) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL and view URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
Thanks for the details, I am downloading the file, will update here if there is anything found
Here are what I found:
1) After deactivate other plugins and switch to WordPress default the theme 2017, I can see the view "Solution Center Posts Fix" works fine
2) Switch to DIVI theme, I can see it is blank, and the problem is you are using CSS codes to hide the outer DIV tag, see screenshot: divi3.JPG
@media only screen and (min-width: 981px)
.et_pb_text_10 {
display: none!important;
display: none!important;
}
The problem CSS codes should in the DIVI theme settings, please find it and remove it, and test again.