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 2018-01-01 00:04:49

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Removal of Menu Button

Hi Guys

I am using the gallery as a backend to my test wp site http://new.powerfulphotographyuk.co.uk/galleries

Problem;
I would like to remove the menu button that is displayed when the page size is reduced (this is also shown in mobile phones and tablets)


If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/

Offline

#2 2018-01-01 00:42:55

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

Re: Removal of Menu Button

You can change the breakpoint at which the mobile menu is invoked.
Go to your page template: Layout > Breakpoint.
The smallest setting is 640px so the mobile menu will always appear on smaller devices such as phones.

If you want to remove navigation all together on mobile devices, you can remove the button with custom css.
You could also use custom css to reduce the breakpoint so that the desktop navigation appears on devices smaller than 640px wide. Depending on how many menu items you have, this could work. Or it might look like crap.

If you can give more details about what you’re looking for, we can offer more advice.


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 2018-01-01 03:13:13

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Removal of Menu Button

Thanks for your quick response, I want to remove the desktop and mobile navigation button altogether, I am new to this so an idea on how to update the css file would be great.

I have reduced the breakpoint as suggested and it works up to a point, but I really would like the navigation button removed, I don't have the WP plugin so will have to edit the css from my FTP uploader I just need to know in which backlight directory to find the file, and what code to use.

Thanks

Last edited by powerfulphotography (2018-01-01 04:19:03)


If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/

Offline

#4 2018-01-01 04:22:38

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

Re: Removal of Menu Button

So you're not using any navigation at all?

Here's how to implement custom css:
http://backlight.theturninggate.net/doc … tylesheets

and here's some code to try in your custom css file:

.page__toggle__buttons ul {
  display: none;
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2018-01-01 05:59:54

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Removal of Menu Button

Great I will give that a go and let you know how I get on.

The front end of my gallery is WP and has all the menus I need until you goto the client gallery and that's Backlight all I need are the "breadcrumbs"
http://new.powerfulphotographyuk.co.uk/


If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/

Offline

#6 2018-01-05 06:42:42

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Removal of Menu Button

worked a treat thanks


If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/

Offline

#7 2018-01-05 10:13:01

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

Re: Removal of Menu Button

You should be able to remove the button without resorting to custom CSS. These settings need to be in effect:

One-column layout for the page.
Horizontal navigation disabled.
Vertical navigation disabled.


Matt

The Turning Gate, http://theturninggate.net

Offline

#8 2018-01-05 23:34:20

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

Re: Removal of Menu Button

that's just way too easy..... :-\


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