Lars

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Geocoding fails with working API key #1280223
    Lars
    Participant

    Hi Florian,

    We had these problems occurring while external editors submitted hundreds of events, but we found out that manually clicking on the checkbox (use Lng/lat coordinates) in “places” it finds the geo-values (if the address, city etc. are put in correctly), if not we used: https://google-developers.appspot.com/maps/documentation/utils/geocoder/ to find those lng/lat.. so quickly find them and input them manually .. The limit-error disappear when those are fixed in this way, but you’ll have to do it on them all if possible .. when those are set events calendar doesn’t need to call google api for every load in front/back.

    Just a quick-fix and it seem that missing geo-coordinates causes calendar to completely flip out. We managed to locate them fast using the plugin “Admin columns” and put in those fields so we could see the missing/wrong address, geo location etc etc in the listing of places .. we use the same plugin to show us where featured images are missing etc etc fast.

    You can find the plugin mentioned here: https://da.wordpress.org/plugins/codepress-admin-columns/

    Lars
    Participant

    This is absolutely hell – on Google API console the usage says 127 (java) 67 (location) and still we get the: “The latitude and longitude for your venue could not be fetched. The Google Maps API daily query limit has been reached!” message. Google support has no idea other than pointing us at the costly direction (e.g 8.500 euros).

    What’s going on with the update that should “fix” the things causing this, and you announces late 2016?

    We have restricted to domain, and even restricted the api/key to the verified domain “allow” in Google console.

    in reply to: After a long fight with add event showing wrong time #1274013
    Lars
    Participant

    The image:

    in reply to: Time in add event still show am/pm #1262169
    Lars
    Participant

    This reply is private.

    in reply to: Time in add event still show am/pm #1261884
    Lars
    Participant

    This reply is private.

    in reply to: Time in add event still show am/pm #1261073
    Lars
    Participant

    Hi Courtney,

    The problem still persist no matter what I do in the settings. I noticed that the server resolves thru cloud flare in New York, USA. Wonder if thats what causing this?

    I have tried everything, the events themselves are ok .. but its the dropdown for the times in add event (community) that keep showing am/pm times ..

    in reply to: Venue Map displays only half the map #1255011
    Lars
    Participant

    Remember to set !important after the width 100% and it will work. Do that in the custom CSS section.

    //For the Map width
    .single-tribe_events .secondary .tribe-events-venue-map {
    width: 100% !important;
    }
    Lars
    Participant

    This reply is private.

    Lars
    Participant

    The last one does not have any effect in all form submissions (community).

    Lars
    Participant

    Only the first radio button go true with that code:

    THIS ONE --> add_filter( 'tribe_embed_google_map', '__return_true' );
    THIS ONE NO EFFECT --> add_filter( 'tribe_show_google_map_link', '__return_true' );
    • This reply was modified 9 years, 1 month ago by Lars.
    in reply to: Make Google Maps mandatory #1246074
    Lars
    Participant

    This reply is private.

Viewing 11 posts - 1 through 11 (of 11 total)