Conflict with Buddypress Groups Extras.
-
I have come across a conflict between Events Manager and Buddypress Groups Extras as outlined here – http://wordpress.org/support/topic/pages-not-working-22?replies=15
Does anyone know how to resolve this?
-
do you have sample link or screenshots for us to see and analyzed so we could easily visualized the issue?
thanks
Take a look at this link – http://mwweb.me/groups/test/gpages/
When Events Manager is activated the content disappears (in this case ‘Hello World’).
Let me know if you want me to activate the plugin so you can see it in action?
And thank you for responding to this issue! 🙂
I’ve never used this plugin before, so Im not entirely sure what/why this is happening, or where to start debugging this without testing it out myself (which would take some time)
Is this only affecting pages you create using that plugin, and not other ones like our event pages?
The Events Manager pages seem to be working – http://mwweb.me/events/test-event/
And now the plugin is on you can see the Buddypress Groups Extras pages aren’t – http://mwweb.me/groups/test/gpages/
If we can get this sorted I’m going to buy the pro version, it is a great plugin, unfortunately I rely heavily on the other plugin to.
Thanks in advance for all your helps.
PS. If you don’t see what you’re expecting when you follow the links, let me know, I may have had to turn it off temporarily while I work in Group Extras.
sorry for the confusion since I haven’t tried this plugin before; can you post a sample screenshot again on what do you expect to show or display on this link – http://mwweb.me/groups/test/gpages/ ?
thanks
This is with the Events Manager plugin deactivated – the content from Groups Extras displays as it should – http://mwweb.me/wp-content/uploads/2013/10/With-Events-Manager-deactivated.jpg
This is with the Events Manager plugin activated – as you can see, the content from Groups Extras is missing – http://mwweb.me/wp-content/uploads/2013/10/With-Events-Manager-plugin-activated.jpg
Thanks in advance.
Given the age and popularity of the plugin, it’ll be a while until I can debug this myself, given it’s likely the problem lies on their end. I’m not saying that’s certain, but given that newer plugins always have teething problems I can’t justify spending the same time on these whereas a popular and mature plugin unless the problem is obviously our fault.
If the developer of the other plugin is willing to provide some insight into why this may happen, I’d be happy to liase.
Thank you for your time so far on this!
I have posted a comment over here – http://wordpress.org/support/topic/pages-not-working-22?replies=16#post-4740857 – to see if we can all work together to get the conflict resolved.
Thank you for your time so far!!!
I’d also like to use both of these plugins on a site I’m developing. I’ve noticed that with both plugins enabled, this conflict prevents displaying the correct page contents on the BuddyPress groups in just about every theme I’ve tested, including twenty-thirteen. However, when I enable the BuddyPress default theme the conflict is no longer apparent and the page contents display correctly in groups.
I’ve got the same problem while developing one of my projects.
The problem hides inside em-events.php in Events Manager plugin directory, at line 29 (EM version 5.5.2).
Here’s the code that causes conflict:
$content = apply_filters(’em_content_pre’, ”, $page_content);And here’s the code that solves the problem at the moment:
$content = apply_filters(’em_content_pre’, $page_content);Previous solution was no good because it breaks output of Events Manager content. So I found another one: do nothing with line 29, but add this code at line 110 after the closing brace:
else echo $page_content;
The topic ‘Conflict with Buddypress Groups Extras.’ is closed to new replies.