You can make it so the Accordion Shortcode scripts load in the event editor (and other EE editors like venues) by opening up the accordion-shortcodes/tinymce/tinymce.php file and on line 15 where it has this:
foreach(array('post.php','post-new.php') as $hook) {
you change it to this:
foreach(array('post.php','post-new.php','toplevel_page_espresso_events') as $hook) {
This is kind of a quick and dirty hack, but it will help you get up and running with your site, and maybe it will help guide the Accordion plugin developer to a more robust solution.
Viewing 1 reply thread
The support post ‘Editor broking with javascript error.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.