Reply to: tickets(168115)

But wait there is more.

You’re solution got me thinking that this was a solution just for me, and it would break if someone used double-quotes in the title of another event, similar to this one on my same site. https://www.confolens.fr/evenement/soiree-60-ans-de-lo-gerbo-baudo/

I tested it, and yep, same problem. Unfortunately I need a solution that works whether there are single or double quotes in the title.

So I looked for a “better” solution to help you busy guys out and I think I found one. Instead of changing the single-quotes to double quotes in the code, I added the “htmlentities” function with the flag “ENT_QUOTES”.

data-n='<?php echo htmlentities($post->post_title, ENT_QUOTES);?>’

This seems to be a better permanent solution for you guys. Hopefully you guys can verify it and push it out in the next update. Hope this helps!

Reply to: tickets(168060)

Hello,

Please go to EventON > Action User > enable Allow event image upload to non logged-in visitors (Not recommended)

Reply to: tickets(167819)

There is no direct compatibility between EventON and WPForms, Contact Form 7 or Gravity forms. Since EventON loads events with Ajax there are can be issues with shortcodes from other third-party plugins.

The only possible solution is to open events as Single Event Page. Please add this to the shortcode: ux_val=”4″