Skip Navigation

[Escalated to 2nd Tier] show details while hovering in views list

This support ticket is created 5 years, 8 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 6 replies, has 2 voices.

Last updated by Luo Yang 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1206614

Tell us what you are trying to do?
show a link to focus property and while hovering show marker details (title or popup info)

i tried:

[wpv-conditional if="( '[wpv-post-type]' eq 'beitknesset' )"][wpv-map-marker map_id='map-1' marker_id="marker-[wpv-post-id]"   marker_title='shalom1-[wpv-post-title]' marker_field='wpcf-adress'][wpv-post-link][wpv-post-featured-image]
[/wpv-map-marker][/wpv-conditional]

[wpv-conditional if="( '[wpv-post-type]' eq 'property' )"][wpv-map-marker map_id='map-1' marker_id="marker-[wpv-post-id]"  marker_title='shalom2-[wpv-post-title]' marker_field='fave_property_address'][wpv-post-link][wpv-post-featured-image][/wpv-map-marker][/wpv-conditional]

[wpv-post-title]
[wpv-post-featured-image]
[wpv-post-status]
<a href="#" class="js-wpv-addon-maps-focus-map js-toolset-maps-hover-map-map-1-marker-marker-[wpv-post-id] js-toolset-maps-open-infowindow-map-map-1-marker-marker-[wpv-post-id]" data-map="map-1" data-marker="marker-[wpv-post-id]">focus on map</a>

<button class="js-wpv-addon-maps-focus-map js-toolset-maps-hover-map-map-1-marker-marker-[wpv-post-id] js-toolset-maps-open-infowindow-map-map-1-marker-marker-[wpv-post-id]" data-map="map-1" data-marker="marker-[wpv-post-id]">focusnow</button>

it works - excepting the hover function JS

#1206722

Hello,

I assume we are talking about the option " Hovering this item acts like hovering on the marker itself" when insert the focus link.

The problem you mentioned above, please check these in your website:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/

2) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2019, and test again

3) Also check if there is any JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#javascript-debugging

#1206844

bsd

Tried checking your option
still doesn't work
does my syntax is ok?

#1206873

Thanks for the feedback, I can duplicate the same problem in my localhost, the option "Hovering this item acts like hovering on the marker itself" does not work at all, and I have escalated it, will update here if there is anything news.

#1206900

bsd

Well i hope toolset developers group will take care as soon as posible on this bug...
also it shoul be a good idea the possibilty to popup html marker information while hovering like in this link:
hidden link

thanks

#1207340

Here is the update:
It is in our to-do list, and is marked as a bug, escalated to our developers, I will keep on updating here.

#1209315

Here is the feedback from our 2nd tier supporters:
When you hover a marker, two things happen
1- The hover title or popup info is being displayed
this doesn't happen, and we have escalated to our developers as a bug, but I am not sure when will it be fixed.

2- Another map icon is being displayed
This works but it needs a custom icon or a custom hover icon to be added to the marker, see our document:
https://toolset.com/documentation/user-guides/maps-shortcodes/#wpv-map-marker

[wpv-map-marker marker_icon_hover='//localhost/OTGS_toolset/clients_sites/tssupp_2904/wp-content/plugins/toolset-maps/resources/images/markers/Home.png'  ... ] ...  [/wpv-map-marker]