• 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 15 replies - 1 through 15 (of 20 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    have you tried adding more pause-before print time?

    Thread Starter nardrey

    (@nardrey)

    Yes I have… Can you try and check on your end? https://scbwc.com/calendar

    Plugin Contributor twinpictures

    (@twinpictures)

    what pause before print time are you using?
    looking at the source it shows:

    pom_pause_time = ''
    

    You can change this in the plugin settings page under Pause Before Print.
    Provide a value like 1000 to test. This will give time for the elements to load before triggering the print dialogue box.

    Also, for testing, uncheck the ‘close after print’ option.

    We’ll do some testing on our end to make sure it’s not an issue with the plugin (also possible) and get back to you.

    Thread Starter nardrey

    (@nardrey)

    Have set it now the pause before print to 1000 and have unchecked the close after print option… Thank you so much for checking about this issue…

    Plugin Contributor twinpictures

    (@twinpictures)

    interesting. As you can see, it’s opening the calendar in a new tab correctly, but the print preview shows no content. hmmm… it reminds me of something years ago… I’ll check and get back to you.

    Thread Starter nardrey

    (@nardrey)

    Thank you so much… will be waiting for your response!…

    Plugin Contributor twinpictures

    (@twinpictures)

    ok, first, test this page with your safari browser:
    https://spacedonkey.de/3689/print-o-matic-button/
    Did that work?

    Next try this version from GitHub:
    https://github.com/baden03/print-o-matic

    We’ll get this figured out. Might not be today, but it probably will be anyway.

    Plugin Contributor twinpictures

    (@twinpictures)

    Ok, our tests show good things with version 1.7.13c from Github (link above)
    Let us know how it works for you.

    Thread Starter nardrey

    (@nardrey)

    Have tried the new files on github and seem doesn’t work still.. Though the test print on Space Donkey seem to work…

    Plugin Contributor twinpictures

    (@twinpictures)

    Ok… try version 1.7.13d (github).
    the issue is that safari triggers print before page finishes loading. it’s a known issue with a few different solutions.

    don’t despair, we’ll get it.

    Thread Starter nardrey

    (@nardrey)

    Nothing still… Thank you for your help trying to fix this…

    • This reply was modified 4 years, 6 months ago by nardrey.
    Plugin Contributor twinpictures

    (@twinpictures)

    Just a quick update: we are discussing a major change that will fix this issue permanently. Stay tuned, and we’ll send you a link when we have something to share.

    Thank you for your feedback and patience. It will be rewarded!

    Plugin Contributor twinpictures

    (@twinpictures)

    OK, we have something new to try. We are doing a complete plugin rewrite using a much smarter method of printing parts of a page. You can check out the alpha of version 2.0 from GitHub at:
    https://github.com/baden03/print-o-matic/tree/2.0-redo

    Give that a try and hit us back with any feedback.

    Thread Starter nardrey

    (@nardrey)

    Hi.. I have tried and upgraded the plugin… Seem able to print now on latest safari… Problem is the plugin seem to have ignored all my custom print css, and seem to print the whole page instead…

    Plugin Contributor twinpictures

    (@twinpictures)

    there are some big changes with 2.0 but it will be easy to implement.

    first: where did you add your custom print css?

    second: you are currently targeting the article (entire page) try using the target attribute to print only the calendar like so:

    [print-me target="#calendar-table"/]
    
Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Prints Blank on Safari 13.1’ is closed to new replies.