I should have mentioned that I checked with my theme’s support forum first. They suggested disabling plugins, which I did, one a a time, and the warning doesn’t appear when I disable “My Private Site.” Of course then it’s not private.
Not a lot I can do to help, except to ask if you know of any recent changes? Did you update a theme, a plugin, WordPress? Change hosts? Add any new plugins?
The reason I ask is if you know what changed, there’s at least some direction to go look.
Another approach is to switch themes temporarily and see if the problem goes away. You could also try re-downloading the plugin from the repository, but that’s more for completionist sake than for any tangible benefit.
Thanks for the reply, David. Yes, there have been WordPress updates since I set up the site in December. My WordPress installation is fully up to date. I also added the TablePress plugin and Post Notifications by Email plugin. Deactivating those does not solve the problem, but deactivating Jonradio Private Site does.
The theme is Memoir by Elegant Themes. I reinstalled it but that didn’t help.
“headers already sent” errors can sometimes be diagnosed by turning on WP_DEBUG just long enough to test. Previously unseen messages are sometimes displayed.
Details at https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG
Thanks Jonradio for this suggestion.
Thanks Jon. I fyou turn on WP_DEBUG, use the three defines specified in Brad’s article:
https://deliciousbrains.com/why-use-wp-debug-log-wordpress-development/
That way, data goes to a file and not to your screen, especially since you’re having display/rendering issues.
Also, have you tried a different theme, say the standard Twenty Fifteen theme, just to see if the behavior changes?
–David
I finally did have to revise the site using a standard theme. The plugin works, so I have to assume the issue is between Memoir and the newer WordPress updates.
Thanks for your time with this.
Anytime. I know that Nick and the folks at Elegant Themes have been focusing on Divi and their plugins for the last year or two. so Memoir might be a bit out of date by now.
Let me know if you need any additional help.