PDFG Support
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Embedder] multiple tab rezize on same pageHi @leguennecj,
I could not see the page you linked to as it throws a 404 Not Found error. If you still require assistance, could you perhaps send us an email to contact@wp-pdf.com as we may not see the forum posts in a timely fashion.
Forum: Plugins
In reply to: [PDF Embedder] PDF embedder plugin breaks WordPress Customer on Sixteen themeClosing
Forum: Plugins
In reply to: [PDF Embedder] how to move left and right on mobile on zoomingHi @marshal5v,
The free version of the plugin is not mobile responsive and doesn’t have support for additional touch actions such as scrolling behaviours. For scrolling, with or without visible scrollbars, you would need to upgrade to the Premium version of the plugin: https://wp-pdf.com/premium/#features-you-want
Forum: Plugins
In reply to: [PDF Embedder] multiple tab rezize on same pageHi @leguennecj,
With a little modification to your code, the subsequent tabs will open correctly. The modified code is as follows (where div.tab-title is the correct id/class for your particular tabs):
<script> jQuery('div.tab-title').on('click',function() { setTimeout( function() { window.dispatchEvent(new Event('resize')); }, 100 ); }); </script>More information on this can be found here in our FAQs: https://wp-pdf.com/kb/the-viewer-doesnt-display-at-all-or-at-wrong-size-when-inside-a-javascript-based-tab-or-ajax-page-transitions/
- This reply was modified 4 years, 2 months ago by PDFG Support. Reason: missed a bit of code explanation
Forum: Plugins
In reply to: [PDF Embedder] Elementor Dynamic ContentHi @imincognito,
Advanced Custom Fields has an example of how to load the embedded PDF into ACF in their forums that should be helpful to you: https://support.advancedcustomfields.com/forums/topic/how-to-embed-pdf-on-page/
If you have any other questions, please feel free to send an email to contact@wp-pdf.com as we may not see messages posted here to respond in a timely fashion.
Forum: Plugins
In reply to: [Intranet & Private Site - All-In-One Intranet] WooCOmmerce MultivendorHi @vishanjad,
The All-in-One Intranet allows you to hide the site from public viewing. The site content will only be viewable by users that login to the site. Please see: https://wp-glogin.com/docs/all-in-one-intranet/
Forum: Plugins
In reply to: [PDF Embedder] Twenty Twenty Theme Margins IssueHi @andrewsheard,
Ah, sorry, I misunderstood the issue.
I will follow up with the devs so they can add a fix for this as well as the original margin conflict that is already been scheduled for release in an upcoming release. Obviously it would be better to be able to use the commonly used default template.
Forum: Plugins
In reply to: [PDF Embedder] Twenty Twenty Theme Margins IssueHi @andrewsheard,
The TwentyTwenty theme has a maximum content width of 580px. In the PDF Embedder main settings tab, set the maximum width for the PDF Embedder viewer to 580.
Next, apply the following CSS to the site (you may want to adjust the 0 to increase the top and bottom margins accordingly):
/* FIX 2020 VIEWER BUG */ .pdfemb-viewer { max-width: 100% !important; margin: 0 auto !important; }Forum: Plugins
In reply to: [PDF Embedder] PDF embedder plugin breaks WordPress Customer on Sixteen themeHi @jmaartenw
Are there any errors showing up in the browser console window or in your WP_DEBUG log? The plugin is working on our test environments with WP 5.9 and the TwentySixteen theme as per screenshot.
I see that you are using a child theme—if you disable that and just use the TwentySixteen parent theme, do you still encounter the same issue?
If you have any other questions, please feel free to send an email to contact@wp-pdf.com as we may not see messages posted here to respond in a timely fashion.
Forum: Plugins
In reply to: [PDF Embedder] Pdf is showing as linkHi Marcus,
To be honest, we don’t really feel that ‘smooth page transitions’ (AJAX transitions) make sense in a WordPress environment where different plugins will assume a particular initialization order, so our preference would be to disable these transitions.
However, if you want to keep the AJAX behaviour, you would need to initiate the viewer code upon completion of that transition. This will require a bit of coding on your part. We have a tutorial here: https://wp-pdf.com/kb/the-viewer-doesnt-display-at-all-or-at-wrong-size-when-inside-a-javascript-based-tab-or-ajax-page-transitions/
Forum: Reviews
In reply to: [Intranet & Private Site - All-In-One Intranet] Buen trabajo¡Gracias por la reseña! Me alegra saber que estás disfrutando del plugin.
Forum: Plugins
In reply to: [PDF Embedder] Pdf is showing as linkHi @mala88,
I checked the link you provided—thank you for that—with several devices and browsers:
- Win 10/Chrome,
- Win 10/Firefox,
- Win 10/Edge,
- iPhone 13/Safari and Chrome
- Samsung S21/Chrome and native browser
In all cases, the PDF was displayed in the viewer on the initial page load. If you are still experiencing the issue, can you monitor for errors in the browser’s console tab (F12 on PC) and also visit the following link https://www.whatsmybrowser.org/, then send that information to our support email at contact@wp-pdf.com for further investigation.
Forum: Plugins
In reply to: [Login for Google Apps] redirect to a custom login pageHi @ramboelmeio,
Following up via email but for future reference for others, please see https://wp-glogin.com/docs/google-apps-login/troubleshooting/theme-my-login/
Forum: Plugins
In reply to: [PDF Embedder] PDF Opens in Browsers but not in Adobe ReaderWill continue to respond via our email support.
Forum: Reviews
In reply to: [PDF Embedder] WARNING NOT WORKING WITH SAFARI 15Our developers have investigated this issue and it appears to be an edge case with the particular PDF and only on M1 macs. We have been unable to reproduce the behaviour with any other documents and looks to be a bug within the version of Safari shipped with M1.