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 »

Logo and Header image not printing


  #1  
Old Apr 13, 2012, 12:56 PM
gabbybuzz
 
13 posts · Dec 2010
Hi. I'm using Atahualpa 3.7.3
WP 3.3.1
lakenormanwomensailors.com

My Header image and logo image won't print and they won't copy to anything - like Evernote. Do I add CSS? Thanks in advance.
  #2  
Old Apr 13, 2012, 02:20 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
all but the center area is hidden for printing. If you want to change this you will have to add to the CSS inserts to display the areas. You will need to add
HTML Code:
@media print {
	#header, 
	#footer, 
	.colone, 
	.colthree,
	.navigation, 
	.navigation-top,
	.navigation-middle,
	.navigation-bottom,
	.wp-pagenavi-navigation, 
	#comment, 
	#respond,
	.remove-for-print {
		display: block;
		}
}
you can play with the various parts to see what you want or don't want.
__________________
"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 13, 2012, 02:54 PM
gabbybuzz
 
13 posts · Dec 2010
Thank you. That got the Logo to show, but not the Header image. Please help. Thanks so much.
  #4  
Old Apr 13, 2012, 03:18 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Please copy and paste the exact code you put in CSS Inserts to a reply?
__________________
~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.
  #5  
Old Apr 13, 2012, 03:37 PM
gabbybuzz
 
13 posts · Dec 2010
I copied and pasted in exactly what Juggledad put in the previous post:
@media print {
#header,
#footer,
.colone,
.colthree,
.navigation,
.navigation-top,
.navigation-middle,
.navigation-bottom,
.wp-pagenavi-navigation,
#comment,
#respond,
.remove-for-print {
display: block;
}
}
  #6  
Old Apr 13, 2012, 03:41 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try adding
#imagecontainer,
__________________
~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.
  #7  
Old Apr 13, 2012, 03:44 PM
gabbybuzz
 
13 posts · Dec 2010
#imagecontainer
Add it where in the code, please?
  #8  
Old Apr 13, 2012, 03:49 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Add that to the CSS as below.
HTML Code:
@media print {
#header,
#footer,
#imagecontainer,
.colone,
.colthree,
.navigation,
.navigation-top,
.navigation-middle,
.navigation-bottom,
.wp-pagenavi-navigation,
#comment,
#respond,
.remove-for-print {
display: block;
}
}
__________________
~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.
  #9  
Old Apr 13, 2012, 03:54 PM
gabbybuzz
 
13 posts · Dec 2010
Added it just like you said and still no Header image for printing.

@media print {
#header,
#footer,
#imagecontainer,
.colone,
.colthree,
.navigation,
.navigation-top,
.navigation-middle,
.navigation-bottom,
.wp-pagenavi-navigation,
#comment,
#respond,
.remove-for-print {
display: block;
}
}
  #10  
Old Apr 13, 2012, 07:41 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
OK... I just played around for longer than I should have but found that if you have at least two images in the header images folder and have them rotating the image will show on a print out. Soooo you could put the same picture in twice or just use an image in place of %image.
__________________
~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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing entire page including sidebars, header, etc. peterf Atahualpa 3 Wordpress theme 8 Dec 20, 2011 07:18 PM
Background and Banner Image missing when printing roostar Atahualpa 3 Wordpress theme 0 Jun 21, 2011 05:33 PM
[SOLVED] Header image not loading/fading & also overlaying logo image shilldiy Header configuration & styling 5 Jul 16, 2010 06:22 AM
If I Leave The Logo Image Field Blank, It Displays Broken Image Icon in Header psaltriparus Header configuration & styling 1 Oct 20, 2009 09:30 AM
[SOLVED] why insert image into image header in place to the blogtitle (like a logo) ? gilles Header configuration & styling 1 Sep 5, 2009 04:14 AM


All times are GMT -6. The time now is 07:09 AM.


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