Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’ve seen a couple of other posts about a print.css stylesheet for Vantage. Are you going to add one?
Hi 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:
It’s also standard to include
in the print.css and
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.