• Resolved padco

    (@padco)


    Hello,

    I only get a blank page to print when using the plugin.
    I installed the plugin in the header area so that every single page is printable.
    I can′t code, so I don′t know what to do in order to fix it. Link to page is not possible, because it′s a customers page…is it possible to share it “private”?
    Thank′s a lot for helping…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    what are you trying to target?
    How exactly are you using the shortcode?
    A link to the page in question would be of immense help.

    Thread Starter padco

    (@padco)

    I want the user to be able to print what he sees on screen. So each site should be printable. Here′s the link: https://koelnton.seiten-reich.de/

    Plugin Contributor twinpictures

    (@twinpictures)

    Change the target to: .home

    This can be done globally in the plugin settings under:
    Dashboard > Settings > Print-O-Matic > Default Target

    or by setting the target attribute of the shortcode:

    [print-me target=".home"]
    

    Alle besten!

    Thread Starter padco

    (@padco)

    Did that, still doesn′t work, sorry!

    Plugin Contributor twinpictures

    (@twinpictures)

    Sure it does, as the blank page issue is resolved.
    If you want it to look like the display page, then you’ll also need to include the theme CSS, also an option under the plugin settings.
    All of this is clearly explained in the documentation.

    But honestly, if the goal is to print the ENTIRE page, not just specific sections, why not simply use something more like:
    <a href="javascript:window.print()"><img src="path-to-a-print-icon.jpg" alt="drucken" id="print-button" /></a>
    https://css-tricks.com/quick-tip-making-a-print-this-page-button/

    Issue is resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only blank page for print’ is closed to new replies.