How can I dismiss this – You have venues for which we don't have Geolocation inf

Home Forums Calendar Products Events Calendar PRO How can I dismiss this – You have venues for which we don't have Geolocation inf

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1317136
    Lisa League
    Participant

    How can I get rid of this, there’s no way to close it out and it’s on every page in the admin:

    You have venues for which we don’t have Geolocation information. Click here to generate it.
    I don’t want to use Geolocation – The latitude and longitude for your venue could not be fetched. The Google Maps API daily query limit has been reached!

    I don’t use Google Maps in my events, and don’t want to. It’s not relevant, they are all online.

    I’m thinking this may be related to another topic I have open about a conflict with Analytify – https://theeventscalendar.com/support/forums/topic/conflict-with-analytify/

    #1317667
    Barry
    Member

    Hi Lisa,

    Are you comfortable adding custom snippets of code to your site?

    add_action( 'admin_init', function() {
    	remove_action( 'admin_notices', array(
    		Tribe__Events__Pro__Geo_Loc::instance(),
    		'show_offer_to_fix_notice'
    	) );
    }, 100 );
    

    If you are, adding the above to a custom plugin or even to your theme’s functions.php file could help you out, here.

    Let me know if that helps!

    #1317991
    Lisa League
    Participant

    Thank you! I have a custom plugin just for the events calendar I can add this to.

    #1318633
    Barry
    Member

    Excellent!

    #1328859
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I dismiss this – You have venues for which we don't have Geolocation inf’ is closed to new replies.