Reply to: tickets(170657)

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!

Reply to: tickets(170618)

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

Reply to: tickets(170299)

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

Reply to: tickets(167826)

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.

Reply to: tickets(169489)

I will have to coordinate with the infrastructure management team on infrastructure (non-code) upgrades.

Reply to: tickets(169489)

Have you guys had a chance to check things out … if you see any issues please make recommendations on resolution

Reply to: tickets(170647)

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>";