Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Problem: empty header area remains visible on non-header pages after update (http://forum.bytesforall.com/showthread.php?t=22814)

Kiko Sep 12, 2014 09:22 AM

[SOLVED] Problem: empty header area remains visible on non-header pages after update
 
Dear Forum,

I am using WP 4.0 and today updated Atahualpa to 3.7.18.

The header image on my site was excluded from some pages with the CSS insert


body.page-id-xxx div#imagecontainer {display:none;}

, xxx being the page number.

However, on these pages xxx, the (empty) header box still remains, whereas before the update there was no sign of the header at all, as was my intention.

I have not been able to find the cause of this problem. I would be most grateful for any tips!

Kiko

juggledad Sep 12, 2014 10:26 AM

What is the URL point to the issue?

Kiko Sep 12, 2014 11:22 AM

Dear Moderator,

The site is:

http://www.clinicababilonica.eu

, where you will see the header, as it should be. This header I want excluded from the page

http://www.clinicababilonica.eu/pt/d...opoldo_julien/

and this works, indeed, with the css insert. However, you will notice the empty header box being a nuisance...

Cheers and thank you in advance!

Kiko

juggledad Sep 12, 2014 12:03 PM

change your CSS from
HTML Code:

body.page-id-1414 div#imagecontainer {
    display: none;
}

to
body.page-id-1414 div.header-image-container {
display: none;
}

Kiko Sep 12, 2014 12:31 PM

Dear 'juggledad',

I substituted the line in the CSS insert section by the one you proposed. The result is the same:
- the header image is gone on page 1414
- but the empty header box remains on the that page

Thanks for your advice, though. I really appreciate it, as I am not progressing with this issue,

Cheers from The Netherlands,

Kiko

juggledad Sep 12, 2014 12:50 PM

Ahhh, you are using the new full width header, For that you need to use
HTML Code:

body.page-id-1414 div#imagecontainer-pre {display:none; }

Kiko Sep 12, 2014 12:56 PM

Dear 'juggledad',

This did the trick! Such an obscure (to me) wording of the command I would have never found by myself.

Thank you very much!!

Kiko

juggledad Sep 12, 2014 02:43 PM

the full width header is a new feature and a new <div> was added to make it work. Glad this takes care of your issue.


All times are GMT -6. The time now is 11:51 PM.

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