It looks like WP Sponsor Flip Wall is going to break a lot of plugins because it’s removing the WordPress included version of the jQuery library and hard linking an older version of jQuery instead. This is not a good practice.
You could try modifying the plugin to be WordPress compatible by commenting out line 10 of sponsor_gallery_render.php like this:
Then, you’ll also need to comment out line 315 of wp-sponsor-flip-wall.php so it says:
// wp_deregister_script('jquery');
The above solution is kind of messy, but it would be avoided if the developer would use the wp_enqueue_script function instead of removing WordPress’s jQuery and adding its own scripts to the page by hard-linking them . The WordPress enqueue script function does a great job with making sure all plugins and themes work together, every plugin installed just needs to use the function so it can work.
Viewing 1 reply thread
The support post ‘Event Calendar and WP Sponsor Flip Wall not compatable’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.