Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can disable that under Events > Settings > General > General Options > Show some love

    Please help
    This my issue
    https://premium.wpmudev.org/forums/topic/cant-see-coursepress-units-or-pages-in-my-theme
    I was able to find a solution by editing wp-content/plugins/events-manager/em-events.php file and changing line 29 from this:
    $content = apply_filters(’em_content_pre’, ”, $page_content);

    To this:
    $content = apply_filters(’em_content_pre’, $page_content);

    Course worked for me, but events page don’t show any thing.

    Please help! Thanks

    Thread Starter viviancruzbt

    (@viviancruzbt)

    Disble show some love doesnt work.

    I had support from Cousepress and they pointed me the same solution from nguyendam:
    $content = apply_filters(’em_content_pre’, ”, $page_content);

    To this:
    $content = apply_filters(’em_content_pre’, $page_content);

    It works, but is not a good solution because we have to change this always when updating the plugin.

    Thanks @nguyendam, it is working now

    but now the event page is showing the same problem ?? ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict between Event Manager and Coursepress’ is closed to new replies.