Title: Plugin breaks primary navigation menu presentation
Last modified: August 12, 2017

---

# Plugin breaks primary navigation menu presentation

 *  Resolved [heretiq](https://wordpress.org/support/users/heretiq/)
 * (@heretiq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-primary-navigation-menu-presentation/)
 * Hello,
 * Thanks for a great plugin! Everything seems to be working fine; but the main 
   navigation styling breaks upon plugin activation (a gray background appears behind
   each primary menu item on hover). This can be seen by going to the following 
   site and hovering over the main menu items: [https://sandbox.getxcentric.com](https://sandbox.getxcentric.com)
 * The javascript console shows the following errors:
 * [Error] Failed to load resource: the server responded with a status of 404 (HTTP/
   2.0 404) (swiper.min.js.map, line 0)
    [Error] Failed to load resource: the server
   responded with a status of 404 (HTTP/2.0 404) (bootstrap.css.map, line 0)
 * Any suggestions for correcting this issue?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-breaks-primary-navigation-menu-presentation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-primary-navigation-menu-presentation/#post-9407350)
 * Can you share the screenshot of this?
 * I think you deactivated the plugin on the site and using another system.
 * Thanks
 *  Thread Starter [heretiq](https://wordpress.org/support/users/heretiq/)
 * (@heretiq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-primary-navigation-menu-presentation/#post-9409144)
 * Thanks for the follow-up weblizar.
 * Here is a link to the screenshot: [https://www.dropbox.com/s/8trl09srigpdivt/Appointments-Conflict.jpg?dl=0](https://www.dropbox.com/s/8trl09srigpdivt/Appointments-Conflict.jpg?dl=0)
 * I also reactivated the plugin on the dev server so you can see the issue.
 * Site URL: [https://sandbox.getxcentric.com](https://sandbox.getxcentric.com)
 * Thoughts?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-primary-navigation-menu-presentation/#post-9413592)
 * hi heretiq,
 * The conflict between Theme CSS and Plugin CSS. Please apply the following CSS
   code to style.css file(theme’s style.css). The problem will be re-solved.
 *     ```
       .nav>li>a:hover, .nav>li>a:focus{
        background-color: transparent !important;
       }
       ```
   
 * Thank You.

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

The topic ‘Plugin breaks primary navigation menu presentation’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointment-scheduler-weblizar_f1f1f1.
   svg)
 * [Appointment Scheduler](https://wordpress.org/plugins/appointment-scheduler-weblizar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-scheduler-weblizar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-scheduler-weblizar/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-scheduler-weblizar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-scheduler-weblizar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-scheduler-weblizar/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 3 replies
 * 3 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-primary-navigation-menu-presentation/#post-9413592)
 * Status: resolved