Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-02-25 05:35:12

scottfrey
Member
Registered: 2013-10-12
Posts: 122

Maps?

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

#2 2019-02-25 05:58:17

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Maps?

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.

map-icon.jpg


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

#3 2019-02-25 07:10:57

kolohe280
Member
From: Talent, Oregon
Registered: 2017-08-23
Posts: 53

Re: Maps?

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

#4 2019-02-25 07:36:31

scottfrey
Member
Registered: 2013-10-12
Posts: 122

Re: Maps?

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

#5 2019-02-25 08:19:36

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Maps?

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

Board footer

Powered by FluxBB