Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Despite setting "enable maps" and having map data, I see no way to utilize it. Where should the maps buttons be? Do I have to enable something in designer?
Offline
If using the slideshow presentation, click on the image menu icon in the upper right. When you click on that you’ll see social sharing, map, download (if enabled) and permalink icons.
If using the single page presentation, the map icon will appear above the image.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I made one change for maps on my site. The map icon used in Backlight doesn't look like a map to me. So, I put in a little CSS to change it to the map pin icon that a lot of mapping sites/software use. (If I was really good, I'd be able to figure out how to display that icon in this message!)
ul.single_icons a.button.googlemaps::before {
content: "\f041";
font-size: 20px;
}
Offline
Got it. I was looking for the older icon I guess.
kolohe280, I agree (hence not being able to find it), I put your code at the end of my custom CSS file, but it doesn't seem to do anything.
Offline
kolohe280's code is for the Single-image Pages presentation.
This would be the code if using the Slideshow presentation
.fancybox-pallet .fb-googlemaps > a::after {
content: "\f041";
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1