Title: Conflict with WP theme
Last modified: August 20, 2016

---

# Conflict with WP theme

 *  Resolved [kevinandkathi](https://wordpress.org/support/users/kevinandkathi/)
 * (@kevinandkathi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/)
 * I have the Events Manager plug-in (ver 5.3.7) installed on my website but it 
   has a conflict with my WP theme. As soon as I deactivate this plug-in, the features
   start working again. When activated, the slideshow on the home page and the hyperlink
   tool tip feature stops working. Could someone please help me troubleshoot this
   conflict: [http://www.ofosa.org/wordpress/](http://www.ofosa.org/wordpress/)?
 * Thank you!!!
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [kevinandkathi](https://wordpress.org/support/users/kevinandkathi/)
 * (@kevinandkathi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635379)
 * One more problem I just noticed, when I go to an event page the map does not 
   load.
 * [http://www.ofosa.org/wordpress/?event=northwest-pet-and-companion-fair](http://www.ofosa.org/wordpress/?event=northwest-pet-and-companion-fair)
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635474)
 * hi, I think it’s because is loading another version of jquery – jQuery JavaScript
   Library v1.4
 * also, can you check if your theme header.php does have wp_head() and your footer.
   php for wp_footer()
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635523)
 * this may explain the different jQuery version some more – [http://msyk.es/blog/prevent-jquery-wordpress-theme/](http://msyk.es/blog/prevent-jquery-wordpress-theme/)
 *  Thread Starter [kevinandkathi](https://wordpress.org/support/users/kevinandkathi/)
 * (@kevinandkathi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635539)
 * Yes, I read that article. I was able to fix the problem above by updating the
   theme but I’m still struggling with other conflicts.
 * This is the code in the header.php file:
    // Includes the jQuery framework if(!
   is_admin()){ wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, ($themePath.”
   js/jquery-1.7.min.js”), false, ‘1.7’); wp_enqueue_script(‘jquery’); }
 *  // calls hook to WordPress head functions
    wp_head(); ?>
 * This is the code in the footer.php file:
    <?php wp_footer(); ?>
 * Is this a problem because the jquery is hard coded to jquery-1.7min.js? I don’t
   know how to fix this.
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635540)
 * maybe you need to ask your theme developer’s assistance on how to do this.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Conflict with WP theme’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [theme conflict](https://wordpress.org/support/topic-tag/theme-conflict/)

 * 5 replies
 * 3 participants
 * Last reply from: [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/conflict-with-wp-theme/#post-3635540)
 * Status: resolved