Skip Navigation

[Resolved] Marker doesn't show on map toolset

This support ticket is created 5 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 5 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#1339267
toolsetmap.PNG

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

#1339417

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

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]':

 [wpv-map-marker map_id='map-7' marker_id='marker-[wpv-post-id]' marker_field='wpcf-college-address][/wpv-map-marker] 

Please check the Map API keys you registered at: Toolset => Settings => Maps are valid by clicing on "check APi" button.

#1340145

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

#1340945

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please try to create a unristricted google map API key where youo shound not register any domain to the map key and then try to check.