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)
-   -   [SOLVED] Individual header per page - not all are showing (http://forum.bytesforall.com/showthread.php?t=13314)

Petra_xia Mar 15, 2011 09:18 AM

[SOLVED] Individual header per page - not all are showing
 
Hi,
I want to use a different header for each page but not rotating. I followed the steps as per this thread http://forum.bytesforall.com/showthread.php?t=4389.
After initially no header showed up (I had spaces in the names :o) I now have at least one on the home page. For testing I copied that path under CSS inserts for all five pages and am sure I have the correct page numbers. But I don't see a header on the other four pages.

What is it that I'm not seeing?

While working on the website the link is http://susan.bangonwebdesign.ie/

Thanks,
Petra

juggledad Mar 15, 2011 10:48 AM

(This is a head slap)

you forgot the closing '}' on each one, so
HTML Code:

ody.page-id-5 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important;
body.page-id-7 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important;
body.page-id-10 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important;
body.page-id-26 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important;
body.page-id-28 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important;

should be
HTML Code:

ody.page-id-5 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important; }
body.page-id-7 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important; }
body.page-id-10 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important; }
body.page-id-26 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important; }
body.page-id-28 div#imagecontainer {
background-image: url(http://susan.bangonwebdesign.ie/wp-content/themes/atahualpa/images/header/HeaderLogo1.jpg) !important; }


Petra_xia Mar 15, 2011 10:58 AM

Oups. Head slap taken!
Should know this opening / closing thingy by now. But am still better in copy & paste and the "}" wasn't in the thread I copied from ;)

Thanks a mill for your quick answer!


All times are GMT -6. The time now is 02:23 AM.

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