Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248586
    Mark M
    Participant

    Hi,

    I have done a number of sites with X and they all have the same problem which is if I anyone tries to print a screen the get very jumbled results.

    I have attached a couple of PDF’s to show the results from printing the following web pages;

    Advertising Photography Portfolio

    http://www.fibrenaturelle.com/fabric-collections/bali/

    I have tried using different browsers and that doesn’t make any difference. All sites are using the latest versions of X, wordpress & cornerstone.

    Kind regards,

    Mark

    #1248675
    Joao
    Moderator

    Hi There,

    I just tested printing your pages with Chrome Addon Full Screen page Capture and it works well, you need to turn off your cooke message bar but it worked fine, still maybe one or two things that deserve a photoshop touch but overall good.

    Please try that and let us know how it goes,

    Thanks

    Joao

    #1249786
    Mark M
    Participant

    Hi,

    I am not talking about full screen capture but just pressing print in any browser. For some reason when I do that i get a nasty looking result. Is there anything that can be done about that or is this just what happens with the X theme?

    Regards,

    Mark

    Vision Site browser print

    #1249873
    Christian
    Moderator

    Sorry for the confusion. The right term would be print the page though and not the screen as there is a print screen key which grabs a screenshot. The page looks jumbled because Bootstrap which X CSS was based adds the URL of the links when printing a page. To disable that, please add the code below in your Appearance > Customize > Custom > Global CSS

    @media print {
      a[href]:after {
        content: none !important;
      }
    }

    Please take note though that X does not include a dedicated print stylesheet so its not optimized for printing. The printed page would not look exactly like on screen.

    Thanks.

    #1249914
    Mark M
    Participant

    Thanks that has improved things considerably. 🙂

    #1249979
    Christian
    Moderator

    You’re welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1248586 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>