Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Remove Background and Header from a single page


  #1  
Old Jan 25, 2012, 10:51 AM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
I am using 3.7.3 to create a highly stylized art site.
http://timrayarts.com/williambraemer/

However, I need to create a blank page for content of a different nature.
http://www.timrayarts.com/williambra...epresentation/

I would like to remove the Background and Header for this Page; but continue to use all of the other theme settings.

I have searched the Forums and have tried to piece together various solutions (Illustration of my failed directions--these do not work):

/* Remove Background/Header Page ID=708 */

{body.page-id-708 {background: #ffffff;}

body.page-id-708 {div.post-headline
display: none;
}

{
html
body div#imagecontainer <if(is_page_id=708) then display; none>
}


<?php if ( is_artist_representaion_page(708) ) { ?>
td#header, td#footer {
display: none;
}
  #2  
Old Jan 25, 2012, 12:03 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You have some curly braces in the wrong places. Try the first example with out the curly brace at the beginning. Also the php code won't work in 3.7.3
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 25, 2012, 12:27 PM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
Hey, thanks!

Entered the following:

body.page-id-708 {background: #ffffff;}

body.page-id-708 {div.post-headline
display: none;

Background now removed, but Header remains:

See: http://www.timrayarts.com/williambra...epresentation/
  #4  
Old Jan 25, 2012, 12:36 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
body.page-id-708 {div.post-headline
display: none;
Missing closing curly bracket, begining one is in the wrong place
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jan 25, 2012, 12:51 PM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
Encouraged, but not sure where {}'s go

This revision has same result / No background, but still have header:

body.page-id-708 {background: #ffffff;}

body.page-id-708div.post-headline
{display: none;}

See: http://www.timrayarts.com/williambra...epresentation/

Please
  #6  
Old Jan 25, 2012, 01:19 PM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
Quote:
Originally Posted by juggledad
Missing closing curly bracket, begining one is in the wrong place
I have added closing bracket, and tried every option for beginning one. No result.

Could it be that this is attempting to remove the Page Title, and not the HEADER?
  #7  
Old Jan 25, 2012, 02:45 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
CSS statements are two parts, the selector then the rules. The rules are in the {...} and each must have a ';' at it's end.

Figuring out what CSS selectors to use is where FireBug in FireFox comes in handy, or you can look at the source of the page to find the area you want to get rid of and see the HTML and ID/classes envolved.

Once you wander beyond the realm of just using a theme (ie you want to tweek it), you have to learn CSS so you can make the changes you want

w3schools.com/css is a great reference
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jan 25, 2012 at 04:33 PM.
  #8  
Old Jan 25, 2012, 03:11 PM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
My question is: Can I delete the Header on a single page?

Quote:
Originally Posted by juggledad
CSS statements are two parts, the selector then the rules. The rules are in the {...} and each must have a ';' at it's end.

Figuring out what CSS selectors to use is where FireBug in FireFox comes in handy, or you can look at the source of the page to find the area you want to get rid of and see the HTML and ID/classes envolved.

Once you wander beyond the realm of just using a theme (ie you want to tweek it), you have to learn CSS so you can make the changes you want

w3schools.com/css is a great reference

Last edited by windhover4; Jan 25, 2012 at 05:06 PM. Reason: My error
  #9  
Old Jan 25, 2012, 05:00 PM
windhover4's Avatar
windhover4
 
102 posts · May 2010
Fort Lauderdale
Solved:

/* Remove Background & Header Page ID=708 */

body.page-id-708 {background: #ffffff;}

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

Thank for your help

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different background image for a single post and page wll Header configuration & styling 8 Sep 18, 2012 06:03 PM
[SOLVED] How to remove &quot;Blank box/Whitespace&quot; in a single post page Ugly Duckling Center area post/pages 6 Nov 15, 2010 10:34 AM
Remove formatting in one single post page. McDz Page & Category Menu Bars 1 Oct 29, 2010 08:13 AM
how to remove Post Title from Single Post page ONLY vargaso Center area post/pages 2 Apr 30, 2010 01:38 PM


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


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