• Resolved garrisonlutz

    (@garrisonlutz)


    Hello,

    We recently upgraded to Version 20191205, and, despite having checked the “Show event popup” checkbox in the “Calendar options” section of the widget’s settings, no popup windows materialize when rolling the mouse pointer over an event’s title. The only thing that happens is that the event’s title becomes underlined. Are there other settings, perhaps in the “JSON config” window, that we need to specify to make popups appear?

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author michielve

    (@michielve)

    Hi,

    You only have to enable the “Show event popup” option in the widget. To make sure you have fresh options set to the widget, you can deselect this option, save it and then select it again and save it again.

    By the way: the popup is displayed when you click on an event, not when you mouseover them.

    If this does not resolve your issue, send me a link to the webpage so I can have a look.

    Best wishes

    Thread Starter garrisonlutz

    (@garrisonlutz)

    Hi,

    Thanks!

    I’ve checked and made sure that the “Show event popup” checkbox is indeed set in the widget.

    When I mouseover an event title, the event title becomes underlined and the mouse pointer transforms into a vertical line, making me unable to click on the event title.

    Unfortunately, I can’t send a link to the page; it is on a staff-only website.

    Plugin Author michielve

    (@michielve)

    That’s some strange behaviour, especially that the mouse pointer becomes a vertical line.

    Some things I can think of:
    – Another plugin that does something with links, maybe disables clicking on them?
    – You can look in the developer console and see if there are any errors and send them to me.
    – Maybe you can try the shortcode on a testpage and see if that works (just add [pgc] somewhere in a post).
    – It’s difficult to guess what is causing this when I can’t see an example. Maybe you can add it to a public (test) WordPress site?

    Best wishes,
    Michiel

    Thread Starter garrisonlutz

    (@garrisonlutz)

    Hello,

    Many thanks for the suggestions!

    – We are using the widget version of the plugin, in the sidebar of our site. A screenshot of the widget can be seen at https://digitalpml.pmlib.org/sample.jpg. We are customizing it with the following JSON code:

    {
    “header”: {
    “left”: “title”,
    “center”: “”,
    “right”: “prev,next”
    }, “defaultView”: “twoWeek”, “listDayFormat”: { “weekday”: “long”, “month”: “long”, “day”: “numeric”},
    “views”: {
    “twoWeek”: {
    “type”: “list”,
    “duration”: { “days”: “15” }
    }
    }
    }

    – I made a testpage, with nothing but “[pgc]” in it, and the calendar appeared (though not as we customized it, of course), and the popup window functioned correctly.

    – I came across two, possibly very telling, errors in the Firefox Web Developer Console:

    Source map error: Error: request failed with status 404
    Resource URL: https://staff.pmlib.org/wp-content/plugins/private-google-calendars/lib/tippy/tippy-bundle.iife.min.js?ver=20191205
    Source Map URL: tippy-bundle.iife.min.js.map

    Source map error: Error: request failed with status 404
    Resource URL: https://staff.pmlib.org/wp-content/plugins/private-google-calendars/lib/popper.min.js?ver=20191205
    Source Map URL: popper.min.js.map

    Plugin Author michielve

    (@michielve)

    Ah now I see why: popups were not displayed for list views, only for month and day views. I made a new release (version 20191209) and now popups are also displayed for list views like yours.

    The source maps are only downloaded when the developer console is open, so it has no impact on the “normal” calendar display.

    Best wishes,
    Michiel

    Thread Starter garrisonlutz

    (@garrisonlutz)

    It looks like it’s working now. Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Event Popup Not Appearing’ is closed to new replies.