Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   How to hide a menu from specific pages? (http://forum.bytesforall.com/showthread.php?t=16362)

Sparklesperson Dec 29, 2011 07:50 AM

How to hide a menu from specific pages?
 
Is there a means of hiding a menu from specific pages? Would be nice to have that as an option. I'm up to building a template even, just need a clue as to how to EXCLUDE the menu.

For the record, I'm using WP 3.3, and Atahualpa 3.7.3 (I think it is).

Thanks!:)
Patricia

juggledad Dec 29, 2011 08:12 AM

you could do it with a CSS Insert based onthe page ID

Sparklesperson Dec 29, 2011 09:10 AM

Any clues how to do that? Where do I start - what css would I use, and WHERE would I put it - just in the body of the page?

I ended up finding this plugin, which seems to work, although it took me a while to figure out WHAT to put in - it's called Hide it. Perhaps that's what it does - is insert the css.

Thanks!

Sparklesperson Dec 29, 2011 09:13 AM

Oh - I bet I'd put it into the theme options - additional css. Hm. Will have to think on that..

juggledad Dec 29, 2011 09:45 AM

any additional CSS you want to add you put in ato->Add HTML/CSS Inserts->CSS Inserts
Use FireBug in FireFox to view the html elements and there you can play with the CSS - using 'isplay: none;' will hide things, then look at the <body...> statement for the page id to build your CSS selector.

juggledad Dec 29, 2011 09:45 AM

any additional CSS you want to add you put in ato->Add HTML/CSS Inserts->CSS Inserts
Use FireBug in FireFox to view the html elements and there you can play with the CSS - using 'display: none;' will hide things, then look at the <body...> statement for the page id to build your CSS selector.


All times are GMT -6. The time now is 12:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.