3D FlipBook - Adding flipbook to post or page isn't working

j***s@gmail.com
2021-02-25
2021-02-27

I use flipbook shortcode and put it on page or post, but it is not showing up. I don't see anything on post even though I have put shortcode. I have tried to put shortcode in different ways, in paragraph, in shortcode box, in embed box, nothing works. Please, help me.

Replies

j***s@gmail.com
2021-02-25
2021-02-25

I follow steps you prescribe "Inserting 3D Flipbook into a post". But result is nothing. I don't see flipbook.

j***s@gmail.com
2021-02-25
2021-02-25

Please, help ASAP. Nothing works. Not able to insert flipbook on page or post. Help!!!

e***0@gmail.com
2021-02-25
2021-02-25

I am Having the same problem - I have added the short code and I am just getting a spinning wheel????

j***s@gmail.com
2021-02-25
2021-02-25

I don't get even a spinning wheel!! Empty page or post. No flipbook

e***0@gmail.com
2021-02-25
2021-02-25

Support is a bit disappointing !!!!

a***r@3dflipbook.net
2021-02-27
2021-02-27

Could you write a link to the page where you use the plugin?

a***r@3dflipbook.net
2021-02-27
2021-02-27

CORS issue, add in .htaccess file in the root of kudosshowers.scdn8.secure.raxcdn.com (server where you store PDFs)

# 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>
e***0@gmail.com
2021-02-28
2021-02-28

I have had the below from the hosting company!

kudosshowers.scdn8.secure.raxcdn.com isn't an Apache server so .htaccess files aren't supported. It's a CDN url which uses the same web server that the website is on as the origin, and it's already configured to pass origin headers rather than domain headers so CORS shouldn't be an issue.

I.e. the files are actually already in the usual wp-content location within the website. Just the front end requests them via the above url so that requests can be handled by localised caching servers instead of the one web server being hammered horrifically.

What else can I do ??

a***r@3dflipbook.net
2021-03-02
2021-03-02

The CORS issue still exists, see https://ibb.co/BcN7Vh2

Log In to leave a comment