As an update, I moved the events to a new URL as I test other plugins. I also deleted all events and tried re-importing after updating to WordPress 5.4 and I’m getting the same issues.
New event page: https://www.humorthatworks.com/event-directory/
Replies for tickets on suppota
As an update, I moved the events to a new URL as I test other plugins. I also deleted all events and tried re-importing after updating to WordPress 5.4 and I’m getting the same issues.
New event page: https://www.humorthatworks.com/event-directory/
Sorry for the trouble, I solved it.
Under EventOn Settings/ Languages I found the Event Type Categories also, so I deleted them in there and Voila: new Event Type Categories show up!
Hi there We have done this and it is now showing, but we are not able to move the months accross using the arrows? It is working on firefox, but not edge or chrome? Please advise
Ok when I ran the debug on WP this is the log:
[01-Apr-2020 13:32:10 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
[01-Apr-2020 13:35:33 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
[01-Apr-2020 13:37:57 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
[01-Apr-2020 13:38:17 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
[01-Apr-2020 13:39:26 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
[01-Apr-2020 13:41:17 UTC] PHP Warning: date() expects parameter 2 to be int, string given in /home/downto50/public_html/wp-content/plugins/eventON/includes/class-calendar_generator.php on line 866
After logging in you can see the problem here:
https://neu.kitz-magazin.com/kalender/
thanks, I had already done that, i just thought I would like them all together on my account on your site. Not a big problem.
I will have to coordinate with the infrastructure management team on infrastructure (non-code) upgrades.
Have you guys had a chance to check things out … if you see any issues please make recommendations on resolution
It should look like this (maybe this time it will be shown):
if($hide_month_headers =='no')
$content.= "<div class='evcal_month-section'><div class='evcal_month_line'><p>".$active_month_name.' '.$active_year."</p></div>";
$content.= ($number_of_months>1)?
"<div id='evcal_list' class='evcal_list_month eventon_events_list '>":
"<div id='evcal_list' class='eventon_events_list '>";
$content.= $month_body;
if($hide_month_headers =='no')
$content.= "</div>";
$content.= "</div>";
Currently 7.3.12