pdfcrowd-remove not removing from output
-
I am testing this in demo mode before purchasing key
the site is firewalled so link is useless, but I am using the
pdfcrowd-remove
class on several elements in the page and they are not being removed from view. I also tried using custom css and javascript to remove them with no luck<?php
echo create_save_as_pdf_pdfcrowd_button(
array(
'custom_css' => '.pdfcrowd-remove { display: none !important; }',
'on_load_javascript' => 'document.querySelector(".pdfcrowd-remove").remove();'
)
);
?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.