All-Day vs. Single-day Events
-
It seems like the plugin treats All-Day events as Single Day events. When I use the following setup in event builder:
[if-single-day] <div class="gce-list-event gce-tooltip-event">[event-title]</div> <div>[start-time]</div> [/if-single-day] [if-all-day] <div class="gce-list-event gce-tooltip-event">[event-title]</div> [/if-all-day] [if-multi-day] <div class="gce-list-event gce-tooltip-event">[event-title]</div> <div>Begins: [start-time] on [start-date]</div> [/if-multi-day] [if-location] <div>[maps-link]Map[/maps-link]</div> [/if-location] [if-description] <div><em>Details:</em> [description]</div> [/if-description]
I end up with the all-day events showing twice. Once with just the title, and once with the start time.
How can I set it up so an all-day event shows once without a start time, and a single-day event shows up with the start time?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘All-Day vs. Single-day Events’ is closed to new replies.