• Resolved dwiig

    (@dwiig)


    The datepicker stopped working on my front end submit form after updates of both plugins on 2/23.

    Fatal error: Uncaught Error: Call to undefined function eme_enqueue_fdatepicker() in /home/happenin/public_html/wp-content/plugins/events-made-easy-frontend-submit/emefs.php:815

    Stack trace: #0 /home/happenin/public_html/wp-includes/class-wp-hook.php(288): EMEFS::printScripts(”) #1 /home/happenin/public_html/wp-includes/class-wp-hook.php(312):

    WP_Hook->apply_filters(NULL, Array) #2 /home/happenin/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /home/happenin/public_html/wp-includes/script-loader.php(2621):

    do_action(‘wp_print_script…’) #4 /home/happenin/public_html/wp-includes/class-wp-hook.php(288): wp_print_head_scripts(”) #5 /home/happenin/public_html/wp-includes/class-wp-hook.php(312):

    WP_Hook->apply_filters(NULL, Array) #6 /home/happenin/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #7 /home/happenin/public_html/wp-includes/general-template.php(2879):

    do_action(‘wp_head’) #8 /home/happenin/public_html/wp-content/themes/canvas/header.php(26): wp_head()

    #9 /home/happenin/p in /home/happenin/public_html/wp-content/plugins/events-made-easy-frontend-submit/emefs.php on line 815

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    EMEFS calls the EME function eme_enqueue_fdatepicker (from the EME plugin). So that should “just work” … is EME having the same problem? Because if the function eme_enqueue_fdatepicker is unknown, maybe that’s because EME is not active? Or in some weird way, EMEFS is loaded before EME in wordpress (I’m still looking into that)

    Thread Starter dwiig

    (@dwiig)

    So sorry – I had updated one but not the other. Now have current versions of both and it’s working fine. Thank you!
    While I’ve got you, two unrelated questions: Can you tell me if there’s a way I could insert ads between events in the calendar list?
    And is there any sort of function for including an event list in an email newsletter?

    Thank you!

    Plugin Author Franky

    (@liedekef)

    A list entry in the calendar can be changed by the config “Full calendar events format”, so if you have an ads plugin that works with a shortcode or so, you could add it there.
    Adding an event list in a newsletter can be done in the EME mailing functionality: in a generic mail, shortcodes are interpreted, so the shortcode for listing events should work there too.

    Thread Starter dwiig

    (@dwiig)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Datepicker not working after update’ is closed to new replies.