Events Made Easy Forums Bug fixed or feature request implemented Event dates lost in editevent

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #53661
    Anonymous
    Inactive

    Since the last update we now have empty fields for start
    and end date when opening an event for editing. All other
    fields appear correctly.

    Dates shows fine in front end though. (phuuuh).

    Any ideas?
    kind regards
    Fred

    #53662
    Franky
    Keymaster

    No prob here. I think something else is blocking the javascript from working correctly. Look in your browser for javascript errors and fix those (I guess a theme, but it can be another plugin too).

    #53663
    Anonymous
    Inactive

    Hello Franky,

    I found it. We also moved to secure admin using ssl.
    It is a http https topic when adminning secure.
    Now the google maps throw the error.

    It is the fixed http://maps
    in
    eme_actions.php on line 165.

    We changed this now to https – and hope it works.

    kind regards
    Fred

    #53664
    Franky
    Keymaster

    O my god … you’re correct: when I switched to wp_register_script, this snuck in again.
    Try this line :

    wp_register_script( 'eme-google-maps', '//maps.google.com/maps/api/js?v=3.1&sensor=false');

    without http: or https:)

    #53665
    Anonymous
    Inactive

    Sorry, but this did NOT do it.
    still “ReferenceError: google is not define”

    I really hat to set https.
    regards
    F

    #53666
    Anonymous
    Inactive

    oh, sorry, yes it did in fact do it.
    I forgot the //
    sorry

    #53861
    Anonymous
    Inactive

    I’m having this same issue except that line has already been updated. I cannot add a new event because I can’t fill in the date field. It’s a yellow box but will not allow me to type in a date nor does it pull up a calendar to choose a date or anything. Help!

    #53863
    Franky
    Keymaster

    Please open a new thread, your problem is unrelated to this ticket. Also : check your browser’s console for javascript errors and solve those.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top