• Resolved nlzimm

    (@nlzimm)


    Hello Michiel,

    Thanks so much for building this — we really, really like the look and functionality of the plug-in!

    Two questions:

    1) Is there a way to enable scrolling on the event pop-ups? We have some events on our calendar with longer descriptions.

    2) Is there a way to hide certain times of the day on the week view? For example, could we hide the times from midnight to 7:00am so that people don’t have to scroll too much to see the week’s activities?

    Thanks again,

    Nicole

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nlzimm

    (@nlzimm)

    nevermind, regarding #1 — one of my teammates just solved this problem! Sorry!

    Plugin Author michielve

    (@michielve)

    Hi,

    Regarding 2) you can use the FullCalendar options: minTime and maxTime.

    For example if you use the Gutenberg block or widget:

    {
      "maxTime": "21:00:00",
      "minTime": "08:00:00"
    }

    Or if you use the shortcode:

    [pgc min_time="09:00:00" max_time="22:00:00"]

    • This reply was modified 4 years, 5 months ago by michielve.
    Thread Starter nlzimm

    (@nlzimm)

    woohoo — this works thank you so much for your help and for this plug-in!!

    • This reply was modified 4 years, 5 months ago by nlzimm.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll on Pop-Up + limit time?’ is closed to new replies.