Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter adambundy

    (@adambundy)

    Just noticed this error in the console:

    Uncaught TypeError: Cannot read property ‘createPlugin’ of undefined … jquery.timeentry.js?ver…

    That shed any light?

    Plugin Author Franky

    (@liedekef)

    Yes, it does. Should be easy to fix. I’ll post a fix here in 5 minutes and fix it in svn this evening.
    I do have to admit: I didn’t test the frontend submission form (you did update to the newer version, yes?).

    Thread Starter adambundy

    (@adambundy)

    Franky, yes EME is updated to 1.5.2 and the front-end submit addon is at .3 which looks like it is still the latest. Thanks for looking into this!

    Plugin Author Franky

    (@liedekef)

    Update: the released version should be ok already, but make sure to copy over the directory events-made-easy/extras/plugins/events-made-easy-frontend-submit to your plugin folder.

    Thread Starter adambundy

    (@adambundy)

    Franky, I’ve copied over the frontend submit addon files from the extras folder, and I get a different error in the console now but the time fields are still readonly. ???

    Uncaught TypeError: undefined is not a function (emefs.js)

    context: this is a rather old site using jquery 1.7 – could that be causing the issue?

    Thanks!

    Plugin Author Franky

    (@liedekef)

    This is what I see now:

    [17:29:03.677] TypeError: jQuery(…).datepicker is not a function @ https://www.cheesesociety.org/wp-content/plugins/events-made-easy-frontend-submit/emefs.js?ver=3.9.1:50

    checking the datepicker part in the code now …

    Plugin Author Franky

    (@liedekef)

    The bug is in js/emefs.js: change datepicker to datepick there and it should be better already

    Thread Starter adambundy

    (@adambundy)

    Excellent! That did it.

    Thanks again Franky!

    Thread Starter adambundy

    (@adambundy)

    Sidenote: will changing the datepicker from yy-mm-dd to mm-dd-yy break the date entry?

    Plugin Author Franky

    (@liedekef)

    It will probably not work then, since the frontend submission plugin doesn’t support custom date formats (yet).
    Next on my to-do list is either to integrate that plugin in the main plugin, or to create a real separate wordpress plugin from it (probably integrate it, since it is too tightly coupled with EME).

    Thread Starter adambundy

    (@adambundy)

    OK cool – thanks Franky!

    kindly check this

    https://www.nripulse.com/submit-event/

    date picker not working + whatever date I entered it takes today’s date

    Kindly let me know.
    and below is the error found in the console

    Uncaught ReferenceError: emefs_deploy is not defined

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Time fields read-only’ is closed to new replies.