Hello, I found two problems on my page.
The strange of them is the missing pictures. They are available, but the print page don’t show them. The link is correct at the link list. However, they are not available on the preview.
The last problem is the social links. I use Shariff Wrapper to add at the end of every article several links to share the article. It would be nice, if it is possible to disable those links for the print preview.
Please for response.
]]>I using the shortcode and follow the instructions and still getting 404
]]>Hello,
I am using your plugin on a website, targetting a wrapper instead of the whole post.
When I first click on the printer, it does not target the wrapper but the whole article. And the on second try it does targets the wrapper.
How can I fix this ?
Thanks
]]>We’re testing this plugin on a site the uses Beaver Builder
We have deployed the software successfully in that when we view a post, and include the ‘print_link’ shortcode, we get the printed only page.
When we view an existing Beaver Builder page with the shortcode added, it is empty aside from the page meta data (Title, Author, date, etc)
If we create a page with the standard editor, it works – aside from leaving a huge gap for images even with ‘Print Images’ set to yes, but if we go back to our page builder pages, nothing shows up.
]]>In the print version of pages all shortcodes are displayed.
Example: [/vc_column_inner][vc_column_inner width=”1/4″][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=”stretch_row_content” css=”.vc_custom_1591294169165{padding-top: 60px !important;padding-bottom: 60px !important;}”][vc_column css=”.vc_custom_1589813283431{padding-top: 20px !important;}”]
How can I hide them from print?
]]>Hello,
On our blog we have a print page link via the WP-Print plugin which is now triggering this error message:
ArgumentCountError thrown
Too few arguments to function wpDiscuzForm::renderCommentMetaHtml(), 1 passed in C:…\wp-includes\class-wp-hook.php on line 287 and exactly 2 expected
There are no errors logged in on the sever. WP-Print works fine when there is not a wpDiscuz comment. It only happens when there is a comment posted.
See it in action here:
https://www.ies.org/fires/spectral-similarity-as-a-measure-of-naturalness/print/
I reached out to the WPDiscuz developers and this was their reply:
“This issue doesn’t have any relation to wpDiscuz plugin. Simply the WP-Print plugin also uses the comment_text hook and doesn’t pass all argument. Please contact the plugin support and ask them to check and fix the issue.”
How would this be corrected?
Thank you.
]]>Hi thanks for your plugin,
is it possible to use your plugin only in administration?
is it possible to allow the site administrator to print in PDF only some elements in administration, such as the additional notes of the woocomemrce orders?
Thank you
]]>Fix for error:
PHP Fatal error: Uncaught Error: Cannot use object of type WP_Site as array in wp-content\plugins\wp-print\wp-print.php:429 (or near such line)
wp-content/plugins/wp-print/wp-print.php
//$blog_id = isset( $ms_site['blog_id'] ) ? $ms_site['blog_id'] : $ms_site->blog_id;
$blog_id = isset( $ms_site->blog_id ) ? $ms_site->blog_id : $ms_site->blog_id;
]]>
I have been using WP-Print for many years now, and My visitors have found it very helpful. I am facing a small issue, however. I am running AdSense ads on my blog, and I can’t remove the ads from the printer-friendly version. Is there anything I can do to resolve this?
]]>Is there a way to keep the comments link from appearing in the header? We’ve turned off “print comments,” but in the header, adjacent to the author’s name and posting data, it reads: No Comments. Any way to hide this?
]]>Is there a simple way to print only a certain section of a post using this plug-in? In our resource directory, we have categories that are posts. Within each post there might be different resources. Is there a way to choose only certain parts of a post to print?
]]>I am using wp-print on a custom post type. I have edited the print-posts.php file to include my ACF fields for output.
However, the wp-print plugin does not seem to be able to cull through the ACF fields to get a list of the links in the text fields there.
As such, the bottom of the Print page does not contain the list of links in the text. (Yes, Print Links option is set to yes.)
Is there any way to edit wp-print so that it looks in the ACF fields for links in that text?
Thanks in advance for any help.
]]>When choosing not to print images, image captions are still included as part of the printable text. Am I missing something, or is this something that could potentially be fixed in a future version?
Thanks!
]]>Hi there,
I have created a table in a page which shows dynamic values of a gravity form after filling the fields. when I click on print button, it shows shortcodes of gravity form instead of entered values! would you please solve this?
Hi, I would like to show the current year in the disclaimer, without having to update it myself every year. I checked on github (here) and I think there is way but I couldn’t make it work:
case 'disclaimer':
default_template = '<?php echo js_escape(sprintf(__('Copyright © %s %s. All rights reserved.', 'wp-print'), date('Y'), get_option('blogname'))); ?>';
break;
I tried to add ‘date(‘Y’)’ on the Disclaimer/Copyright Text filed on config page of the plugin but it doesn’t work. Any idea how I could make it work? Thanks a lot for your help! ??
]]>Hi –
We like the WP Print plugin. Very easy to use. The print page displays the page post info, person name, date, etc at the top of the page just beneath the page title.
This is the page post text:
“Posted By jillkt On December 15, 2016 @ 10:24 am In P-5d. UW Personnel,P-6. Budget | Comments Disabled”
Is there a way to remove the page postinfo and instead print the page last update info?
Thanks,
UW
Please is there an option to allow the function to only apply in single post_types.
As I do not wish for it to show in pages
]]>i am using in display posts shortcode plugin
https://en.support.wordpress.com/display-posts-shortcode/
so no of posts displayed in same page i called print function at each post end but all icons displaying side by side after entry-content class
will u give the fix for this
]]>Hello there,
As I created the website with WPBakeryBuilder, there are a lot of Visual Composer shortcodes in the printed version. Is there any possibility to remove them to get clean text-versions of teh site?
Beste wishes, Dagfari
]]>hi, how can I prevent the Youtube videos are not printed?
]]>I installed plugin which I think works fine except that even though I altered the size of the img and it looks great when I press the printer icon, when I ‘click to print’ the img is large and distorted. It also actually prints that way too. If anyone can tell me where to make an alteration, I’d appreciate it. Not a developer, but a designer that can alter some code. Thanks.
]]>Hi,
I have added your print option to the category pages within my woocommerce site using the storefront theme.
I have added the print code to the page that works with the category pages, and when I click it it only shows the one clock, the first one, and ignores all the other clocks on the page.
Ive added if(function_exists(‘wp_print’)) { print_link(); }
to archive-product.php in /plugins/woocommerce/templates
How to resolve
Cannot redeclare print_textdomain() (previously declared in …/plugins/wp-print/wp-print.php:35) in …/plugins/wp-print/wp-print.php on line 36
The plugin pages says it hasn’t been updated in 2 years and the last version tested is 4.7.11. I just wanted to make sure the plugin is still active and is compatibility with latest WordPress release. Also, will having PHP 7 or the latest version of MariaDB cause issues with this plugin?
]]>Is there a way to modify your plugin’s code so that it strips teasers from the content (the text before a “Read More”)?
I currently use unique teaser that do not appear on the post’s single page as I have set the strip_teasers = true. I am in need of the same functionality for the print button.
Thanks!
]]>When I click the print this page, the link redirects me to a page and does not print
]]>When I print a post from my WordPress site, it removes the url from its place in the page and pushes it down to the end of the document. This creates gaps and inaccurate text.
Eg: URLs in this post:
[1] Southern Alberta Pioneers Foundation Memorial Building (3625 4th Street SW, Calgary, AB)
Thanks for your help
]]>May need extra work by the user to edit the template used by the plugin. The post I need the print option for exclusively uses fields from ACF, which requires a custom template to show on the front end. None of the data from these fields shows when printed. Additionally, there is no option I can see to remove post metadata such as post author, presence of comments, date etc.
]]>Hi, is it possible to change the language used by the plugin? It’s by default in English and I can’t find a way to translate these words: ‘Posed by’ ‘No comments’, etc… Thanks for your help!
]]>I see that there is a condition, and there is a variable “$ text_direction” that should hold the direction setting of the text, in my opinion it does not get any value.
]]>