Title: Hover not working
Last modified: August 22, 2016

---

# Hover not working

 *  Resolved [lakewatcher3](https://wordpress.org/support/users/lakewatcher3/)
 * (@lakewatcher3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/)
 * I updated a couple weeks back to the 2.2.1 and had trouble with the hover not
   working. Went back to 2.1.7. This morning I updated to 2.2.2.1 and have the same
   problem of the calendar shows up, the days that have events are highlighted on
   the calendar grid but no hover appears showing the event information.
 * This is a live site and I can’t leave it broken so I’ve gone back to 2.1.7 again
   since it works perfectly. I don’t have the ability to activate the default theme
   on this site. How can I help you to determine the problem?
 * [http://www.fbc-cs.org](http://www.fbc-cs.org)
    The calendar is in the footer.
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

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

 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944173)
 * Does it work with the “Always enqueue scripts and styles” option in the general
   settings of the plugin?
 *  [ookimb](https://wordpress.org/support/users/ookimb/)
 * (@ookimb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944180)
 * I’m having the same problem, been able to resolve it in previous versions but
   this time I’ve returned to an older version – hover tooltips working again with
   the older GCE/updated wordpress. Tried turning off/on “Always enqueue scripts
   and styles” option in the general settings of the plugin?, adding a new API key,
   deactivating/reactivating plugin, etc. Just love this widget, btw – it’s so beautiful
   and useful – thanks for all your hard work!
 * Best wishes,
    kim
 *  Thread Starter [lakewatcher3](https://wordpress.org/support/users/lakewatcher3/)
 * (@lakewatcher3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944183)
 * upgraded again to 2.2.2.1. the “Always enqueue scripts….” was already checked.
   Calendar looks great with days highlighted that contain events, but no hover.
 * Tried unchecking “Always enqueue scripts….” and the calendar displayed and the
   hover was working, but I had lost my styles placed in my style sheet:
 * .gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
   
   cursor:pointer; color:#e47939; }
 * If we can just get my orange highlight color back, we will be in business! I 
   have left the calendar version on 2.2.2.1 for now…..
 *  Thread Starter [lakewatcher3](https://wordpress.org/support/users/lakewatcher3/)
 * (@lakewatcher3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944213)
 * So I tried going into gce-style.css and changing the coding for the color there
   at line 65:
 * .gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
    
   color:#333333; cursor:pointer; } changing the #333333 to #e47939 but it didn’t
   change. Must be another place to change as well? I’d rather do this in my child
   theme CSS, so just let me know what change I need to complete. Thanks for your
   help!
 *  [ookimb](https://wordpress.org/support/users/ookimb/)
 * (@ookimb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944240)
 * [@lakewatcher3](https://wordpress.org/support/users/lakewatcher3/), try this 
   in your child theme css:
 * .gce-widget-grid .gce-calendar .gce-has-events
    { cursor: pointer; color: #e47939}
 *  Thread Starter [lakewatcher3](https://wordpress.org/support/users/lakewatcher3/)
 * (@lakewatcher3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944246)
 * [@ookimb](https://wordpress.org/support/users/ookimb/)
    Just tried it and the
   outcome is still the same….. no orange highlighted days. Calendar works tho with
   hover, but no orange
 * Other ideas?
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944259)
 * Does it work if you add !important to it?
 * {
    cursor: pointer!important; color: #e47939!important; }
 * Not sure why this would be getting overwritten all of sudden.
 * Let’s see if that helps and if it does then we can try and figure out from there
   what might be overwriting it.
 * Thanks!
 *  Thread Starter [lakewatcher3](https://wordpress.org/support/users/lakewatcher3/)
 * (@lakewatcher3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944263)
 * YES!! that took care of it!
 * Calendar is working again…version 2.2.3 with custom color highlight in child 
   theme css:
 * .gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
   
   cursor: pointer!important; color: #e47939!important; }
 * “enqueue” is unchecked.
 * Note the change in css from “gce-page-grid” to “gce-widget-grid” as well. This
   DOES make a difference even with !important added. gce-page-grid does NOT work.
 * Thank you so much for all the help in fixing!
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944296)
 * Glad you were able to get it working!
 * P.S. If you get a chance would you mind leaving a plugin review (if you haven’t
   already)? It helps a ton.
 * [https://wordpress.org/support/view/plugin-reviews/google-calendar-events#postform](https://wordpress.org/support/view/plugin-reviews/google-calendar-events#postform)

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

The topic ‘Hover not working’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

## Tags

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

 * 9 replies
 * 3 participants
 * Last reply from: [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/hover-not-working/#post-5944296)
 * Status: resolved