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
Hi,
I noticed that no maps button would show in my single-image pages despite GPS coordinates being available in the photo.
Replacing class "gridicon googlemaps" e.g. with "fa fa-map-o" in the view script does fix it:
diff pangolin-album/dynamic/view/single.php pangolin-album/dynamic/view/single.orig.php
57c57
< $map_link = $album->mapsEnabled() && $mapURL ? '--><li><a class="fa fa-map-o" href="'.$mapURL.'" target="_blank"><span>Map</span></a></li><!--' : '';
---
> $map_link = $album->mapsEnabled() && $mapURL ? '--><li><a class="gridicon googlemaps" href="'.$mapURL.'" target="_blank"><span>Map</span></a></li><!--' : '';
Example image with fix applied: http://andreas-und-angelika.de/gallerie … single.php
Not sure, however, if this is the correct way to fix it.
Cheers
Andreas
Offline
I'm seeing the same thing in my tests. Matt will need to look into it.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks. This will be fixed in 1.2.2.
Offline
Pages: 1