• Resolved ldeschenes

    (@ldeschenes)


    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Milos Jovanovic

    (@milosjovanovicwpdt)

    Hello,

    I’m happy to report that our developers have added a fix for this in the latest update. Please update the plugin, and the issue should be resolved. Let us know if you encounter any further issues.

    Thread Starter ldeschenes

    (@ldeschenes)

    That was quick!

    But the problem is still there. You also have to fix the file wpdatatables-bootstrap.min.css on line 11 that still have the *

    @media print{*,.wpdt-c *:before,.wpdt-c

    Plugin Support Milos Jovanovic

    (@milosjovanovicwpdt)

    Hello,

    Thank you for your feedback.
    We’ve forwarded this to our developers for further inspection.
    I will update you as soon as they take a closer look.

    Thank you for your patience.

    Thread Starter ldeschenes

    (@ldeschenes)

    BTW, this is in fact the minify version of the same CSS file.

    Plugin Support Milos Jovanovic

    (@milosjovanovicwpdt)

    Hello,
    We spoke with our developers. They identified the additional line you pointed out, from the minified CSS file and they will fix it as soon as possible.

    Thanks again for reporting it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Bug with Print page’ is closed to new replies.