Support

Home Forums Event Espresso Premium show times on event list

show times on event list

Posted: January 6, 2013 at 4:13 pm


Rebecca Grace

January 6, 2013 at 4:13 pm

how to show event times on the events list [first page] before clicking “register”


Rebecca Grace

January 6, 2013 at 5:07 pm

the event times now show, but there is a “question mark” icon between the times that I can’t remove. Any ideas?


Dean

January 7, 2013 at 1:57 am

Hello Rebecca,

The ? in a diamond symbol is the browser telling you that there is a character (letter etc) there that cannot be shown correctly, this is normally due to a foreign character (öäå etc) that isnt available in the font.

So if you have modified the templates in anyway I would double check what you have entered in case there is a wrong character added.


Rebecca Grace

January 8, 2013 at 2:52 pm

Hi Dean, we took the code to show event times from your website: Can’t find the foreign character, can you?

<p id="event_time-start-“>Start time:  <p id="event_time-end-“>End time:


Rebecca Grace

January 8, 2013 at 2:55 pm

code came from “chris” an EE project manager and was put into the “event_list_display.php” file.


Rebecca Grace

January 8, 2013 at 2:59 pm

here’s the code but don’t see any foreign characters:
<p id="event_time-start-“>Start time:  <p id="event_time-end-“>End time:


Josh

  • Support Staff

January 9, 2013 at 8:35 am

Hi Rebecca,

Here is some code I’ve used in the past to show starrt to end times on the event list:

<p id="event_time-<?php echo $event_id ?>"><span class="section-title"><?php _e('Time:', 'event_espresso'); ?></span>  <?php echo do_shortcode ('[EVENT_TIME event_id="'.$event_id.'" type="start_time" format="g:i a"]') .' - '. do_shortcode ('[EVENT_TIME event_id="'.$event_id.'" type="end_time" format="g:i a"]'); ?></p>


Rebecca Grace

January 9, 2013 at 3:48 pm

Thanks Josh, I will give it a try. Rebecca


Rebecca Grace

January 10, 2013 at 12:32 pm

Hi Josh, your code also shows the “question mark on event registration.” And I didn’t see any foreign characters in your code either. Any help?


Rebecca Grace

January 10, 2013 at 1:31 pm

Josh I got someone to fix the question mark issue. Could you please help with the rectangular and empty white box with slight gray border that shows up on event registration page next to the price?


Rebecca Grace

January 10, 2013 at 1:35 pm

Never mind, Josh, we found it. Just needed to hire a “detective” web code person. Thanks for all!


Josh

  • Support Staff

January 10, 2013 at 1:38 pm

It sounds like the featured image option was turned on, but there wasn’t any featured images set.

The support post ‘show times on event list’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso