Polygons

New home Forums Pro Add-on Polygons

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #58958
    donalwaide
    Member

    When I go to edit a polygon, the data disappears so be careful of this bug… Image attached shows my North America link edited and you can see all the polygone data is missing. To get it back, you click on one of the polygon markers and you are saved. How annoying.. But, getting around that, my next question is about directly linking to a URL. So when someone clicks on the Asia polygon of the global map they are transported to the Asia page. I don’t want to have to have the user click on the InfoMarker.
    Any forum searches go back to 2014/2015 where it’s stated that this is a feature to be added. So maybe it’s there and I can’t find it now?

    Attachments:
    You must be logged in to view attached files.
    #58973
    AbelC
    Moderator

    Hi There,

    Thank you so much for getting in touch with us, and our sincere apologies for the inconvenience and delayed response over the weekend.

    1. Unfortunately, this was a bug within WP Google Maps which we have now corrected.

    Could I kindly ask if you could please confirm the WP Google Maps versions installed on your site?

    2. Unfortunately, this is not supported by default at the moment, however, this feature will be supported in WP Google Maps Pro V8.1.

    In the meantime, WP Google Maps Pro V8 will allow you to add a link to your Polygon InfoWindow.

    Again, we do apologize for the inconvenience.

    I hope this helps clarify, and I look forward to hearing back from you.

    Kind Regards,
    Abel

    #58990
    donalwaide
    Member

    1. I have 8.0.22, and Pro 5.80 onsite
    2. Estimate on availability of this update?

    Thank you.

    #59009
    AbelC
    Moderator
    This reply has been marked as private.
    #59876
    jasonlively
    Member

    I would also like to inquire about the availability of this update, it would be very useful for a project I am currently working on.

    #59884
    AbelC
    Moderator

    Hi There,

    Thank you so much for getting in touch with us.

    Unfortunately, we do not have an ETA for WP Google Maps Pro V8.1. We do apologize for the inconvenience.

    With that said, we have already released WP Google Maps Pro V8 that will allow you to add a link to your polygon title.

    Could I kindly ask if you could please clarify what you would like to achieve?

    Could you also please confirm the WP Google Maps versions installed on your site?

    I hope this helps clarify, and I look forward to hearing back from you.

    Kind Regards,
    Abel

    #66937
    brkillip
    Member

    Has the capability to click on a polygon been included in Pro V8.1? Thanks?

    #66955
    AbelC
    Moderator

    Hi There,

    Thank you so much for getting in touch with us.

    Would I be correct if I say that you would like to open a link when a user clicks on a polygon?

    If so, this is not supported at the moment, however, this should be supported in the upcoming updates.

    In the meantime, this can be achieved with Custom JS. Could I kindly ask if you could please navigate to Maps -> Settings -> Advanced Settings -> Custom JS -> Please paste the following code below:

    jQuery(function($){
    $(window).on(“infowindowopen.wpgmza”, function(event) {

    if (event.target.feature instanceof WPGMZA.GoogleProPolygon && $(“a.wpgmza_infowindow_link”)[0]){
    window.location.href = jQuery(“a.wpgmza_infowindow_link”).attr(‘href’);
    }
    });
    });

    Please do let me know if this is working for you?

    I look forward to hearing back from you.

    Kind Regards,
    Abel

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.