Skip Navigation

[Resolved] Custom marker reverts to default marker on hover

This thread is resolved. Here is a description of the problem and solution.

Problem:
Custom marker reverts to default marker on hover

Solution:
There were attribute 'marker_icon_hover' added to maps shortcode that leads to display the marker hover icon. I simply deleted that attribute.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/custom-marker-reverts-to-default-marker-on-hover/#post-922321

Relevant Documentation:

This support ticket is created 6 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 TimR4704 6 years, 6 months ago.

Assisted by: Minesh.

Author
Posts
#921308

hidden link

I expected to see: no change in the custom marker when I hover over a marker

Instead, I got: the google maps default marker on hover

#921711

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Yes - I see the issue with the link you shared.

Can I have access details so I can check whats going wrong with your setup.

*** 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 would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#922321

Minesh
Supporter

Languages: English (English )

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

Well - When I visit the view using which the map is generated and displayed I see following:

[wpv-map-render map_id="map-1" map_height="600px" marker_icon_hover="<em><u>hidden link</u></em>" background_color="#0052b0"]

As you can see there is attribute added marker_icon_hover that leads to display the marker hover icon. I simply deleted that attribute and now above shortcode looks like as given under:

[wpv-map-render map_id="map-1" map_height="600px" background_color="#0052b0"]

now I see no other different marker when I hover the marker. Could you please confirm.

#922365

Thanks Minesh and sorry for not spotting such a simple thing myself.