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

    (@joedolson)

    Can you provide a link? Normally speaking, My Calendar will show all of your events for a given day on that day; this sounds like an error in the HTML for your event description, but I can’t say that with certainty without seeing it.

    Best,
    Joe

    Thread Starter osamuw

    (@osamuw)

    Here is the link: https://centrepointechildcareservices.com/services/centre-based-care/toddlers/

    You will see a calendar on the bottom of the page. Go to February 17, 2016. I created three test events (Test 1, Test 2 and Test 3), but I can only see Test 1 on that day in the calendar.

    Plugin Author Joe Dolson

    (@joedolson)

    Two things; first, I notice that you also have at least one other calendar plug-in installed and active; I recommend only testing one of those at a time; there are frequently conflicts between plug-ins that are doing the same thing, due to common classes in use. Second, it looks to me like you’re not on the latest version of My Calendar; are you completely up to date on that?

    Thread Starter osamuw

    (@osamuw)

    1) I have updated to the latest version of my calendar today. It is now Version 2.4.12
    2) I used another calendar plugin when developing the site and tested out. But now I have deleted the other one.
    https://centrepointechildcareservices.com/wp-content/uploads/2015/11/Screen-Shot-2015-11-17-at-10.00.15-PM.png

    Still the issue remains…

    Plugin Author Joe Dolson

    (@joedolson)

    I haven’t been able to reproduce this. Are you using any custom templates, such as are configured at My Calendar > Template Editor?

    Thread Starter osamuw

    (@osamuw)

    Yes, I use custom templates.

    For My Calendar: Grid Event Template:

    <h4>{title}</h4>
    <span class="event-time dtstart value-title" title="{dtstart}">{time}<span class="time-separator"> - </span>{endtime before="<span class='end-time dtend' title='{dtend}'>" after="</span>"}</span>
    {image}
    </br>
    {description}
    <div class="sub-details">
    {details before="<p class='mc_details'>" after="</p>"}

    My Calendar: Event Details Page Template:

    </br>
    <strong>{date}</strong></br>
    <span class="event-time dtstart value-title" title="{dtstart}">{time}<span class="time-separator"> - </span><span class="end-time dtend value-title" title="{dtend}">{endtime}</span></span>
    </br>
    <div class="sub-details">
    
    {hcard}
    </br>
    <div class="mc-description">{image}{description}</div>
    {ical_html}</br>
    {gcal_link}
    </br></br></br>
    Plugin Author Joe Dolson

    (@joedolson)

    OK; the problem is in your custom templates. Both the above custom templates have an unclosed div element; <div class="sub-details"> is not closed. Add a closing div tag to the end of both templates or where you want that div to end.

    Thread Starter osamuw

    (@osamuw)

    Thank you. It is now working!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘My Calendar: Doesn't show more than two events in calendar view’ is closed to new replies.