ajg-cal
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Quick Project UpdateHi Lewis
Thanks for all your work. Don’t worry about this! Hope it all goes well.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] question: table borders in pdfHi Lewis
I’ll take a look tonight on a fresh wordpress installation and the latest revision from the trunk (?)
Sorry I disappeared – I’ve just moved home.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] question: table borders in pdfHi lewis
no rush
take your time
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] question: table borders in pdfI can get a table border to work with this CSS
table, td, th {
border-style: solid;
border-width: 2px;
border: black;
}but no luck with the cells and headers as yet
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] question: table borders in pdfstill to try:
make a small box div with same borders and see if that works or if it’s particular to tables
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] question: table borders in pdfHi Lewis
Here’s the code taken from your link and with the html inserted used on this page and the CSS placed in the Custom CSS area of the plugin’s admin interface; I think that’s all correct? but you can see it in case there’s an error
thing I’ve tried
- remove the thead tag (link)
- disable process shortcode and plugin styles
- changing themes
- disable table styling that comes with themes
- deleting all other plugins
- turning off wpppdf other settings in case of conflict (header, footer etc)
In terms of table border, the result seems to be the same throughout. You can see that some of the styles are applied successfully (e.g. text-align: center;).
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] post containinghah I think the < less than character truncated the rest of my topic title too…
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] post containingin case it’s relevant
ubuntu 12.04.4
nginx -v nginx version: nginx/1.1.19
php -v PHP 5.3.10-1ubuntu3.9 with Suhosin-Patch (cli) (built: Dec 12 2013 04:24:43) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] missing images on private siteHi Lewis yep that’s fine thanks!
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fixI specify the image alignment via the “add media” page (which adds classes to the img element (see here for the page code)? (i.e. not using <p style=”text-align: center;”>?)
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fixah ok I understand now thanks! (I missed your reply about image scaling before)
cool ok I’ve turned the image scaling back down to 1.25.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fixthis is the nginx error site specific log generated from one click of the download pdf icon in case it helps
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fiximaging scaling seems to be reversed I think?
i.e. a larger number number results in smaller images
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fixshortcodes working (page break, download icon)
text alignment working
tables working
featured images workingForum: Plugins
In reply to: [WP Post to PDF Enhanced] Image positioning fixHi Lewis
I’ve just stuck with one big test page for now.
linux
nginx
mysql-server (5.5)
php5, php5-gd (should I install any others for the plugin?)I still have problems with image alignment at the moment. When I look at the pdf from your test page it too seems to have the same image alignment problems I think? (I tried foxit pdf reader on windows and document viewer on ubuntu). Perhaps something’s changed since you last looked it?
Here’s a screenshot in case we’re seeing different things
It doesn’t seem to be theme dependent (tried changing to twentyfourteen theme, reset cache and redownload pdf)
cheers
PS: should I use the github for this type of thing instead?