Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter websydaisy

    (@websydaisy)

    In case anyone else has this same issue, this fixed it:

    Add the following to the functions.php file:

    function my_em_disable_gallery(){
      remove_action('init','em_event_gallery_override_init', 1000);
    }
    add_action('init', 'my_em_disable_gallery');

    This helped me out! Thanks for posting solution!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with Events Manager Pro’ is closed to new replies.