Forum Replies Created
-
AuthorPosts
-
Yan
ParticipantAre you sure you have a Google Maps Javascript Api?
If you don’t manage to fix your solution, PM me and I will direct you to somebody that can on Upwork.
April 13, 2016 at 12:44 am in reply to: The Google Maps API daily query limit has been reached #1101816Yan
ParticipantI fixed the issue. It was because the Venue was not autocompleting latitude and longitude automatically because of a bug in the code (I already notified devs)
Yan
ParticipantHi Erin,
I just added a filter in my function.php on a child-theme
Note: you also need to add the API on tribe_events_pro_geocode_request_url which is The Events Calendar Pro call of gmaps.
April 12, 2016 at 12:49 am in reply to: The Google Maps API daily query limit has been reached #1101203Yan
ParticipantActually, generating an API Key and adding it to the code solved this problem. It’s free and was very fast fix.
However, I see that The Events Calendar and The Events Calendar Pro both uses different gmaps calls, and because of that one venue that is working in The Events Calendar doesn’t work on my map view of The Event Calendar Pro.
Example: Look at Manana Festival on http://hash.events/events/map/?action=tribe_geosearch&tribe_paged=1&tribe_event_display=map&tribe_eventcategory=63
The Google Marker doesn’t appear, yet if you click on the Venue (under the Manana title) another google maps apppears.Any idea?
Best,
Yan
ParticipantAnd of course, you need to generate an API key here:
https://developers.google.com/maps/documentation/javascript/Yan
ParticipantThis issue has been fixed by doing the following:
1) Go to /plugins/the-events-calendar/src/Tribe/Embedded_Maps.php
2) you will see// Setup Google Maps API $url = apply_filters( 'tribe_events_google_maps_api', '//maps.googleapis.com/maps/api/js' );3)Modify $url so you have the following:
$url = apply_filters( 'tribe_events_google_maps_api', '//maps.googleapis.com/maps/api/js?key=YourApiKey' );Yan
ParticipantNevermind, I have the same problem as Erin. Search Near function doesn’t work.
Maybe it’s a database issue?
Yan
ParticipantSearch Near function works, my bad.
When updating a venue in the backend, i get the following error:
The latitude and longitude for your venue could not be fetched. The Google Maps API daily query limit has been reached!Since the Google Maps Javascript API is not defined by IP but by website Source , I would like to add my own API key that I generated.
Now that I have my own API key, do you know how to integrate it with theventscalendar?
I tried to following
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"> </script>but I still get the ‘NO API Key’ Error
Thanks!
Yan
ParticipantHi Erin,
Can confirm, search feature is not working (returning all events) and still getting the API error message.
Yan
ParticipantHi Cliff,
reverting to TwentyFourteen / TweenFifteen doesn’t solve it.
Example: http://hash.events/event/emporium-festival-2016/2016-05-28/ should appear in this category: http://hash.events/events/category/hard-music-hardtechno-hardcore-hardstyle/
I have reinstalled the event calendar plugin from scratch and deactivated all the other plugins.
Yan
ParticipantNevermind it was ` <?php tribe_get_template_part( ‘modules/bar’ ); ?>
`Yan
ParticipantAfter following the Testing for Conflicts Guide, I managed to narrow down the issue, by uninstalling the Eventica Child Theme and reinstalling it from scratch.
However, there’s still an issue. The map view is fixed now : http://hash.events/events/map/ , all the events are here.
However when narrowing by Category, I get only a very little number of event. They are all categorised so they should appear.
I have reinstalled Eventica WP and the whole The Event Calendar Pro plugin from scratch to make sure it wasn’t my code. Unlucky, there’s no change.
Example: Event in BASS CATEGORY: http://hash.events/event/let-it-roll-open-air-2016/2016-07-28/
Map view of bass: http://hash.events/events/category/bass-music-drum-and-bass-dubstep/Yan
ParticipantHi, Thanks for the answer!
The problem I’m having is that under the map there is only 4 events displayed as there should be many more. I can’t figure out why, because when I switch to list view all the events are there!
In brief, is there a filter applied to the map view? Why is it only showing 4 events?
Thanks 😉
Yan
ParticipantSure.
Map View: http://hash.events/events/map/
List view (many events) http://hash.events/events/liste/ -
AuthorPosts
