CSV Importing not importing Event Calendar Google Maps Link or Google Maps

Home Forums Calendar Products Events Calendar PRO CSV Importing not importing Event Calendar Google Maps Link or Google Maps

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1209443
    Hans-Gerd
    Participant

    Hey,
    I just have read the answer from Nico:

    CSV Importing not importing Event Calendar Google Maps Link or Google Maps

    Is there any work around to solve this issue ? – There are about 600 events we have to import.

    Best regards

    Hans-Gerd

    #1210640
    Hunter
    Moderator

    Hi Hans-Gerd,

    Thank you for sharing the link to the thread. I reviewed the logged bug report and it doesn’t look like there is a temporary solution. If the venue meta is in your database, you could run a simple SQL query to update the _VenueShowMap and _VenueShowMapLink post meta to true for events which aren’t displaying the Google Map and link to view a Google Map.

    Luckily, the priority level for the bug you’re experiencing is set to level 1. This means it is being expedited and should be addressed in an upcoming maintenance release. I don’t have an exact date when that will be, but please stay tuned to our Release Notes and the plugin changelogs for more information. Thanks again and let me know if you’ve got any additional questions or comments. Cheers!

    #1210675
    Hans-Gerd
    Participant

    Hi Hunter,
    thank you for your answer and information.
    I also had thought about a SQL – query.
    But I’m not sure: Is it not in such a way that _EventShowMap and _EventShowMapLink have to be updated?

    However, I will first wait and hope whether the bug is solved soon.

    All the best in the new year.
    Hans-Gerd

    • This reply was modified 9 years, 4 months ago by Hans-Gerd. Reason: Question SQL-Query
    #1211163
    Hunter
    Moderator

    Hans-Gerd,

    Thank you for the response. You could try the following SQL query if you feel comfortable doing so. As always, it’s recommended you back up your database before running any queries.

    UPDATE wp_postmeta SET meta_value = '1' WHERE meta_key LIKE '%_EventShowMapLink%' AND meta_value=''

    I hope this helps and thank you for your patience while we work on a resolution for the issue. Cheers!

    #1211323
    Hans-Gerd
    Participant

    Hi Hunter,
    thank you for information.

    Best regards
    Hans-Gerd

    #1211563
    Hunter
    Moderator

    Thank you for the update.

    I’ve marked this thread as ‘Pending Fix‘ until we release a solution. As previously mentioned, keep an eye on the Release Notes and the plugin changelogs for update information.

    Have a great upcoming weekend 🙂

    #1251547
    George
    Participant

    Hello!

    I wanted to post a quick note here that we have published a new Maintenance Release today that should address some of the problems with the CSV import feature reported in this thread.

    You can read about the details of this release here → https://theeventscalendar.com/maintenance-release-events-calendar-4-4-4-event-tickets-4-4-4-premium-add-ons/

    I hope this update helps!

    If issues persist, open a new thread in the forums and be sure to include your site’s complete, un-edited “System Information” as per the instructions in this knowledgebase guide.

    Cheers,
    George

    #1262113
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘CSV Importing not importing Event Calendar Google Maps Link or Google Maps’ is closed to new replies.