Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Removing Header & Navigation bars but keep Home Page Link (http://forum.bytesforall.com/showthread.php?t=6478)

treeplant Mar 27, 2010 03:39 AM

Removing Header & Navigation bars but keep Home Page Link
 
I want to remove the Header lmage, the Category Menu Bar, and the Page Menu Bar EXCEPT keep the Link to the Home Page.

I want the page to be completely black except for a footer which will be white.

There will be a Flash photo gallery on the page. I want just the Home Page Link to navigate back to the site. Can this be done completely in 'Add HTML/CSS Inserts? Or a combination of that and creating a template for the page?

Thanks,
Norm

juggledad Mar 27, 2010 01:25 PM

just take othe options out of the Header Configuration ... or is this for a specific page?

treeplant Mar 27, 2010 04:03 PM

Yes for a specific page only.
How can this be done?

juggledad Mar 27, 2010 06:12 PM

look at the source of the generated page and find something you can use in the css selector. Let's say you wanted to get rid of the header image on the home page, you could code
HTML Code:

body.home .header-image-container {
        display: none;
        }


treeplant Mar 28, 2010 02:21 PM

Thanks.
What I have now is a Page Template that sets the format for the page.
I am doing this completely from the Page Template, with nothing in
'Add HTML/CSS Inserts (want this independent of settings)

I need one more thing.
I want to have a bar1 embeded in the Template but not called from PHP.
(in other words, independent from the settings in Athahualpa)

How would I specify a bar1 that is 30 px high and is 100% of width?

Thanks,
Norm

juggledad Mar 28, 2010 05:18 PM

If you want to have specific things for pages built form a page template and not use the Add HTML/CSS Inserts, then you are going to have to dig into the code and put code in to handle your cases.

What is wrong with the CSS Inserts?

treeplant Mar 28, 2010 07:11 PM

It's for a very basic page that holds a flash photo gallery.
I have to create the Page Template and would like to have all
the code in one place. There are going to be dozens of galleries.
If I use the inserts, I will have to have an insert for each individual page,
and that will be a mess. In addition, there are several sites that will have the galleries,
so using inserts just becomes too big a task.

I have it all done except for the horbar to space the Page Menu from the top of the page.
Any idea on how to do this? It could also be margin instead. Just something to bring the
Page Menu down a bit from the top of the page.

Norm


All times are GMT -6. The time now is 04:16 PM.

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