The Select Image button in the front end submission form doesn't fire.
In the devtools console getting following:
typeof wp.media; undefined
typeof wp.media.frames; Uncaught TypeError: Cannot read properties of undefined (reading 'frames') at :1:17
Uncaught TypeError: Cannot read properties of undefined (reading 'frames')
at HTMLButtonElement. (eventon_script.js?ver=4.9.11:1267:26)
at HTMLBodyElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
Hello,
Thank you for letting us know! We are working on an update that will be available ASAP.
Following up on this since I really need this to be functioning.
Looks like it’s a conflict with Enfold WP theme. So added the below filter to my functions.php
Now the select image button opens the media library (which is not ideal – should be opening a browse files window).
add_filter( ‘avf_enqueue_wp_mediaelement’, ‘avia_always_load_mediaelement’, 10, 2);
function avia_always_load_mediaelement($condition, $options)
{
$condition = true;
return $condition;
}
And when I choose an image to upload I get following error in Media Library:
An error occurred in the upload. Please try again later.
Thank you for sharing. Could you also tell us where the submission button or form:
https://jazzintoronto.ca/music-event-submission/
Thank you for letting us know. We figured out the issue. It will be fixed with the new version of eventON 4.9.12 which we are hoping to get out later this week., Much appreciate your understanding. You can stay up to date on our releases real-time via x.com/myeventon