Thread Starter
Ivalde
(@ivalde)
From a WordPress test site the reason for the missing page text is found to be a plugin conflict with this WordPress Groups plugin:
https://wordpress.org/plugins/groups
Please install that Groups plugin at your own site and you will see the problem…
Hi.
Sorry to bother you, but there is any advance in this issue?
I’m havung this same problem…
Thanks
Playing with the Groups code, I think I find something that can help.
In the file class-groups-post-access.php (from de Groups plugin) I commented de line 75:
//add_filter( "the_content", array( __CLASS__, "the_content" ), 1 );
So, removing this filter in your plugin must fix the problem.
Still waiting for a working solution on this problem.
I do NOT have the mentioned WordPress Groups Plugin installed, so the solution with an comment to line 75 can not be used by me.
Still I have this issue. No page text is displayed on the pages.
Can someone help me out with this?
Thanks
Just for your information, updating the Geoups plugin brings back the problem.
Because with the update, that line was uncommented
So, once more I commented the mentioned line and the content of the page was showed again.
I am not using Events Manager plugin…