• Resolved lahoti

    (@lahoti)


    I am facing two issue – I have workd around for the first but clueless about the second:
    1. When trying set layer property – “Location”, The field is not getting real values from Google as i type (This functionality is working fine for markers!!!).
    Work around is to use ‘advance settings’ and use lat,longs but am confused why it is not working only in the case of Layers.
    1 possible reason could be that I am getting an error:
    Uncaught SyntaxError: Unexpected end of input

    <script>
    addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
    var ajaxurl = '/reviews/wp-admin/admin-ajax.php',
    	pagenow = 'maps-marker_page_leafletmapsmarker_layer',
    	typenow = '',
    	adminpage = 'maps-marker_page_leafletmapsmarker_layer',
    	thousandsSeparator = ',',
    	decimalPoint = '.',
    	isRtl = 0;
    </script>

    – Strangely I am not getting map markers on the layer. Markers are visible below in table format proving that they are assigned to the layer but not visible on the map!!! Again.. not sure what is the issue. https://www.khojiye.com/reviews/institute/bansal-classes-kota/ – in the contacts tab you can see the map

    PS. mapsmarker.com is not working (!!) and I have made sure I am following the instruction correctly using the cached (Infact markers are assigned to the layers can be checked – its just that they are not visible)

    https://www.ads-software.com/plugins/leaflet-maps-marker/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lahoti

    (@lahoti)

    1 more thing in (previous link) results tab individual marker map shows perfectly but in contact tab where ‘layer’ map is shown , it gives me an error

    Plugin Author Robert Seyfriedsberger

    (@harmr)

    Hi lahoti,

    ad 1: please try to disable all other plugins and check if it works then – I assume that there is a plugin conflict.

    ad 2: from the browser console I see that there is an issue when trying to the geojson for the layer map. It seems that you have the plugin WP Super Cache on your site but disabled – there is an open issue with that (https://www.ads-software.com/support/topic/wp-super-cache-breaks-leaflet-maps-marker-plugin?replies=3#post-4862507) – this plugin adds output to each page even if it is not active. This can be resolved by removing /wp-content/advanced-cache.php
    If you need caching, I′d suggest using the plugin W3 total cache instead – this plugin works better in my experience…
    best,

    Robert

    Thread Starter lahoti

    (@lahoti)

    reg1: why will it work for marker and not layers.. just curious?
    BTW removing WP Super canche made this work too

    reg2: awesome thanks

    PS: is your site not working or an issue with my ISP?

    Plugin Author Robert Seyfriedsberger

    (@harmr)

    ad 1: when WP Super Cache still exists on your server (with advanced-cache.php), the GeoJSON-array which gets loaded on layer map edit pages als gets broken and therefore address search does not work.

    ad mapsmarker.com: site works for me; also checked https://www.downforeveryoneorjustme.com/mapsmarker.com – so this seems like an issue with your provider…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with Layer address and showing markers on the maps’ is closed to new replies.