• Resolved tenerifevakantie

    (@tenerifevakantie)


    Dear Sir,

    I installed the free version of Pie Calendar to display a Custom Post Type “Events”.
    It works nice on desktop, but on mobile you cannot click on the event (you can click, but nothing happens). Can you look into this?
    Here is the page on my staging site:
    https://staging.tenerifevakantie.com/events-kalender/

    A second question:
    I wanted to hide the filter and added the code you mentioned on your website.
    (.piecal-wrapper .piecal-controls {display: none;})
    But now also the arrows next and previous month are missing.
    Do you have also code to just remove the filter and still showing the next and previous month arrows?
    See also screenshot:
    https://nimb.ws/TyhJ9BL

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathan Jernigan

    (@apexws)

    Hi there,

    I see a console error on the front-end of your website:

    Uncaught ReferenceError: Alpine is not defined

    This is breaking the calendar and rendering no events as a result. More than likely, it’s due to a caching or performance plugin moving or minifying Pie Calendar’s code. Please disable any caching or performance plugins on that page and test again.

    Hiding the view dropdown while keeping the prev/next arrows is definitely possible. Use the following css:

    .piecal-wrapper .piecal-controls__view-chooser {
    display: none;
    }

    That should do the trick!

    Thanks,
    -Jonathan

    Thread Starter tenerifevakantie

    (@tenerifevakantie)

    Thanks Jonathan,

    The CSS code works perfect.

    And I exclude the “calendar page” from caching, and now it also works.

    Have a nice day,
    Guy

    Plugin Author Jonathan Jernigan

    (@apexws)

    Awesome! I’m very glad to hear that.

    Have a nice day as well!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.