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)
-   -   [SOLVED] Menu Dilemma (http://forum.bytesforall.com/showthread.php?t=17490)

Webunet May 5, 2012 03:43 PM

[SOLVED] Menu Dilemma
 
The home page of the website has no menu. So, first question is how do I block the menu from displaying on this page only?

Secondly, does anyone know of a menu Plugin that will permit me to place a custom menu on various parts of a page? So that it appears on one page, but not another?

Thanks,

Tom

lmilesw May 5, 2012 06:42 PM

To prevent the menu from showing on the home page just use a selector to target the menu on that one page such as
HTML Code:

body.home #menu1 {
display: none;
}

For the "menu in a page" I would search wordpress.org using menu shortcode as the search.

Webunet May 5, 2012 09:13 PM

Thank you for the guidance, I really appreciate that.

Showing my ignorance here, but to which file am I inserting this code?

Thanks,

Tom

juggledad May 6, 2012 04:24 AM

it goes in the 'CSS Inserts' option

Webunet May 6, 2012 07:29 AM

Thank you gentlemen. Much appreciated.

Tom


All times are GMT -6. The time now is 10:29 AM.

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