• Resolved grafiti4u

    (@grafiti4u)


    On my calendar, if I want to advance to the next month by clicking the arrow in the top corner of the calendar, it just goes to the top of the page, but when I scroll down, I see the calendar did advance to the next month. I inspected it, and it shows:

    <a href="#">
    June

    Is there something I need to do so it stays on the calendar when advancing, not scroll to the top of the page? Thanks!
    Kristi

    • This topic was modified 3 years, 10 months ago by grafiti4u.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @grafiti4u,

    Please put the CSS below in MEC Settings > Custom CSS to fix this issue:

    .mec-calendar .mec-calendar-side .mec-next-month a,
    .mec-calendar .mec-calendar-side .mec-previous-month a {
        color: currentColor;
        pointer-events: none;
        text-decoration: none;
    }

    The tag in the next and previous buttons is for accessibility, and the above CSS can help you fix the issue.

    Best Regards

    Hello,
    I’ve the same problem since I’ve upgrade from the 5.17.6 version
    I’ve put the custom CSS but it doesn’t work for me (tile view).

    Thanks

    Benjamin Preciado

    Plugin Contributor webnus

    (@webnus)

    Hello @benjaminpreciado,

    Could you please share a live URL from your issue?

    Also, you can put the CSS below for the tile view:

    .mec-skin-tile-month-navigator-container .mec-next-month a,
    .mec-skin-tile-month-navigator-container .mec-previous-month a {
        pointer-events: none;
        text-decoration: none;
    }

    Please keep us posted.

    Best Regards

    • This reply was modified 3 years, 10 months ago by webnus.

    Hello Webnus,
    it works now with your last css !

    Thanks a lot.
    Best regards

    Benjamin

    Plugin Contributor webnus

    (@webnus)

    Hi @benjaminpreciado,

    You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Month Arrow just goes to top of page’ is closed to new replies.