• In the sidebar calendar:

    If I preview an event for the current month, it looks correct – solid white background, hovering over top of everything.

    If I stay on the current month, but then click an event say on the 1st of next month, the background of the preview is transparent and the text is jumbled.

    You can try here https://clevelandhiv.org – ensure the right-sidebar calendar is on November, and click the event on the 19th. It shows fine. Then, stay on November, but click the event preview for December 1st – it shows the error.

    Then, advance the calendar to December, click the 1st, and its fine so long as it is the current month.

    https://www.ads-software.com/plugins/my-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    I suggest changing the following code in your stylesheet:

    .mc-main .vcard, #mc_event .vcard {
       font-size: 0.9em;
       padding: 10px;
       float: right;
    }

    to

    .mc-main .vcard, #mc_event .vcard {
       font-size: 0.9em;
       padding: 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar error previewing event for subseuqent month’ is closed to new replies.