Printing Issue | WordPress.org

[ad_1]

Plugin Author
XjSv

(@xjsv)

@dimand7 This seems to be a bug. I am going to put in a fix for it in the next version.

Plugin Author
XjSv

(@xjsv)

@dimand7 Actually upon further investigation it seems like the theme is causing this bug.

Specifically there is some CSS code in the Lahanna theme that causes any overflow on the page to be hidden.

Code from Lahanna theme:

body {
color: #444; background: #fff; overflow-x: hidden;
}

It might be possible to unset the overflow for the print page via some sort of hook or custom code with the following CSS code:

body { overflow: unset; }

That fixed it!
Thank you very much!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer