Rating: 2 stars
I have been using the cleanprint plugin on my laptop for years, all of a sudden it stopped working and I can’t find any way to re download. Apparently it is now only available for websites, not personal use. There is nothing out here that even comes close to Cleanprint and I have felt good reducing the amount of paper I’ve been using. Please bring it back for use on PCs.
]]>Rating: 1 star
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
]]>Rating: 1 star
I installed this and went to try it out. On the screen where they can choose how/where to print, a large ad came up to click to get quotes from roofers. Why would I want my clients to be on my site and have something come up encouraging them to shop elsewhere?
]]>Rating: 1 star
I do not want a plugin that shows ads. I am disappointed, because the plugin works well.
]]>Rating: 1 star
I’d rather pay you a few bucks than have ads showing up on my blog.
]]>Rating: 5 stars
I just want a print-friendly button that doesn’t have ads! What’s the deal with ads suddenly becoming part of plugins? I don’t have ads on my blog, and I certainly don’t want your ads.
Deactivated and deleted immediately upon discovery.
]]>Rating: 1 star
I don’t want to show your ads on my site.
]]>Rating: 1 star
Shows ads for your competitors on your website once installed
]]>Rating: 1 star
not only that this plugin showed an ad before printing,
it showed my customers an ad that redirected them to my competators site.
Very Shameful!!
Rating: 5 stars
This is a powerful plugin with bags of functionality. I initially hit a problem with it not displaying italics, but the developers fixed it within a couple of days. By using the CSS classes to show and hide page elements, it did exactly what I needed.
]]>Rating: 1 star
Sorry, no way!
I have a fresh WordPress (3.5.1) installation on my NAS and I’m using the default installed theme. As yet no other plugins has been installed and activated.
It seems the printing job will be done by an other machine in the internet, the provider I guess. In normal cases I have no problem with that.
But:
1) A paragraph that is indented by one/two/.. level is not printed -> bad.
2) After I have clicked the button “create PDF” a new layer appears – so far so good. But it appears at the top of this layer a URL to a lawyer’s office in the USA (.com) -> SPAM.
I’m pretty sure that this URL hasn’t inserted by an other plugin, because this is the first installed plugin on a fresh WordPress installation.
Rating: 5 stars
Not only is this a great plugin and eco friendly, when I posted in the support forum I received a reply/resolution almost immediately. The author quickly and politely helped me resolve my issue, then even followed up with me to make sure I was able to solve my issue! Great customer service to go with a great plugin = 5 stars from me!
]]>Rating: 1 star
Utter rubbish
doesnt print anywhere near what i want it to….i also cant see for the ad pop up in my eyes. Author, If you need the money here on wordpress dont create a plugin…….
]]>Rating: 5 stars
Take a look at how easily it handles this amazingly graphically busy WordPress page: https://www.fridaynightlive.org/areas-of-focus/alcohol/alcohol-overview/
You just aren’t going to find anything that works better than this.
]]>Rating: 4 stars
CleanPrint is a great plugin. It’s fairly simple to install and offers a lot of custom options. If content is missing, simply add the class name “cleanprint-include” and that will likely fix the problem.
]]>Rating: 4 stars
Great plugin
]]>Rating: 3 stars
I followed the instructions by adding the code to my template file:
<?php add_shortcode('cleanprint_print_button', 'get_cleanprint_print_button');
function get_cleanprint_print_button() {
if( function_exists('cleanprint_add_print_button') ){
return cleanprint_add_print_button();
}
}
?>
and the shortcode to the page I want the buttons on:
[cleanprint_print_button]
but the page just shows the shortcode as it appears in the editor, no buttons. The buttons appear if I active ALL PAGES to have the buttons, but I only want 1 page to have the buttons.
]]>