• Resolved Beekeeper

    (@hivehivehive)


    I am using Event Calendar (free version) Plugin, I have checked all the options and added the Google Map API, but the google map is not showing in the event page, it was showing previously and not it stops showing and not sure what went wrong.

      Event > Location > Show Google Map: Check
      Add Venue > Edit venue page > Show Google Map: Check
      Events Settings > General > Enable Google Maps: Check
      Events Settings > APIs > Google Maps API key: yes

    Here’s the screenshot: https://imgur.com/a/89SZq
    Inspect element: https://imgur.com/a/b0wPJ

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    I have the exact same problem too, and I followed all those steps too. What’s the issue?

    Thread Starter Beekeeper

    (@hivehivehive)

    I could not able to trace out the problem. I guess we have to wait for someone to answer this question.

    Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @hivehivehive,

    As a first step, you may want to go through our testing for conflicts procedure.

    You may also want to check for errors in your console, and see if you can get any clues there. It sounds like you already know how to look there, but here is more information on that as well.

    I hope this helps!

    Thread Starter Beekeeper

    (@hivehivehive)

    Hello @jaime,
    Thanks for your feedback.
    We will try the ‘testing for conflict.’

    Hi.
    Just to be sure, put the following code in your theme’s functions.php file.
    Best regards.

    //
    // Your code goes below
    //

    /**
    * Causes calendar to always show Google Map and Link, regardless of individual event settings
    */

    add_filter( ‘tribe_embed_google_map’, ‘__return_true’ );
    add_filter( ‘tribe_show_google_map_link’, ‘__return_true’ );

    Thread Starter Beekeeper

    (@hivehivehive)

    Thanks for all the help, We fixed the issue.
    For optimization purpose, we have removed query string from static resources long time back. And because of this the Google Map stop displaying. After removing the query string code from function, its working fine.

    Thanks @jaimemarchwinski and @uscarsfrance

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The Event Calendar Plugin: Google Map Show Showing Up’ is closed to new replies.