Bug with Print page
-
Hi,
I have been using wpDataTables for many years and I love it.
I want to report a bug with a CSS.
In the file wpdatatables/assets/css/bootstrap/wpdatatables-bootstrap.ccs at lines 233 to 231 you have :
@media print {
*,
.wpdt-c *:before,
.wpdt-c *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
The * refer to the whole site. The result is that every pages of the site are printed in “black”.
I did update the CSS and this resolved the problem (printing in screen color).
Please advise your developers to remove the * in future versions.
The topic ‘Bug with Print page’ is closed to new replies.