Home>Support>Print.css for Vantage
  1. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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/

  2. 9 years, 8 months ago Jenny Smith

    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.

  3. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More