• Resolved lakewatcher3

    (@lakewatcher3)


    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?

    https://www.fbc-cs.org
    The calendar is in the footer.

    https://www.ads-software.com/plugins/google-calendar-events/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    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

    Thread Starter lakewatcher3

    (@lakewatcher3)

    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

    (@lakewatcher3)

    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
    }

    Thread Starter lakewatcher3

    (@lakewatcher3)

    @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

    (@nickyoung87)

    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

    (@lakewatcher3)

    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

    (@nickyoung87)

    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://www.ads-software.com/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.