Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Micah Wood

    (@woodent)

    Just comparing the javascript to the Google Maps API example, it seems to me that the latlong variable may not be getting processed properly?

    Plugin Author kunalb

    (@kunalb)

    Strange — can you take a look at what is being stored in the _ep_latlong metadata for the post?

    Thread Starter Micah Wood

    (@woodent)

    Your assumption is correct… the _ep_latlong value is empty. Problem is that when I create a new event, this value is never being created / stored.

    Plugin Author kunalb

    (@kunalb)

    Is the venue location on the map changing when you modify the page in the admin? As in, if you change the venue to, say, Mumbai — is the marker moving? If yes, then _ep_latlong is getting interfered with while saving; if not, then something’s preventing the code to get the latitude/longitude corresponding to the venue provided.

    Thread Starter Micah Wood

    (@woodent)

    Here is what is going on…

    If I create an event from the front end of the site, everything works great. If I create an event from the back end, the map does not display at all in the edit post screen.

    After some thorough testing, I discovered that a combination of two plugins together were causing a conflict that prevented the proper loading of the JavaScript for the Google Map on the back end. If I disabled one, or the other, of the plugins it would work… but if both were enabled it would not.

    So everything is back to working again… no problem with your plugin. I do have one thing that is bugging me though. On the back-end, if you use the date picker and want to delete a date that has been entered, you have to select the date and use the backspace button (NOT delete). Simple enough if you know that. On the front end, if you so much as click in a field, the date picker inserts a default date. Any dates inserted on the front end CANNOT be cleared (unless there is something I don’t know).

    Plugin Author kunalb

    (@kunalb)

    Actually the front end is behaving as the guy who wrote the plugin intended it to. In the back end, the previous version of Jquery UI is being used with a partially hacked version of the calendar picker. On the frontend, the right version of JqueryUI is being used with a pristine calendar picker.

    I’ve been looking for time to either build that a bit better or roll my own date+time picker because the current one gives no feedback on selecting a date.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: EventPress] Google Maps API Issue’ is closed to new replies.