• Resolved Siddy

    (@sidharthuseagility)


    HI I’m using this plugin. I’m trying to set custom alert popup if location not found. But I didn’t get any solution. Please let me know if location will not found then I can set custom alert popup. Is it possible to set custom alert popup for no location found?

    Thankyou in advance…

    • This topic was modified 3 years, 6 months ago by Siddy.
    • This topic was modified 3 years, 6 months ago by Siddy.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sidharthuseagility,

    Thank you so much for getting in touch, we really appreciate your time.

    You should be able to adjust the text in this alert by using the following snippet. Please navigate to -> Maps -> Settings -> Advanced Settings -> Please copy the below custom JS into the custom JS field:

    
    jQuery(function($){
    	WPGMZA.localized_strings.address_not_found = "New Text here";
    });
    

    Simply adjust the New Text here to the desired new text.

    Once done, please click save.

    Thread Starter Siddy

    (@sidharthuseagility)

    Hi @stevendebeer Thankyou for response. As I can see there is no custom JS field you can see in screenshot. – https://prnt.sc/13eg3he
    Can I add custom modal popup?

    • This reply was modified 3 years, 6 months ago by Siddy.

    Hi @sidharthuseagility,

    Thank you so much for getting back to me.

    Could I kindly ask you to ensure you currently have WP Google Maps updated to V8.1.11?

    It seems like your version might be slightly outdated.

    Additionally, for anything more custom, could I kindly suggest getting in touch with us directly via our website as this will allow one of our agents to take a closer look and assist further.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to set custom Alert if location is not found’ is closed to new replies.