• I can’t get this to show up on the home page, or on the only page I actually want to print. I’m not sure what the issues here is. I can see the JS in developer tools

    <script id="cpf_wp_cp" type="text/javascript">
       function WpCpCleanPrintPrintHtml(postId) {
       	CleanPrintPrintHtml(null,postId);
       }
       function WpCpCleanPrintSendEmail(postId) {
       	CleanPrintSendEmail(null,postId);
       }
       function WpCpCleanPrintGeneratePdf(postId) {
       	CleanPrintGeneratePdf(null,postId);
       }
    </script>
    <script id="cpf_loader" type="text/javascript" src="https://cache-02.cleanprint.net/cpf/cleanprint?polite=no&key=wpdefault&logo=http%3A%2F%2Fpixelem.com%2Fampm%2Fwp-content%2Fplugins%2Fcleanprint-lt%2FCleanPrintSave.png"></script>

    but that’s the only thing that shows up when I search “cleanprint” in the code

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author johncadams

    (@johncadams)

    Please move this discussion to the Support threads.

    Thread Starter kyledoesit

    (@kyledoesit)

    I uninstalled it and made a new page template that the information can be taken from using ctrl + p
    I didn’t feel like wasting any more time on a plugin that wasn’t showing the button, and when the button was manually added to the page template only wanted to print the footer text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘doesn't show up’ is closed to new replies.