-
AuthorPosts
-
May 11th, 2013 at 14:47 #6149
Melissa
I have used the Mantra theme on my site, and have a custom header. For some reason when I print out a page, the header and menu items don’t print. What I am trying to do is allow the user to print the entire page with header.
Thanks in advance!
May 11th, 2013 at 15:06 #6150Melissa
Thought the website might help!
May 11th, 2013 at 18:32 #6153Melissa
I have been looking at the css for @media print and wonder if there is something that needs to be changed there for the header to show up on the printout. I assume that has to be done under Mantra Settings/Misc Settings/Custom CSS.
What I found is that if I choose “Site Title and Description”, that will show up in the print preview, but if I choose Custom Header, it is blank. The site is http://www.esummarize.com.
May 11th, 2013 at 20:55 #6157Melissa
I have already found a solution to the Header visibility. I need to make the menu visible now. I can’t find what to put in the css. Here is what I have now:
@media print {
img#bg_image {
display: block !important;
margin: 0 auto !important;
}
#menu{ /*this part is not working, which css tag controls the menu?*/display: block !important;
}
}May 12th, 2013 at 23:19 #6233Zed
Cryout Creations mastermindThe print CSS is heavily outdated. We’ll try to fix is in an upcoming update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Make the header print out’ is closed to new replies.