Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Logo and Header image not printing (http://forum.bytesforall.com/showthread.php?t=17311)

gabbybuzz Apr 13, 2012 12:56 PM

Logo and Header image not printing
 
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.

juggledad Apr 13, 2012 02:20 PM

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.

gabbybuzz Apr 13, 2012 02:54 PM

Thank you. That got the Logo to show, but not the Header image. Please help. Thanks so much.

lmilesw Apr 13, 2012 03:18 PM

Please copy and paste the exact code you put in CSS Inserts to a reply?

gabbybuzz Apr 13, 2012 03:37 PM

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;
}
}

lmilesw Apr 13, 2012 03:41 PM

Try adding
#imagecontainer,

gabbybuzz Apr 13, 2012 03:44 PM

#imagecontainer
Add it where in the code, please?

lmilesw Apr 13, 2012 03:49 PM

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;
}
}


gabbybuzz Apr 13, 2012 03:54 PM

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;
}
}

lmilesw Apr 13, 2012 07:41 PM

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.


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

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