Ben Lawson
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] Internal Server ErrorMake sure you don’t have any security plugins preventing the PDF from being loaded.
You probably have a .htaccess rule preventing access to the PDF.
See https://support.hostgator.com/articles/how-to-edit-your-htaccess-file
And make sure you don’t have special access rules for wp-uploadsForum: Plugins
In reply to: [PDF.js Viewer] Internal Server ErrorI just tested that file on my website and it works fine!
Where do you see the error? Where the pdf should be?
Try this shortcode instead:
[pdfjs-viewer url=”https://treymag.com/wp-content/uploads/2016/08/mag.pdf” viewer_width=100% viewer_height=1360px fullscreen=true download=true print=true]Forum: Plugins
In reply to: [PDF.js Viewer] Permission ErrorsPlugin is now compatible with latest WP version.
I can’t support what other plugins may do to cripple this plugin, sorry.
Forum: Plugins
In reply to: [PDF.js Viewer] Safari does not show PDFI have updated the version of PDF.js that the plugin uses, try it now.
This plugin definitely supports Safari out of the box (it even works on mobile Safari)!
Forum: Plugins
In reply to: [PDF.js Viewer] viewer on link clickYou can accomplish this with FancyBox and a link to the “fullscreen” link that this plugin generates.
Forum: Plugins
In reply to: [PDF.js Viewer] Page can't be foundThe update I just pushed should fix this.
It’s possible your PDF was from an external website or had unusual characters in it, both of which can be prevented if you use the media button in this update.
Forum: Plugins
In reply to: [PDF.js Viewer] Block text selection PDFThis option is not supported in this PDF reader. I believe it only applies to PDFs read in the official Adobe PDF reader.
A workaround would be to save the PDF content as pictures within the PDF, in which case there wouldn’t be any text to select.
Forum: Plugins
In reply to: [PDF.js Viewer] Receiving PDFjs ErrorNope!
Forum: Plugins
In reply to: [PDF.js Viewer] Broken with 3.8I think the problem was some spaces at the beginning of pdfjs-viewer.php . I have removed them. Try reinstalling (I didn’t make this an official update)!
Forum: Reviews
In reply to: [PDF.js Viewer] Not perfect, but probably the best to embed PDFs in wordpressI agree, unfortunately this is impossible because of javascript security in iframes (as the viewer is presented).)
Forum: Plugins
In reply to: [PDF.js Viewer] all edit links leading to admin/post.phpTry reinstalling the plugin. I have removed some problematic spaces.
Forum: Plugins
In reply to: [PDF.js Viewer] Receiving PDFjs ErrorI have updated that file, just reinstall the plugin to apply it.
Forum: Plugins
In reply to: [PDF.js Viewer] Receiving PDFjs ErrorThis PHP error is caused when content is output before a session starts (session_start()).
Try deleting all of the spaces at the beginning of pdfjs-viewer.php .
That causes trouble for some people and it mysteriously keeps reappearing.
Forum: Plugins
In reply to: [PDF.js Viewer] pdf.js within fancybox / lightboxTell us how this went! ??
Forum: Plugins
In reply to: [PDF.js Viewer] Not working exlporerThis a known issue with PDF.js . IE doesn’t support advanced javascript functionality.