First event is showing correct details but wrong date. I did check the timezone on the calendar and on the wordpress settings.Thanks so much for your help!
2 Answers
Hi @ Matthew,
Yes there is an issue with some specific country’s date listing . We are going to update it in upcoming version. But till then please follow below steps:-
Visit your plugin file at “events-calendar-for-google\includes\templates\attributes\date.php” and on line no 12 add the below line.
date_default_timezone_set($event_timezone);
it will equalize the date with bottom section.
Sorry for any inconvenience you are facing. we will shortly get back to this edit in upcoming version.
Thanks
Yes there is an issue with some specific country’s date listing . We are going to update it in upcoming version. But till then please follow below steps:-
Visit your plugin file at “events-calendar-for-google\includes\templates\attributes\date.php” and on line no 12 add the below line.
date_default_timezone_set($event_timezone);
it will equalize the date with bottom section.
Sorry for any inconvenience you are facing. we will shortly get back to this edit in upcoming version.
Thanks
Hi @ Matthew ,
The new version of plugin should have this error removed . Do let me know if you still face any issue.
The new version of plugin should have this error removed . Do let me know if you still face any issue.
Your Answer