Does it work with the “Always enqueue scripts and styles” option in the general settings of the plugin?
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
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…..
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!
@lakewatcher3, try this in your child theme css:
.gce-widget-grid .gce-calendar .gce-has-events
{
cursor: pointer;
color: #e47939
}
@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?
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!
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!
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://ww.wp.xz.cn/support/view/plugin-reviews/google-calendar-events#postform