Code

Discussion on Real 3D FlipBook PDF Viewer WordPress Plugin

Discussion on Real 3D FlipBook PDF Viewer WordPress Plugin

Cart 22,764 sales
Recently Updated

creativeinteractivemedia supports this item

Supported

This author's response time can be up to 2 business days.

3012 comments found.

You have cool front page design. If I buy the plugin, can you please help me to design the front page? The page with the book self I’m talking about

You can easily make the shelves with this addon https://codecanyon.net/item/bookshelf-for-real3d-flipbook/22714933

If you will have any problems you can email me at my profile page.

Cheers

Presale question: is it compatible with Google AMP and Facebook Instant articles?

Hi, didn’t test but it should not be any compatibility issues.

Cheers

I see. If I use the simple mode, without so much graphics, how many KB are the data to be loaded?

Depends on which view mode you use, is it pdf or image flipbook, page quality ect. Scripts alone are not too big, up to 1mb total. It can be reduced if you don’t use some features like three.js or pdf.js.

Cheers

Hi, i get the following error on pages where i have implemented a shortcode for a flipbook

Uncaught TypeError: Cannot read property ‘replace’ of undefined at HTMLDivElement.<anonymous> (embed.js?ver=3.5.8:47) at Function.each (jquery.js?ver=1.12.4:2) at run (embed.js?ver=3.5.8:23) at HTMLDocument.<anonymous> (embed.js?ver=3.5.8:369) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at Function.ready (jquery.js?ver=1.12.4:2) at HTMLDocument.K (jquery.js?ver=1.12.4:2)

What to do? :)

Hi, please send the link and I will check, you can email me at my profile page.

Cheers

Does this work with Elementor or Elementor Pro. I sent this question directly but don’t believe I have received a response. Thanks

Hi, I replied to your email but was delivery failed. You can use this via shortcode, it does not have any special handling for Elementor. I guess you can add shortcode as raw html.

Cheers

Hi,

I’ve tried to adjust the size of the lightbox thumbnail but i don’t see a change when updated. Is there another way I can adjust the size of a thumbnail?

After you change the thumbnail size you need to click “generate thumbnail” to generate new thumbnail.

Cheers

How to customize the appearance when using the shortcode? for example [real3dflipbook id = “1” pdf = “http://www.yourwebsite.com/1.pdf”]

Hi, you can customize appearance in Real3d Flipbook settings page.

Cheers

Hello how possible to get the book open full screen just like your demo on browser ?

Regards

Hi, with mode “lightbox”.

Cheers

hello, Thank you a lot , but can you tell me how ? i just want to stay ready before i buy please

Regards

You just select mode “lightbox” in flipbook settings.

https://youtu.be/mpzn4TW71xA

Cheers

_o Purchased

Can it protect PDF-Files from downloading? So basically people can only view pdf online on your members site? If not, build it in.

Hi, you can remove button “Download PDF” from the menu, but PDF url can be extracted with developer tools.

In next update it will be implemented “PDF to image” conversion on the server, so you will be able to export PDF as images, save images to server and use only those images for flipbook, which will disable PDF download completely.

Cheers

Deep linking works fine except for uneven pages on mobile. Say when I link to #page3 it automatically goes to page 2. Same thing for all uneven pages. A link to #page5 goes to page 4. Mode is set to full screen and view is set to swipe, but I don’t think that has to do with it. Tried everything for my customer :( Just checked and the problem also happens on desktop but set to mobile size.

Ok thanks, it will be fixed in next update.

Cheers

hello, i still have some questions please , now if i pay the extended license can i use this for unlimited websites ?

2. how exactly i can add a pdf file , do i upload from wordpress admin page or something different ?

Regards

Hi, yes you can put youtube or mp3 on any page, as html content. You can put books on a shelf with add-on available here https://codecanyon.net/item/bookshelf-for-real3d-flipbook/22714933

Cheers

hello, how can i put many books if i don’t buy the shelf plugin ?

Regards

With lightbox mode you can open book by clicking on a book cover. Book cover is automatically created for each flipbook.

Hi, How to next and previous page by one click on image

You can go to specific page inside a flipbook with deep linking http://creativeinteractivemedia.com/real3d/deep-linking/#page10

When image is clicked you can link to same page, but different hash
page 5
http://creativeinteractivemedia.com/real3d/deep-linking/#page5

page 10
http://creativeinteractivemedia.com/real3d/deep-linking/#page10
Cheers

Great job, congratulations !

Hi, I am just wondering, where the pdf files are stored, once uploaded? For example if I upload a 100mb high resolution pdf magazines or a brochures to display on a page. Will it affect the website load time? Thanks H.

You can upload pdf-s through media library or via ftp anywhere on the server. It does not affect site load speed, except page where you have the flipbook so pdf needs to be downloaded, but it loads only part of pdf that is displayed.

Cheers

Am I able to open a pdf with jquery in the viewer? I want to integrate this into a custom post type and shortcode would be not the best solution there…

Yes, you can ope flipbook with javascript and pass pdf url or array of images.

Cheers

Hello Say, once I open a flibook, how do I go back to the website; I can not find any link to click See the following link https://www.cdanslaboite.re/portfolio-item/nicolas-flip-book/ thank you

In the top right corner there is “close” button. Also you can close lightbox with ESC key.

Cheers

Hi, I am looking for documentation. I wanted to see if I could make this work with Advance Custom Fields and Elementor, and how I would go about doing that. I don’t see anything about how this plugin works, just how it looks.

Thank you,

Hi, please email me at my profile page and I will send it.

Thanks

So far, looks great. We would be using this as a slideshow for JPG files. Do you have CSS code for having the caption display on the bottom with a colored background? I was able to achieve this by setting the position of the caption as relative, and pushing it down that way. Then I set the width of the caption as 100% so it would cover the width of the bottom of the page. But my concern is how this might work when the caption lengths change or the image size changes.

Thank you,

Hi, so you need a text that is on the bottom, width 100% and has a background? That is some basic CSS, try with one contaoner div that is position: absolute; bottom:0; left:0; width:100%; and inside put a div with text that has background and width:100%

Cheers

Hello, how many flipbooks does the plugin support? I need to load 250 with approx. 10 pages each one… Regards

There is no limit in number of flipbooks, 250 flipbooks should work without problems.

Cheers

ask before buying, can you use a single viewer to display several pfd documents ..? for what I saw and I understand if they are added to a page several shows them one by one in a separate browser but the idea is to use a single browser to show 4 pdf documents this can be?, Could you show me an example?

Currently there is no support for multiple books inside a viewer.

You can have 4 viewers, and show only one at a time with CSS display:block; or display:none;. This would require some custom coding.

You can also have multiple covers and show pdf by clicking on a cover, in fullscreen overlay viewer.

Cheers

Hello, im very interested to buy this plugin but have some questions please : 1. Does it support RTL arabic direction on desktop computers and Mobile also ? 2. Does it work for wordpress ?

Regards

also please , can i add youtube videos in some pages ? or just PDF

Yes it supports RTL on desktop and mobile. Yes you can add youtube videos or any other HTML on pages.

Cheers

Hello, I created three flipbooks by duplicating the first one to keep the same settings for each one, but when I download the pdf, I always download the same pdf (the first one that was created), even if you can see three different pdf’s on screen. In short, the download button always offers the same file for download.

Ok sorry, resolved!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey