For something to appear on the map you need to have searched for, found and selected a specific location and then it will then have a geo location which is required for it to appear on the map.
Just giving something a name and hitting save will not instantiate a geo location and therefore it wonโt appear on the map. You must select a specific returned address.
Good catch. I note it will still show if the Category has a sub-Category, but thatโs not particularly helpful
This is tricky, we are between a rock and hard place here.
@david would you accept a PR to add a plugin outlet:
topic-list-after-badges
because we canโt use topic-list-after-title because that will render before the badge, which looks rubbish, and we canโt use topic-list-before-category because thatโs not rendered always?
You canโt see it on default theme, but I see styling issues (with isabelle at least) on the maps page due to missing markup. Wrapping it with the Discovery::Layout resolved it
Iโm afraid that isnโt possible right now - although Iโd be very keen on it too!
A less than perfect solution is to make sure there are no links to the map reachable by anon, and that the map itself is hidden if someone shares the link; I use this:
// hide user map from anon
.anon div.users-map-container {
display: none;
}
Of course, you wonโt stop anyone with good technical skills who knows what they are looking for, but youโll prevent the casual 99% (equivalent to a cheap bike lock in my mind).
This is the sort of thing that would be appropriate to sponsor for this plugin.
Yeah, thank you. I was aware of the CSS โsolutionโ. But, as you said, not really perfect. And I would guess that search engines crawl and show this information in the search results anyway.