fkrauthan
@fkrauthan on WordPress.org
- Member Since: June 29th, 2009
- Website: fkrauthan.de
Contribution History
fkrauthan’s badges:- Plugin Developer
-
Posted a reply to PDF Button custom text not working, on the site WordPress.org Forums:
No worries. Feel free to checkout my plugin at some point. It is not as…4 weeks ago
-
Posted a reply to PDF Button custom text not working, on the site WordPress.org Forums:
@alainmelsens maybe that is the issue? You are posting on the WP-MPDF plugin support board.…4 weeks ago
-
Posted a reply to PDF Button custom text not working, on the site WordPress.org Forums:
yes adding this method call to your theme (as mentioned in the installation guide) is…4 weeks ago
-
Posted a reply to PDF Button custom text not working, on the site WordPress.org Forums:
Please follow the instructions on the installationpage. That code needs to be placed in your…1 month ago
-
Posted a reply to PDF Button custom text not working, on the site WordPress.org Forums:
Did you follow the instructions and just added <?php if(function_exists(‘mpdf_pdfbutton’)) mpdf_pdfbutton(); ?> to your template?1 month ago
-
Posted a reply to Apply Bootstrap, on the site WordPress.org Forums:
Not sure what exactly you are trying todo. But in general as long as you…2 months ago
-
Posted a reply to Deprecated: Array and string offset access syntax with curly braces is deprecate, on the site WordPress.org Forums:
Yes I do not really use this plugin anymore. But I am always welcoming contributions…2 months ago
-
Posted a reply to Is wp-mpdf 3.5 compatible with WP 5.5.1?, on the site WordPress.org Forums:
The first error sounds like something with your instance as the plugin does not control…3 months ago
-
Posted a reply to Is wp-mpdf 3.5 compatible with WP 5.5.1?, on the site WordPress.org Forums:
To my knowledge it is. But I do not use this plugin anymore myself therefor…3 months ago
-
Posted a reply to Remove footer borders + Choose theme from admin, on the site WordPress.org Forums:
Unfortunately that can't be controlled.3 months ago
-
Posted a reply to Remove footer borders + Choose theme from admin, on the site WordPress.org Forums:
What exactly do you mean? Does it just open the PDF in the new tab?…3 months ago
-
Posted a reply to Remove footer borders + Choose theme from admin, on the site WordPress.org Forums:
And in case you find an option that can be changed from outside feel free…3 months ago
-
Posted a reply to Remove footer borders + Choose theme from admin, on the site WordPress.org Forums:
Yes it is correct that mpdf is the library. But its a third party library…3 months ago
-
Posted a reply to Remove footer borders + Choose theme from admin, on the site WordPress.org Forums:
Hello, Unfortunately it is not possible to remove the header or footer styling it comes…3 months ago
-
Posted a reply to Getting post Thumbnail in The PDF, on the site WordPress.org Forums:
Since I am not sure what exactly you did but I assume the method you…3 months ago
-
Posted a reply to Getting post Thumbnail in The PDF, on the site WordPress.org Forums:
As I responded on the github issue you need to be a bit more specific.…3 months ago
-
Committed [2374228] to Plugins Trac:
Tagging version 3.55 months ago
-
Committed [2374227] to Plugins Trac:
Preparing for 3.5 release5 months ago
-
Posted a reply to Shortcode into pdf, on the site WordPress.org Forums:
Answered5 months ago
-
Posted a reply to Shortcode, on the site WordPress.org Forums:
Sorry usually I get notifications even if a topic is marked as resolved. That is…5 months ago
-
Posted a reply to Shortcode, on the site WordPress.org Forums:
What you can try todo is copy the default.php and default.css template shipped with the…6 months ago
-
Posted a reply to Error Message: Failed to load PDF document., on the site WordPress.org Forums:
You need to check your PHP Error logs for any hints.6 months ago
-
Posted a reply to Network / Muiltisite support?, on the site WordPress.org Forums:
Hi, The plugin does not support multi site installs at the moment. But feel free…8 months ago
-
Posted a reply to Font and page size, on the site WordPress.org Forums:
Unfortunately changing the font is not officially supported. You can try dropping the TTF file…9 months ago
-
Posted a reply to Failed to load PDF document, on the site WordPress.org Forums:
Interesting. This is part of the underlying pdf generation library. Thanks for posting this.9 months ago
-
Posted a reply to Hide Content field but show PDF Button, on the site WordPress.org Forums:
Ah I see. You can check the logic of the button here: https://github.com/fkrauthan/wp-mpdf/blob/master/wp-mpdf.php#L313 In theory…10 months ago
-
Posted a reply to Custom CSS external files, on the site WordPress.org Forums:
You need to copy one of the templates. E.g. copy default.php to mytheme.pdf and the…10 months ago
-
Posted a reply to Hide Content field but show PDF Button, on the site WordPress.org Forums:
Sorry but I can't help with regular WordPress development.10 months ago
-
Posted a reply to Admin row_action, on the site WordPress.org Forums:
This plugin is build to allow PDF export of articles as a end user. Not…10 months ago
-
Posted a reply to Images broken and duplicated, on the site WordPress.org Forums:
You could try turning on the DEBUG mode that should show you the RAW html…12 months ago
-
Posted a reply to How to output a footnotes list by PHP?, on the site WordPress.org Forums:
Looks like if you try to add <?php global $easyFootnotes; echo $easyFootnotes->easy_footnote_after_content(get_the_content()); ?> to one…12 months ago
-
Posted a reply to How to make PDF use Google’s online fonts?, on the site WordPress.org Forums:
Unfortunately the current PDF library version that is used does not support any fonts other…12 months ago
-
Posted a reply to Footnotes created with “Easy Footnotes” are left out in PDF, on the site WordPress.org Forums:
You probably have to modify the PDF template to add support for that plugin. Unfortunately…12 months ago
-
Posted a reply to Fatal error: Allowed memory size…, on the site WordPress.org Forums:
Glad you found the solution. Yes the PDF creation process needed more memory then it…12 months ago
-
Posted a reply to Plugin works only after emptying tmp folder (continued again), on the site WordPress.org Forums:
I don't really see any reason why the plugin should work for a bit and…1 year ago
-
Posted a reply to How to disable for a certain post?, on the site WordPress.org Forums:
@drjohndimi Unfortunately I can not provide any support on other plugins and/or themes.1 year ago
-
Posted a reply to Call different templates, on the site WordPress.org Forums:
No this is not possible at the moment unfortunately.1 year ago
-
Posted a reply to Multisite, on the site WordPress.org Forums:
Hi Antoine, I never tried this plugin with multisite. You could just manual apply the…2 years ago
-
Posted a reply to Non-Latin, non-Cyrillic characters are not shown, on the site WordPress.org Forums:
Sorry for the late reply (I seem to have totally missed this). WP-MPDF uses different…2 years ago
-
Posted a reply to How to disable for a certain post?, on the site WordPress.org Forums:
Hey, No this is not supported by the plugin. You could add an additional condition…2 years ago
-
Posted a reply to How to create white space into PDF?, on the site WordPress.org Forums:
In theory this should work but you might get some tips here (https://github.com/mpdf/mpdf) which is…2 years ago
-
Posted a reply to Plugin works only after emptying tmp folder (continued), on the site WordPress.org Forums:
I can only recommend turning on PHP error logging and take a look what error…2 years ago
-
Posted a reply to Plugin works only after emptying tmp folder (continued), on the site WordPress.org Forums:
You don't necessarily need to set the permission to 777. The main thing is that…2 years ago
-
Posted a reply to Plugin works only after emptying tmp folder, on the site WordPress.org Forums:
Is it possible that your hosting was running out of disk space?2 years ago
-
Posted a reply to How to localise the date formats on the PDF?, on the site WordPress.org Forums:
You can't at the moment. You probably could look up the actual file creation on…2 years ago
-
Posted a reply to How to make PDF open in another window/tab?, on the site WordPress.org Forums:
Please read the documentation as it is explained there.2 years ago
-
Posted a reply to How to localise the date formats on the PDF?, on the site WordPress.org Forums:
For both of this you need to create a copy of the wp-mpdf template. You…2 years ago
-
Committed [2066233] to Plugins Trac:
Tagging version 3.42 years ago
-
Committed [2066232] to Plugins Trac:
Preparing for 3.4 release2 years ago
-
Posted a reply to Request: Clear debug steps for ‘blank’ PDFs, on the site WordPress.org Forums:
In addition to that I welcome any pull requests on the plugins github page (https://github.com/fkrauthan/wp-mpdf)…2 years ago
Developer
-
wp-mpdf
Active Installs: 1,000+