• Please help… Calendar is not printing on Safari 13.1. It just show a blank page. But is working on previous versions and other browsers…

    The page I need help with: [log in to see the link]

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter nardrey

    (@nardrey)

    I have content inline CSS and on the Plugin’s Custom Print Page Style option… But seem the Custom Print Page Style and Custom Style options cannot be found on this latest update…

    Plugin Contributor twinpictures

    (@twinpictures)

    ok, we have added this back for now, so you can move to your child-theme’s style.css or the quick_css section of your theme.

    Here’s what you do.
    First, update (again) to alpha-05242 from GitHub:
    https://github.com/baden03/print-o-matic/tree/2.0-redo

    You should be able to see the CSS you added again. However: You will need to move this to the normal place where your theme allows custom css to be added. You will also (need to wrap it in a @media print tag like so:

    @media print {
      /*your custom css goes here*/
    }
    

    ping us back with a joy/nojoy message.

    Thread Starter nardrey

    (@nardrey)

    Ok… There seem to be a lot of new changes I need to do again… Will let you know of my feedback as soon as possible… Can I ask of where can I possibly find the options of the I have saved before in the previous version of the plugin? Its all been erased by the latest update…

    Plugin Contributor twinpictures

    (@twinpictures)

    if they are not showing up, try reverting back to the official release of the plugin, they should still be there.

    Plugin Contributor twinpictures

    (@twinpictures)

    on second look, it seems your custom css might have been removed. We have added these sections back to version 2.0 and will come up with a migration plan so that this doesn’t happen again. We apologize for any extra work the update might have caused you.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Prints Blank on Safari 13.1’ is closed to new replies.