Date info missing on single event widget click
-
The date block in the widget list vanishes for the first item only when clicked for event view.
I checked, this doesn’t appear to be css related, as the html source is simply missing the data:
<ul class="event-list-view"> <li class="event"> <div class="event-info single-day"><span class="event-title"><h3><a href="/event-list/?event_id_1=3">Some Event With</a></h3></span><span class="event-time">10:00 AM</span><span class="event-location">Here</span></div> </li> <li class="event"> <div class="event-date"><div class="start-date"><div class="event-weekday">Sat</div><div class="event-day">23</div><div class="event-month">Nov</div><div class="event-year">2013</div></div></div> <div class="event-info single-day"><span class="event-title"><h3><a href="/event-list/?event_id_1=1">Test Event 1</a></h3></span><span class="event-time">3:00 PM</span><span class="event-location">Here</span></div> </li>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Date info missing on single event widget click’ is closed to new replies.