I am trying to: show all the address(which is a custom field) on the map, but it doesn't show. I already checked these:
1- The map-id in both :[wpv-map-render] and [wpv-map-marker] are the same.
2- the placement of [wpv-map-render] is in Loop editor after [wpv-items-found] and before loop tag, and I placed [wpv-map-marker] inside loop tag.
3- I assigned the marker field to the address.
4- I checked the API, I have 2 API and they are unrestricted, but I get this error in API setting: REQUEST_DENIED - API keys with referer restrictions cannot be used with this API. but I already asked for this error and they say since the Map style is shown on your settings it means it works correctly.
Link to a page where the issue can be seen: hidden link
Hello. Thank you for contacting the Toolset support.
First of all - After checking to debug information you shared with us, I found that you are using outdated Toolset plugins. We always recommend running your site with latest stable release plugin version.
*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest officially released version. You can download the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/
Please update Types plugin to 3.3.5 and Views to 2.9.1 which are the current stable plugin version.
Then, change your marker code where we need to give unique ID to each map marker so we change the marker_id attribute value to marker_id='marker-[wpv-post-id]':
Hi,
I've done all of the items above, But still, markers don't show.
I already had another problem which was mentioned in another ticket, and your colleague said at reply #1320033 to check the documents. I did but still have problem with Google API. I received this error :
"REQUEST_DENIED - API keys with referer restrictions cannot be used with this API. "
after checking API on ToolSet setting.
I don't have any restriction on my both map API s and I set both APIs on HTTP referrer like: *.mywebsite.com/* ( using wild card at first and the end of the domain)
I expect to resolve this problem soon because stoped our project.
Thank you