Posted: September 24, 2013 at 10:24 am
|
September 24, 2013 at 10:24 am Hye ! |
|
Try changing lines 381 and 382 of espresso-calendar.php from $eventArray['start'] = date("c", strtotime($event->start_date . ' ' . event_date_display($event->start_time, get_option('time_format')))); $eventArray['end'] = date("c", strtotime($event->end_date . ' ' . event_date_display($event->end_time, get_option('time_format')))); to $eventArray['start'] = date("c", strtotime($event->start_date . ' ' . event_date_display($event->start_time, 'H:i'))); $eventArray['end'] = date("c", strtotime($event->end_date . ' ' . event_date_display($event->end_time, 'H:i'))); |
Can you try setting the WP settings to display a different time format? |
|
|
Hye guys ! I’ve noticed that in my WP setting, the time zone is ok (french zone = UTC+2), but in the Event-espresso settings, i have 2 hours before… I didn’t success in solving this… Is it the problem ? (sorry for my english…) |
|
Can you provide a link to the calendar page? |
|
Here’s the link to the calendar page : |
With the French translation of WordPress loaded up you will need to change the time format (not time zone) to something other than 12 h 34 min. Here is a screenshot that displays the time format settings in French: |
|
|
Well… My French wordpress time format is already on this setting : H:i On the Event Espresso General parameter : The time should be 13:04… And my Calendar settings for the tooltip : Then all my events disapear… |
|
Sorry, my images didn’t show up… |
|
Sorry we didnt receive the full message from you. Please can you try again. If it is images I would advise using an image hosting service. |
|
Here are my different settings (WP / Event Espresso / Calendar) : |
|
The only thing I can see that looks out of place, is the Time Zone, it may be worth changing that, from UTC+2 to your closest city, e.g. Paris. |
|
My time zone is now set to “Paris”. Noticed that the time Zone in EE is now good as well ! Great ! |
|
Thanks, I think I know the issue, at least for the disappearing calendar. The S’inscrire maintenant isn’t being escaped, so the apostrophe is causing it to break. The latest Beta release of the calendar fixes this and the undefined issue, so you could either use that or await its formal release (no timescale as yet). |
|
Ho ho ho !! Dean, you’re the master ! |
The support post ‘Calendar disappear when enable date in calendar’ 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.