Title: Empty Hover Bubble &#8211; Theme Conflict
Last modified: August 31, 2016

---

# Empty Hover Bubble – Theme Conflict

 *  Resolved [dbowl79](https://wordpress.org/support/users/dbowl79/)
 * (@dbowl79)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/)
 * It appears that I may have a theme conflict which is blocking the Calendar Event
   Template Tags from displaying in the Event Hover Bubble. I’m running a child 
   theme for Divi by Elegant Themes and when I disabled it (activated twenty sixteen),
   the Event Hover Bubble displayed the Event Details successfully. None of the 
   template tags display in the event hover bubble when the Divi theme is active.
 * The calendar is for a private golf club and is therefore not public (using the
   Google Calendar Pro add-on). I am using a grouped calendar and verified the template
   tags are present on the individual calendars themselves.
 * Any thoughts or ideas as to what might be suppressing the template tags from 
   appearing in the hover bubble? I’ll follow up with Elegant Theme’s support team
   and see if they have any thoughts or suggestions.
 * Thanks!
    Dusty B.
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

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

 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325172)
 * Sorry about the issue you’re experiencing.
 * If you recently upgraded to WordPress 4.5, there is a common issue that has cropped
   up for some folks affecting many plugins and themes stemming from other plugins
   and themes.
 * Short version: Update all your plugins and themes to the latest versions by their
   vendors.
 * [Read the detailed version here](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7#post-8271654)
   if you need a technical explanation in order to troubleshoot this particular 
   conflict further.
 * Thanks!
 *  Thread Starter [dbowl79](https://wordpress.org/support/users/dbowl79/)
 * (@dbowl79)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325206)
 * Thanks for the prompt response Nick! Upon further inspection, it appears that
   the title and description actually is being displayed with white font, therefore
   blending in with the background. A simple ID10T error… 🙂
 * Is there a location where we can set the font color for the event hover bubble
   to black (hex value)? Can I do this in the text / visual editor in WordPress 
   before the template tags?
 * Thanks for the help!
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325310)
 * Ah ok. So the color gets inherited from your theme but there is also a class 
   that you can use in CSS to change things. The best thing to do would be to inspect
   the element and then
 * 1. Find where the color is coming from in your theme and change it there if it
   is not going to affect the rest of your site
 * or
 * 2. Find the class for the element and then write some CSS to the bottom of your
   theme stylesheet to change the color as desired. Something like:
 * `.simcal-event-description { color: #000; }` (not tested)
 * If you are having trouble with that you can shoot me a link to your site and 
   I would be glad to look for you.
 * Thanks!
 *  Thread Starter [dbowl79](https://wordpress.org/support/users/dbowl79/)
 * (@dbowl79)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325313)
 * Thanks Nick for the assistance. I went ahead and bit the bullet on this one and
   changed the background color on the hover bubble to a dark shade of black using
   the following CSS:
 * /*Simple Calendar Event Hover Background Color*/
    .qtip-content { background-
   color: #191919; }
 * I tried the CSS you provided to update the font color to black for the Event 
   Description, but no avail. Always two sides to the coin!
 * Thanks again for the help and assistance!
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325379)
 * You could also try the one you used here for the font color instead of the background
   color.
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325430)
 * Hello,
 * I am going to assume this has been resolved since there has not been a reply 
   here. If you continue to have issues please let us know and we will be glad to
   continue with helping.
 * Thanks!

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

The topic ‘Empty Hover Bubble – Theme Conflict’ 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

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

 * 6 replies
 * 2 participants
 * Last reply from: [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/empty-hover-bubble-theme-conflict/#post-7325430)
 * Status: resolved