• Resolved Chris Chalmers

    (@chris-chalmers)


    I have installed the button on my page using

    echo create_save_as_pdf_pdfcrowd_button(array(
                                'page_size' => 'letter',
                                'button_text' => 'Download Pdf',
                            ));

    and it works well, except there is a label that says “Saving…” at the top of every generated PDF page!

    How can I get rid of this label?

    Thanks for a great plugin!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    Hi Chris,

    Thank you for trying out our plugin!

    I did not find the button on the referred page. To resolve the problem, we need to replicate it – could you please post a link to a page containing the button? Or you can send the link to [email protected].

    Thank you!

    Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    Hi,

    Tip for users – the issue was resolved by suppressing HTML content with “Saving…” label:
    Plugin settings tab General Options – Custom JavaScript set to:
    libPdfcrowd.removeZIndexHigherThan({zlimit: 1000});

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Saving…” label appearing at top of pdf’ is closed to new replies.