Skip Navigation

[Gelöst] Link from Markers to custom post type

This support ticket is created vor 5 Jahren, 4 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von RolfF2342 vor 5 Jahren, 4 Monaten.

Assistiert von: Minesh.

Author
Artikel
#1287373

Tell us what you are trying to do?
We have created a Shop-finder.
versteckter Link

There we have a map with markers.
If you hover over the markers the name of the shop appears.

Is it possible to create a hover that links directly to the custom search type you hover over?

Is there any documentation that you are following?
I checked your documentation and videos but didn't see anything.

Is there a similar example that we can see?

What is the link to your site?

#1287407

Minesh
Supporter

Sprachen: Englisch (English )

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

Hello. Thank you for contacting the Toolset support.

As I understand, when you hover the mouse pointer to specific map marker pin you want to filter the view results automatically belongs to the marker location. There is no such native feature available. You may need to add custom javascript/jQuery code.

We offer the following javascript hooks if that may help you:
=> https://toolset.com/documentation/user-guides/programmatically-change-map-settings/

As there is no native feature available, this may need extensive custom JS code which is beyond the scope of our support policy. If you need custom programming for your project, please feel free to contact our certified partners:
=> https://toolset.com/contractors/

#1287561

No you missunderstood it.
Have a look at our page. There you find a map with stores on the map.
The markers on the map show only the name of sthe store when you hover the mark with the mouse.
It would be great if you hover of the mark and the name of the store appears you could click on the mark and you would be linked directly to the page of the store.

#1287563

Minesh
Supporter

Sprachen: Englisch (English )

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

When you add the marker - it will allow you to set the marker data:
=> versteckter Link

As you can see with popup content - you can add the shortcode [wpv-post-link] so with marker popup will appear when you click on the marker and you can able to click on the post like that will redirect you to that specific page.

More info:
=> https://toolset.com/documentation/user-guides/display-on-google-maps/displaying-markers-on-google-maps/

#1287579

My issue is resolved now. Thank you!