Hi @grischun it sounds like you’re wanting to go straight to a URL when a visitor clicks your hotspot rather than showing more info. Is that correct?
If so, then when you’re editing a hotspot in the admin interface, you can change the “Action” field from “Show More Info” to “Go to URL” and I think that will help you accomplish what you’re looking for.
Please let us know if that works or if you are trying to do something different.
Thanks,
Nathan
Hello Nathan
Yes that is correct. I did it like this, look at screen1. However, this small button always appears on the live page. I've tried making this one red as well, but it's still visible. I don't need it, but I don't see a way to turn it off.
Thank you very much
grischun
https://www.seitenkunst.ch/wp-content/uploads/2022/11/SCREEN1.jpg
https://www.seitenkunst.ch/wp-content/uploads/2022/11/SCREEN2.jpg
Hello @grischun
Thank you for sharing the screenshots!
Could you try the following CSS to remove the small button that appears for the hotspot title:
body .leaflet-pane.leaflet-tooltip-pane {
display: none;
}
We have a guide to show you how to add these CSS snippets to your site: https://wpdrawattention.com/guides/adding-custom-code
Hello Natalie
That worked, thanks for the help!
Many greetings, Grischun