• I use print-o-matic as follows:

    in the plugin i use:

    HTML_Top Attribute
    Druckseite HTML (oben):

    <h1 class="print_me_title"MyWebsite</h1><p class="print_me_subtitle">my website ...</p><div id="wp-custom-header" class="wp-custom-header"><img src="https://mywebsite/wp-content/uploads/2022/04/myimage_1686-sw-A5-v9-2b.jpg" width="210mm" height="40mm" alt="" /></div>

    HTML_Bottom Attribute
    Druckseite HTML (unten):

    <p></p>
    <hr class="sbprint" size="5" width="200" align="center" noshade="noshade" color="#848484">
    <p class="print_me_end">
    <a  rel="bookmark follow noopener noreferrer" target="_self" class="print_me_end_a">mywebsite.de</a>
    </p>

    and external stylesheed with …@?media print { … }

    With mozilla browser all is perfect.

    with chrome-browser not:

    when clicking the print-icon in chrome,
    my stylesheed will not load.

    when closing the browser print dialog
    and repeat the click print icon,
    then my stylesheed is loaded,

    selecting an other post and print
    then my stylesheed is loaded – but not the image from HTML_Top Attribute from print-o-matic plugin …

    Setting a pause before print does not help

    • This topic was modified 1 year, 5 months ago by volker0101.
    • This topic was modified 1 year, 5 months ago by volker0101.
  • The topic ‘problems when print with chrome’ is closed to new replies.