wy4tt34rp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] warning errorLewis,
I finally had a chance to use the dev build on my multisite install. However, when attempting to create a PDF I received the following error…Fatal error: Uncaught exception ‘Exception’ with message ‘TCPDF ERROR: Incorrect unit: p’ in /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/tcpdf/tcpdf.php:2912 Stack trace: #0 /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/tcpdf/tcpdf.php(2024): TCPDF->Error(‘Incorrect unit:…’) #1 /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/tcpdf/tcpdf.php(1899): TCPDF->setPageUnit(‘P’) #2 /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/wp-post-to-pdf-enhanced.php(261): TCPDF->__construct(NULL, ‘P’, ‘LETTER’, true, ‘UTF-8’, false) #3 /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/wp-post-to-pdf-enhanced.php(139): wpptopdfenh->generate_pdf_file(93) #4 [internal function]: wpptopdfenh->generate_pdf(Object(WP)) #5 /home/removed-for-privacy/public_html/wp-includes/plugin.php(507): call_user_func_array(Array, Array) #6 /home/removed-for-privacy/public_html/wp-includes/class-wp.php(616): do_action_ref_array(‘wp’, Array) #7 /home/removed-for-privacy/public_html/wp-inc in /home/removed-for-privacy/public_html/wp-content/plugins/wp-post-to-pdf-enhanced/tcpdf/tcpdf.php on line 2912
You could always have someone you trust login with your creds and release your lockout.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] warning errorI’ll give the dev version a go. Forgive me for being daft, but do you have a link i can grab it from?
KO
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] warning errorI appreciate the quick response!
Thank you for the help.KO
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] warning errorLewis,
Here are the specs you requested:PHP: 5.4.20
WP: 3.8.1
Plugin Version: 1.0.3BTW – I commented out lines 309 through 318 and the warning disappeared.
Forum: Reviews
In reply to: [Print, PDF, Email by PrintFriendly] Don't waste your timeTaylor,
I understand the sentiment, however I would be willing to pay a hefty one time fee ($100? $250? More?) for a plugin as well made as this one. Asking a client to submit to a monthly subscription is simply not an option.Forum: Plugins
In reply to: [Download Monitor] Bulk UploadI’d be interested to know this as well. Does anyone know of a solution?
Forum: Plugins
In reply to: [Print-O-Matic] Print Featured ImageLOL…the background image is not ideal, I agree. I was hoping to tap into WordPress automagic Featured Image goodness to bypass that issue. Thanks for the help and I will be sending the $5.00 your way. It’s the least I could do :).
Forum: Plugins
In reply to: [Print-O-Matic] Print Featured ImageI tried it but didn’t get there result I was hoping for. Adding the .container class as a target prints everything on the page except the featured image.
Forum: Plugins
In reply to: [Print-O-Matic] Print Featured ImageCan I PM it to you? it is a private site…
Forum: Plugins
In reply to: [Facebook Page Publish] Facebook returned an unexpected…I am receiving this error as well:
While publishing “POST_NAME_HERE” to Facebook, an error occurred:
Facebook returned an unexpected error: (#1500) The url you supplied is invalid
Try to resolve this issue, update the plugin or inform the author about the problem.
[Error occured at line 347]Can yo explain the error and will there be a fix for it?
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes outputting "Array"Same here…
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Not able to add to multiple lists@michael Dozark THANK YOU! Works perfectly.
~rat
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Link STILL doesn't open in new window@jayesh Patel
Sorry, but I do not understand the implementation. Should I replace the code starting at line 212 in page-links-to.php with:
<?php $newtarget = get_post_meta( $post->ID, '_links_to', true); if ($newtarget){$target_link = 'target="_blank"';} else {$target_link = '';} ?> < a href=" #link-here " > ><?php the_title();?>< / a >
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Link STILL doesn't open in new window@jayesh Patel
I tried your solution and it resulted in the entire website automatically redirecting to the external link onLoad.