I created a maps view that fine for some time. But now the map seems to be missing. Instead of the map I see a white space. In the html I see the views code. Can you see what's wrong here?
URL: hidden link
Thanks,
Winy
Hello. Thank you for contacting the Toolset support.
Well - I need access details in order to check why Map is not displaying on the page which you shared.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Well - I see there is a console error on your page that belongs to map:
Uncaught ReferenceError: google is not defined
at new WPViews.ViewAddonMaps (wpv_addon_maps.js?ver=1.7.2:13)
at HTMLDocument.<anonymous> (wpv_addon_maps.js?ver=1.7.2:1498)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
In addition to that, I see on your page you added two view's, does that mean we need to display two different maps that is one map to display Observers and one map to display members?
Or
you want to combine both results on a single map?
I want to combine both results on a single map
So 2 separate views provide the marker information. The Markers are targeting the same Map id then they will be displayed on the map.
You can see how I created it in this ticket: https://toolset.com/forums/topic/one-map-with-2-post-types/
I again tested and I still see the JS error, is this your live site? if yes, I need a test site where I can change themes, disable/enable plugins etc..etc..
Can you confirm the current site is test site or share test site where I can do further debugging.
I checked and debug further on the staging site your shared and I found that when I deactivate the plugin "WeePie Cookie Allow" the JS error is gone and maps displaying correctly.