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

    (@joedolson)

    I’m on a mobile device right now, which makes it difficult to answer your first question; but for the second question, you’ll want to look at the My Calendar settings, and adjust the text for all day events.

    Thread Starter lrensi

    (@lrensi)

    Thanks Joe I figured out how to turn off the N/A thanks to your response. The layout of the pop-outs are not looking correct. The end time is wrapping to a new line. Ex:

    6:00 pm
    – 9:00 pm

    The Google Map link is just floating on the right side of the pop-out which makes adding an image hard because the calendar write-up doesn’t wrap very well around both items.

    Is there a way to fix this?

    Plugin Author Joe Dolson

    (@joedolson)

    I’d need to see your calendar to be able to answer this question; it depends a lot on which My Calendar stylesheet you’re using, and can also be impacted by your theme.

    Thread Starter lrensi

    (@lrensi)

    Sorry you can see it here.

    https://scubalessonsnashville.com/calendar/

    Plugin Author Joe Dolson

    (@joedolson)

    So, for the time question:

    Find .mc-main .calendar-event .event-time in the stylesheet and delete the line display:block;

    For the map link, I’d suggest modifying the image and floating it to the right:

    .mc-main .details img {
       float: right;
    }
    Thread Starter lrensi

    (@lrensi)

    Thanks Joe! I did your suggestions. The time looks better but the map link still looks pretty randomly placed on the pop-out. Is there any way to get the link to show under the date and time within the header of the pop-out? My website is https://scubalessonsnashville.com/calendar/

    Thank you SO much for your help. Love the calendar.

    Plugin Author Joe Dolson

    (@joedolson)

    You can create a completely unique layout using the template editor, and place everything exactly where you want it. Just go to My Calendar > Template Editor and reference the list of template tags available from My Calendar > Help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pop-outs’ is closed to new replies.