Event’s date displays on some events and doesn’t display on others
-
Hello,
First – thanks a lot for a wonderful plugin! I love how simple and yet complex in its functionality it is.
Second – I have created single-event.php file to override the template. It used to show all event information wonderfully. However, as I added more events event dates and booking form appear on some pages and don’t appear on some.
Here’s the page where it all appears:
https://www.activeukraine.com/trips-calendar/testing/and
https://www.activeukraine.com/trips-calendar/polissya-bike-marathon-020606/
And here it doesn’t appear:
https://www.activeukraine.com/trips-calendar/culinary-masterclass-0105/Everything is exactly the same for all events, so I don’t think it is plugin or theme conflict.
Here’s how I output the date in the .php file:
<div class=”event-date”>
<p> <?php echo do_shortcode(‘[event]#_EVENTDATES[/event]’); ?></p>
</div><div class=”event-booking-form”>
<?php echo do_shortcode(‘[event]#_BOOKINGFORM[/event]’); ?>
</div></div>
I am not an IT guy/girl, so my knowledge of php is limited. I understood that I can pull the event dates and booking form via em_smth_smth. I’ve been browsing through your documentation and plugin files and can’t figure it out.
I’d be really grateful if you could help me with the correct way to insert it in php.
Thanks a bunch from Ukraine!
Oksana
- The topic ‘Event’s date displays on some events and doesn’t display on others’ is closed to new replies.