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 »

Header Image to show only on WordPress home page


  #1  
Old Apr 2, 2013, 07:05 AM
CaseyC
 
2 posts · Apr 2013
Header Image to show only on WordPress home page

This is my first venture into WordPress, so please treat with kid gloves. My site configuration:

Running WordPress 3.5.1 and the Atahualpa 3.7.11 theme. My wordpress has 1 page configured titled FAMILYDATA. A plugin interfaces wordpress with my Genealogy site which runs TNG (The Next Generation of Site Building). My URL is www.cookgarza.com .

When I specify to show the header image, this image shows on the home page and all of the genealogy pages. These pages already have their own header and I want to suppress the Atahualpa header on these.

Through searches I have found a possible solution.

1.
#imagecontainer {display:none;}
body.home #imagecontainer {display:block;}

I added this code to the CSS inserts box and saved, but that suppressed the image on all pages.

How can I affect the change?

Thank you,
Klaus Cook
Houston, TX
  #2  
Old Apr 2, 2013, 07:17 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
take a look in the FAQ - Atahualpa header section
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Apr 2, 2013, 07:17 AM
CaseyC
 
2 posts · Apr 2013
Additional searching found the following code snippet:

/* ================================================ */
/* CSS to remove header image area from all pages */
/* ================================================ */
div.header-image-container {
display: none !important;
}
/* ================================================ */
/* CSS to display header image area on home page */
/* ================================================ */
body.home div.header-image-container {
display: block !important;
}

This did not work either.

Klaus Cook
Houston, TX
  #4  
Old Apr 2, 2013, 07:29 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
see my last reply
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Keep rotating Header Image on Home Page and Different header image on each p clausont Header configuration & styling 53 May 17, 2012 11:56 PM
Full image to show only on the first excerpt on the home page yolanda Excerpts, Read more, Pagination 1 Feb 16, 2012 09:53 AM
._ image files that don't show on blog page header Markraj Forum How-To 1 Jul 14, 2010 11:58 AM
[SOLVED] Have one Header Image appear on Home Page and different Header Image on Page treeplant Header configuration & styling 4 Mar 27, 2010 03:59 PM


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


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