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 2017-07-01 05:35:20

mridley
Member
From: UK
Registered: 2012-09-26
Posts: 221
Website

Backlight 1.2 navigation

I'm trying to set a new page using a "Pangolin Page" and I am having a small issue getting it the way I want, 

The test page is here http://tsiphotography.co.uk/galleries/p … kes_edits/  if you look at the menu items there is an unwanted line\border under events and portraits,  this does not appear here http://www.tsiphotography.co.uk/galleries/portraits/ which a non backlight 1.2 template?

Offline

#2 2017-07-01 09:03:59

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

Re: Backlight 1.2 navigation

that's the new design.
If you want your menu items to be segregated, you could try the Fly-out style.


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 2017-07-01 09:58:10

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Backlight 1.2 navigation

If you don't want to see the borders between items, try setting the border-color same as the background, or making it fully transparent.


Matt

The Turning Gate, http://theturninggate.net

Offline

#4 2017-07-01 15:48:51

mridley
Member
From: UK
Registered: 2012-09-26
Posts: 221
Website

Re: Backlight 1.2 navigation

That's a shame when options are removed.

Also where is the font size for the navigation items,  there was an option under navigation to change the font size which appears to be missing with the new pangolin page??

Matthew wrote:

If you don't want to see the borders between items, try setting the border-color same as the background, or making it fully transparent.

Last edited by mridley (2017-07-01 15:50:13)

Offline

#5 2017-07-01 15:58:30

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Backlight 1.2 navigation

Well, the entire navigation was removed. And then completely rebuilt, because I wanted drop-downs -- when people use them -- not to be a hangup on large touch-screens, like the iPad Pro.

Not everything made it back into the rebuilt navigation, though, some of it by oversight rather than omission. So I'll take the feedback and see what I can do for our next update.


Matt

The Turning Gate, http://theturninggate.net

Offline

#6 2017-07-01 17:05:37

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Backlight 1.2 navigation

I'm working this stuff into the next update. Until then, you can use this custom CSS for fonts.

nav.nav .menu-item,
nav.nav .menu-item a,
nav.nav .menu-item span 
{
	font-family: Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

nav.nav_v .menu-item,
nav.nav_v .menu-item a,
nav.nav_v .menu-item span 
{ 
	font-size: 0.875rem;
	font-weight: 400;
}

nav.nav_v .menu > .menu-item, 
nav.nav_v ul .menu-item a {
	border-width: 0 0 0;
}

Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB