PDFG Support
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Embedder] page scrollingHi @korenisko,
You would need to rollback the PDF Embedder plugin to v.4.0 as the 4.1 update is otherwise the same as the v.4.2 update.
Could you send an email to contact@wp-pdf.com with a link to a page or post where you are seeing the issue so we can investigate further.
Thanks!
EmmaForum: Plugins
In reply to: [PDF Embedder] page scrollingHi @korenisko,
Thank you for bringing this to our attention. I have notified the developer of this and they are looking into it. As soon as I have any feedback or solution to the issue, I will let you know.
Emma
I just wanted to let you know that the 4.2 update has been released and fixes the editor problem experienced with 4.1. If you rolled back your plugin to 4.0 or deactivated it, you can safely run the update and carry on.
Thank you for your patience while we sorted this out.
Emma
Forum: Plugins
In reply to: [PDF Embedder] Version 4.1 Breaks WordPress Page EditorHi everyone,
I just wanted to let you know that the 4.2 update has been released and fixes the editor problem experienced with 4.1. If you rolled back your plugin to 4.0 or deactivated it, you can safely run the update and carry on.
Thank you for your patience while we sorted this out.
Emma
Hi @tripsoverpoland,
Apologies for the problem—there appears to have been an error when the plugin update was deployed. The developers have identified the issue and are doing some final tests before releasing the fix which should be rolling out by the end of the day.
Emma
Forum: Plugins
In reply to: [PDF Embedder] Version 4.1 Breaks WordPress Page Editor@tomasapostol, if your WP configuration is set up to automatically install updates, that would need to be temporarily disabled so that you can use the 4.0 version without it immediately rolling forward to 4.1
The developers have identified the issue and are doing some final tests before releasing the fix which should be rolling out by the end of the day. If anyone is willing to provide an admin login to their sites and FTP to the developers to test the fix on sites showing the error, please send credentials to contact@wp-pdf.com (I’ve seen and replied to your email @jaredfernandez)
Thank you for your patience.
Emma
Forum: Plugins
In reply to: [PDF Embedder] Version 4.1 Breaks WordPress Page EditorWould any of you be willing to share a login to your site for the developer to investigate? We haven’t been able to replicate this on our own testing environments so a site where the issue is happening would be super helpful.
You can send credential confidentially to contact@wp-pdf.com.
Emma
Forum: Plugins
In reply to: [PDF Embedder] Version 4.1 Breaks WordPress Page EditorThank you for sharing your workaround @gordwait.
I unintentionally clicked the mark resolve and reply field on my previous post. You are correct in that it has not yet been resolved.
Emma
Forum: Plugins
In reply to: [PDF Embedder] Version 4.1 Breaks WordPress Page EditorHi @jaredfernandez and @xmetman,
Apologies for the problem—there appears to have been an error when the plugin update was deployed. The developers are working on the solution now.
Do you have the previous version to roll back to until this has been fixed? If you do not, please send an email to contact@wp-pdf.com and I will try to find another way to get the 4.0 version to you to use in the meantime.
Emma
Forum: Reviews
In reply to: [PDF Embedder] Plugin Great – Support Even Better!Hi @drkisane,
I’m glad that we could get everything working well for you.
Thank you for your support and all the best with your site!
Emma
Forum: Plugins
In reply to: [PDF Embedder] Is Gutenberg required?Hi @jcollier,
You do not need to use the Gutenberg editor, you can use the Classic editor and the process of embedding a PDF would be the same as it was prior to the WP 5+ updates. Within the content field:
- click on the Add Media button,
- select your PDF,
- in the Link To: menu, select None (may say embed directly),
- click the Insert to Post button
You should now see the shortcode [pdf-embedder url=”path-to-pdf.pdf”]. If after doing this process you see a link rather than the embedded PDF, you will need to do some further troubleshooting to determine what is causing the PDF scripts from being loaded. This is most often due to a conflict with another plugin or your theme. We have a troubleshooting guide here.
Apologies for the missing dependencies message—that was put in in anticipation of the blocks editor but not needed in the end. The developers will be removing this; it will have no effect on the plugin functionality in the meantime.
If you have any other questions, please do not hesitate to send us an email to contact@wp-pdf.com as we may not see the forum posts in a timely fashion.
Emma
Forum: Reviews
In reply to: [PDF Embedder] 1 Star If You Ever Want To Stop Using ItHi @gibbsyns3,
I’m sorry to hear that you have not been wholly statisfied with your experience with the PDF Embedder plugin.
There is a method provided in our FAQ which disables the automatic insertion of the shortcode. With the new blocks editor, this becomes extremely effective as you can use the PDF Embedder block to embed a document with the viewer, or use any other editing block add a PDF as a regular link.
Regarding deactivation, like 99.9% of all WordPress plugins that output content via a shortcode, deactivating / uninstalling a plugin does not rewrite your content when the plugin is no longer active. This would cause utter chaos and would be completely irresponsible on a developer’s part to determine how your content is manipulated after the plugin is deactivated. Imagine if there was content added as a link and others as a shortcode, now the plugin is deactivated temporarily for some maintanence. The plugin reverts all shortcodes to links on its way out. The plugin is reactivated but there is no indication which content was supposed to be a link and which was supposed to be displayed in a different manner. The shortcodes aren’t made to revert when the plugin is deactivated to prevent accidental issues such as this. I’m sorry that you don’t agree with this methodology, but it certainly isn’t due to any malicious intent on our part to make life difficult for anyone. One thing that may help speed up the process of reverting the shortcodes would be using a search and replace tool to replace all instances of [pdf-embedder url=”path-to-pdf.pdf”] to a traditional link.
Forum: Reviews
In reply to: [PDF Embedder] Great Product and SupportHi @2btkg,
Glad to hear that you are enjoying the plugin!
Thank you for your support and all the best with your site.
Emma
Forum: Plugins
In reply to: [PDF Embedder] “View in Full Screen” remove?Hi Nicky,
You can disable the View in Full Screen button entirely following the instructions here in our FAQ: Disabling the View in Full Screen button. We recommend that you consider not setting it to 0 so that it will still be available for mobile users (a value of around 250-360 works well for mobile users but disappears on larger browser sizes).
You can also style the button with a bit of CSS to make it consistent with your site’s styles. Here are the default values:
/* Change style of FS button */ div.pdfemb-wantmobile-fsarea { max-height: 35px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border: 4px solid #363600; background-color: #C5BDCF; -webkit-box-shadow: #B3B3B3 8px 8px 8px; -moz-box-shadow: #B3B3B3 8px 8px 8px; box-shadow: #B3B3B3 8px 8px 8px; color: black; font-family: sans-serif; letter-spacing: 2px; font-size: 16px; line-height: 110%; }If you have any other questions, please do not hesitate to send us an email to contact@wp-pdf.com as we may not see the forum posts in a timely fashion.
Emma
Forum: Plugins
In reply to: [PDF Embedder] PDF Embedder toolbar not displaying correctlyHi @ebourne,
it is likely that you have a CSS conflict happening with the Echo Knowledge Base and the PDF Embedder buttons. I would recommend that you view the page using the browser’s Developer Tools > Element Inspector to see what CSS is being applied to the toolbar buttons.
If you have any other questions, please do not hesitate to send us an email to contact@wp-pdf.com as we may not see the forum posts in a timely fashion. If you do require additional assistance, can you please include the link to a page or post where you have embedded the PDF so I can take a look for you.
Emma