3D FlipBook - 3D Flipbooks will not play, just spins

e***h@me.com
2020-05-20
2020-05-27

I have been a paid user for two years. My PDF's stopped working recently. I bought the new version yesterday, May 19, and installed it. PDF books will either not load, most cases, or will load but no pages show but you can flip. I contacted my host and got my memory increased. I don't know what else to do. The error message always says, "Please wait... the Application is Loading" but it just spins forever.

Replies

e***h@me.com
2020-05-20
2020-05-20

The site is: agostinolaw.com Which is a commercial site and it's important I get this fixed soon. Thanks, Eric

e***h@me.com
2020-05-21
2020-05-21

So far, crickets. I am willing to pay extra to get this fixed ASAP.

e***h@me.com
2020-05-21
2020-05-21

Also, the Details panel is empty when I use the Pro Plugin, but the free version it shows up.

e***h@me.com
2020-05-21
2020-05-21

OK, so it was a posting problem, here's what they said: It looks like this is failing because the plugin was requesting the www version of the pdf links and the CORS security policy is blocking it (screenshot: https://i.getf.ly/KouqXWOL) . This is because the main URL was switched to the non www URL shortly after the SSL certificate was added and our standard search/replace did not catch these links. We have gone ahead searched and replaced the site with the correct pdf links, and the 3d Flipbook plugin should be working for all pages. We do not forsee this issue happening again unless the primary domain is updated again.

a***r@3dflipbook.net
2020-05-27
2020-05-27

also you can allow cors if add into .htaccess:

# CORS for PDFs
<IfModule mod_headers.c>
<Files ~ ".*\.pdf$">
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Methods "GET"
Header add Access-Control-Allow-Headers: "Range"
Header add Access-Control-Expose-Headers: "Accept-Ranges, Content-Encoding, Content-Length, Content-Range"
</Files>
</IfModule>
Log In to leave a comment