Hi there, I’ve created this page using glide: architectureatlas.com
On the homepage you can see a map when you hover on one of the pins of the map it shows the address which is LAT/LONG coordinates.
Unfortunately I have to put LAT/LONG coordinates otherwise the app doesn’t register the correct locations for places. However, I think no one is interested in seeing that information so I would love to be able to hide it.
Thanks for your help!
2 Likes
This is a valid point. I’ll escalate this to the team.
1 Like
Thank you - Any news on a work around?
I’ve been trying to find a solution.
I would happily switch to the mobile app product as it seems to work better, but then the main pages are contained and look super weird on desktop.
Uzo
March 14, 2023, 1:30am
4
You can use google maps instead of the native glide… or switch to Apps (pages suks) and fix the display with CSS.
@Robert_Petitto has reported this to the team. We don’t have an ETA, but they will look into it.
1 Like
@ThinhDinh @Robert_Petitto
Hello,
any news/update on that topic?
Rgds
If you’re on one of the new paid plans, this would work using CSS.
Hey, @ThinhDinh . Quick follow up on this thread. Checked out the CSS Library link you provided and your last post there suggests the css may not work?
My client is on a Legacy Pro Plan so I can’t test the css myself. If you could let me know I would greatly appreciate it. Thx
Sorry, it seems like that was just an attempt at testing the “push to production” action I created for admins. I believe the code should work.
1 Like
No need to apologize, @ThinhDinh . I appreciate you letting me know. Thx
1 Like
I just made an update on that page. Seems like Glide updated their map DOM recently.
div[class*="map-collection-lazy___StyledDiv6"] {
display: none;
}
1 Like