Print.css for Vantage
I’ve seen a couple of other posts about a print.css stylesheet for Vantage. Are you going to add one?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
I’ve seen a couple of other posts about a print.css stylesheet for Vantage. Are you going to add one?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi Jenny
There is unfortunately no print.css file for Vantage. There isn’t one in the pipeline at this stage. I recently recommended a plugin for another client. I tested it out and it works well. Give it a try:
https://wordpress.org/plugins/wp-print/
That plugin did not work, nor should it be necessary.
My working print.css for Vantage Premium is two lines:
header nav, footer, #secondary { display: none; } #primary { width: 100%; }It’s also standard to include
.noprint, #noprint { display: block; }in the print.css and
.noprint, #noprint { display: none; }in the generic style.css. And of course you need to add
<link rel="stylesheet" type="text/css" media="print" href="/print.css" />
to the head in header.php.
You ought to include this, bro. I'm paying for a theme so I don't have to do this type of low level maintenance.
Thanks for sharing your solution here, much appreciated. If you’ve made changes to header.php please remember to include that in a child theme, all theme files get overwritten if you ever run a theme update. print.css should also be included in a child theme.
If you need a vanilla child theme to get started with, here is one: https://siteorigin.com/wp-content/uploads/2015/01/vantage-child-vanilla-enqueue.zip
Thanks for the feedback, I’ve marked it down on our side as a feature request.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.