Reply to: tickets(391993)

I am not sure either. We are adding some codes to lock down on purchased seats. Is it ok if I go ahead and apply the codes in your website once we finish it? — when we did tests on your exact situation we could not replicate the issue, seats never came back available after it was purchased. 

Reply to: tickets(362499)

No, please have a look at my comment “Uwe Trenkner

Jun 18,2025 AT 3:03AM
Posted 1 month ago
#390428“:

Hi, 

the problem reoccurred and now even for non-logged-in users. I had a
look at the new validate_request function in class-evo-helper.php. 

To me it seems that it blocks the response even where neither
$require_admin nor $require_auth is required, e.g. in class-evo-ajax.php
line 133: EVO()->helper->validate_request( ‘nonce’,
‘eventon_nonce’, false, false, false );

I was wondering if this validation is really required if neither
admin nor auth is required for a request? My quick fix was to extend the
if-requirement in line 80 of class-evo-helper.php from:

if ( $error_msg ) {

to

if ( $error_msg && ( $require_admin || $require_auth ) ) {

This solves the nonce-verification issue in several places. Do you
seen any (security) problem with this? Could you maybe even adapt your
function accordingly, so that I do not have to alter the plugin code
after each update?

Reply to: tickets(390018)

Hi Artem, Can you get this working today? If you are unable to get it functioning, the previous versions will need to be installed. I am out for most of today, will check in this afternoon.. Thanks for the help. Rick

Reply to: tickets(393116)

This is the default date I’m referring to, where the end date is only displayed on multiple-day events:

Reply to: tickets(393116)

Sorry, I pasted the wrong code. Here’s what I tried, and this code always displays the end date:

add_filter(‘evo_eventtop_dates’,’fnc_002′, 10,3);

function fnc_002($array, $show_start_year, $object){

$start = $object->start_date_data;

$end = $object->end_date_data;

return array(

‘start’=>array(

‘year’=> ”,

‘date’=> $start[‘M’].’&nbsp’.$start[‘d’],

‘month’=>  ”,

‘time’=>  ”,

),

‘end’=>array(

‘year’=> ”,

‘date’=> $end[‘M’].’&nbsp’.$end[‘d’],

‘month’=> ”,

‘time’=> ”,

)

);

}

Reply to: tickets(393116)

By default, the end date only shows up on multi-day events, but if I add this code, the end date always shows up, even on events that take place only one day. Is there a custom function available that will change the format the way I want but only show the end date on multiple day events? Here’s what I tried:

add_filter(‘evo_eventtop_dates’,’fnc_002′, 10,3);

function fnc_002($array, $show_start_year, $object){

$start = $object->start_date_data;

$end = $object->end_date_data;

return array(

‘start’=>array(

‘year’=> ”,

‘date’=> $start[‘M’].’&nbsp’.$start[‘d’],

‘month’=>  ”,

‘time’=>  ”,

),

‘end’=>array(

‘year’=> ”,

‘date’=> $end[‘M’].’&nbsp’.$end[‘d’],

‘month’=> ”,

‘time’=> ”,

)

);

}

Reply to: tickets(392139)

Yes please if we can make them bigger. The biggest size in the options is just 15×15 pixels. If we can maybe triple it’s size that would be great.

Can we also make the map bigger? I think the biggest in the options is just 1000pixels right?

Reply to: tickets(393280)

The EventOn plugin and Addon (Event-Tickets) have been updated and we still have the same issue.  Not capturing the individual(s) name and email for the ticket holders. It just takes the order name and email and duplicates that for the ticket holders.  Please help resolve. Thanks! 

Reply to: tickets(393349)

For no2.
Ok I added [add_eventon event_count=”8″ show_limit=”yes” show_limit_ajax=”yes”] on the frontpage and I guess that work but now the style changed. I had the style as the screenshot shows WITh the month. Now I have just colured events all over the place!

I want like this (screenshot) and max 8 event on the frontpage + the “Show jump months option” & “Show jump months option” > set “Jumper Start Year” as I had before