• Hello,
    I use this plugin and i realized that in IE 11 this plugin not work as well as i really wanted more specific the print page is cut-off.

    Settings : Close After Print -> uncheck.Because if i check the pop-up print page not appear.
    Also i use : “<?php echo do_shortcode (‘[print-me target=”#wrapper”]’)?>”

    Firefox and Chrome works.

    url https://hoandwee.com/cn/practice-areas/

    Thanks in advance.

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

    (@twinpictures)

    We did quite a bit of testing and research on this, and it seems that good old IE is again a total pain in this regard.
    Try adding the following to your print page css under Dashboard > Settings > Print-O-Matic > Print Page CSS:

    * { overflow: auto !important; }
    

    Let us know if that helps. If not, you’ll have to experiment with your print target CSS. Sorry, it’s a typical IE standards (or lack thereof) issue.

    Thread Starter Mikem Nurai

    (@mikemikelle)

    Thanks for the reply. In which point do you want to include this part of code? Maybe in ths .css of plugin, right? As i know the oveflow: didn’t work as well as really want on IE. I am using IE11.

    Plugin Contributor twinpictures

    (@twinpictures)

    Dashboard > Settings > Print-O-Matic > Print Page CSS
    You will need to research what special CSS IE needs for the print only page.
    First try adding the CSS we posted above, this will force all elements on the Print Page to not be clipped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The print page is cut off in IE’ is closed to new replies.