Learn how to quickly help yourself when dealing with some issues.
Typically, PDFs with a smaller file size will be rendered faster and it depends on how big a single page is. The amount of pages does not affect the performance because we are loading and rendering only those pages that are currently visible. You must optimize your documents for the web for better and faster…
There are a couple things that you can try if you are experiencing crashing or blank pages when the viewer is loaded on mobile devices: The first thing to would check is the formatting of the document when it was created as a PDF, in particular, look at how the images have been added and…
Caching and combining JS has been known to be an issue with other caching tools. If you do not require the extra performance of the SiteGround caching/optimization tools, you can: Make sure that mobile caching is not set differently from the desktop as this will result in the desktop version working and the mobile version…
Caching on WP.com uses the Page Optimize caching tool and requires a different configuration than other 3rd party caching plugin. You must add the plugin’s data-handle attribute value into the exclusions. This must be done for both the JS files and the CSS file. You can find these by viewing the source code of the…
This error comes up if there is a caching and/or minifying plugin on the site that has cached the previous version of the plugin scripts and now does not match with the updated plugin. To rectify this error, you need to clear the cache and allow the site to reload the scripts. Using WP Rocket,…
The Failed to Fetch error occurring on GoDaddy may be a recent problem for your site that had previously worked without issue. This is due to the new CDN that GoDaddy has implemented on their hosting packages. The cause of the issue is that GoDaddy is trying to redirect the document loading through secureservercdn.net which…
This error comes up if there is a caching and/or minifying plugin on the site that has cached the previous version of the plugin scripts and now does not match with the updated plugin. To rectify this error, you need to clear the cache and allow the site to reload the scripts. To prevent this…
Using WP Super Cache, W3 Total Cache, WP Rocket, Autoptimize, or other plugins to minify and/or cache the scripts running on your site has been known to create issues with the plugin’s function. Some themes also provided caching / minifying of JavaScript. The plugin scripts are already minified so you will not be losing any efficiency…
A couple notes when upgrading from the Basic or Plus plan to the Secure plan. You will receive a new .zip plugin file (available in your Account area on a site). You must upload the new zip on top of the current version of the plugin before you activate the Premium Secure plan. Any PDFs…
You will usually see this error in your browser because your PDF does not sit on the same domain as the current page on your site. For example, if you access the page http://www.example.com/ and see the error message: Failed to Fetch while retrieving PDF “http://example.com/wp-content/uploads/mydoc.pdf” this is because the shortcode for the embedded document references…
This is a strange issue, and really your web hosting company may have to investigate. You may find that your web server sometimes redirects requests for the PDF file to your home page. If you enter the PDF URL directly into the Edge URL bar you will probably see that it sends you to the…
Some Themes have Javascript code that automatically adds scrollbars or positions other features depending on the exact height of every item on the page. However, because PDF Embedder changes height after the PDF is fully loaded, the Theme really needs to recalculate everything after the PDF loads. But unfortunately some Themes fail to account for…