Reply to: tickets(376597)

you are absolutely correct and thank you for catching this issue. Please apply this patch fix in your version of tickets addon, we will include this in the next version to tickets addon.

code

if( EVO()->cal->check_yn( ‘evotx_loggedinuser’ , ‘evcal_tx’)  &&  !is_user_logged_in() && 

$EVENT->check_yn(‘evotx_tix’) ){

return $this->for_none_loggedin($helpers, $object, $EVENT);

return;

}



Reply to: tickets(372708)

Hello My friends, terribly sorry for the delay. The new version we just released it. 0.11 should resolve this issue. and will also give you the ability to preview the reminder email in the settings. We really hope this will resolve all your issues!!

https://x.com/myeventon/status/1886535010360156629

Reply to: tickets(377436)

I manually updated to EventOn 4.8.2 via “Manual Download from CodeCanyon” and WordPress said the update was successful.

I’m currently testing the site to see if there are any issues that we’re experiencing.

In the meantime, my main question is EventOn version 4.8.2 compatible with PHP 7.4?

Thanks for your help!

Reply to: tickets(376818)

Hello christoph, thank you for letting us know if this. we actually just had this resolved and was about to release the update 🙂

https://docs.myeventon.com/documentations/changelog-event-tickets/

2.4.8 should resolve this issue and will allow you to use , as decimal place with . as thousand separator 🙂 

Reply to: tickets(377069)

Hi,

shortcode with “load more’ event working ok. My mistake. But i still have no button “clear filters”.

And one more question:

I repair my code:

[add_eventon_list number_of_months=”6″ event_count=”8″ filter_clear=”yes” show_et_ft_img=”yes” show_year=”yes” hide_empty_months=”yes” exp_so=”yes”]

Is that possible to add to this code fiter with months like there: https://demo.myeventon.com/?view=cal-with-month-jumper ?

 

Reply to: tickets(377424)

Thank you Peter for updating us. Let me share with you couple of code changes that will allow you use use ‘key’ instead of nonce and lets see if that will help

code

 // Verify the nonce

        $nonce = $_GET[‘nonce’] ?? $_GET[‘key’] ?? ”;

        // Verify the nonce

if (!$nonce || !wp_verify_nonce($nonce, ‘export_event_nonce’)) {

    wp_die(‘Invalid nonce.’);

}