Thank you for purchasing DearFlip! You can follow these steps to start using DearFlip. If you have any questions or need assistance, please don’t hesitate to contact us.
Hi Support Team,
I bought the plugin and current I try to find a sample to integrate share option from the plugin. When user click on the share icon, it will show the link. When we copy and paste the link with an new browser tab, it should automatically open the PDF. I saw the sample on the page (https://js.dearflip.com/flipbook-examples/#flipbook-3d-flipbook) work like a charm but I cannot find a sample configuration or example to do it. Could you help to guide me how to do so?
Hi,
If you have bought the plugin Use the contact form in CodeCanyon used by premium customers.
And also you are not using the version distributed in the premium market. Download the latest version from CodeCanyon and try first.
Yes with lifetime license, all the future updates will be available under your account. If you are using WordPress version then, the updates will be available right from the plugin page – similar to plugins from wordpress repository.
Hi.
We need to combine dflip with unreal engine.
but explain makes me confused.
So, can we use this solution to that?
if it is possible, then we’ll bye this.
is it possible to use transparency in the PDFs to show? I see an option for “transparent: true”, but this is for the whole background of the and not the pdf itself. PDF.js should be able to “read”/show transparent PDFs as transparent, but i’m not sure what lib you implemented?
Transparent pages are not supported.
We do use PDF.js and it might be able to render transparent pages, but that is a very edge case so it is not available in the plugin.
Best,
DearFlip Team.
Hello, good day, I am interested in the add-on, I want to know if it is possible to implement it, in such a way that it is versatile, that is, if I send the location of the pdf and read it directly
Thank you
It’s really weird that i cant’ put my code here. So again.
Is there a trigger-like function that can regenerate a new book when the div._df_book’s source attribute dynamically changed every time? I’m using React.
Hi Support Team,
I bought the plugin and current I try to find a sample to integrate share option from the plugin. When user click on the share icon, it will show the link. When we copy and paste the link with an new browser tab, it should automatically open the PDF. I saw the sample on the page (https://js.dearflip.com/flipbook-examples/#flipbook-3d-flipbook) work like a charm but I cannot find a sample configuration or example to do it. Could you help to guide me how to do so?
Here is a website that I integrate the plugin: https://unidistance.ch/institut/documentation/
Hi,
If you have bought the plugin Use the contact form in CodeCanyon used by premium customers.
And also you are not using the version distributed in the premium market. Download the latest version from CodeCanyon and try first.
Best,
DearHive
Hi,
I would like to purchase your plug-in.
I am interested in particular to the life-time license. Only one question: does it provide also the updates over the time?
Thanks
Fabio
Hi,
Yes with lifetime license, all the future updates will be available under your account. If you are using WordPress version then, the updates will be available right from the plugin page – similar to plugins from wordpress repository.
Best,
DearFlip
Hello,
we just tried
jQuery(document).ready(function() {
var flipBook_images = jQuery(“#flipbookContainer”).flipBook({
source = [‘images/book/page.1.8.png’,
‘images/book/page.1.8.png’ ,
‘images/book/page.1.8.png’]
});
});
jQuery(document).ready(function() {
var flipBook_images = jQuery(“#flipbookContainer”).flipBook({
source : [‘images/book/page.1.8.png’,
‘images/book/page.1.8.png’ ,
‘images/book/page.1.8.png’]
});
});
but we receive JS error all the time
how to proceed?
Thank You
Hi,
Please share the link to your page.
Best,
Deip
Hi.
We need to combine dflip with unreal engine.
but explain makes me confused.
So, can we use this solution to that?
if it is possible, then we’ll bye this.
Best,
Lero
Hi,
We have no experience with Unreal Engine.
We will pass on this.
Best,
Deip
Dear all,
Can you please make an example of RTL flipbook or any link using this option?
Hi,
There is an example in the examples section.
https://js.dearflip.com/flipbook-examples/
Best,
DearFlip Team
Hey,
is it possible to use transparency in the PDFs to show? I see an option for “transparent: true”, but this is for the whole background of the and not the pdf itself. PDF.js should be able to “read”/show transparent PDFs as transparent, but i’m not sure what lib you implemented?
Thank you,
Sincerely.
Hi,
Transparent pages are not supported.
We do use PDF.js and it might be able to render transparent pages, but that is a very edge case so it is not available in the plugin.
Best,
DearFlip Team.
Hi,
We would like to give link to a page in PDF book. Is it possible to give a link to a certain page?
Thanks.
Yes, please use the link generated by share button while you are viewing the flipbook.
Hi,
Is there an option wherein the viewer cannot download the contents? Thanks!
The plugin cannot prevent pdf access. But the download button can be hidden from settings.
Hi,
I’m using this plugin for my PHP website, not WordPress.
How do I activate and manage my license for my website?
Hi,
Please contact using the support page – from your account that you get after the purchase.
https://users.freemius.com/store/2838/support
Best Regards,
DearFlip Team
Hello, good day, I am interested in the add-on, I want to know if it is possible to implement it, in such a way that it is versatile, that is, if I send the location of the pdf and read it directly
Thank you
Hi,
Something like this is possible:
https://js.dearflip.com/2205-2/
https://js.dearflip.com/2205-2/?pdf=../wp-content/uploads/2019/07/glfw.pdf
Hello,
It’s me again. Sorry for commenting again. I found that my example code disappeared.
It’s like this:
Thanks!
Hi,
You can share your issues, code here too:
https://github.com/dearhive/dearflip-jquery-flipbook/issues
Hello,
It’s really weird that i cant’ put my code here. So again.
Is there a trigger-like function that can regenerate a new book when the div._df_book’s source attribute dynamically changed every time? I’m using React.
BTW DearFlip is ab awesome PDF plugin!
Thanks!
Hi,
Just destroy the old flipbook and create new one.
var flipbook = jQuery("#flipbook_element").flipBook(options);
then destroy
flipbook.dispose();
and create again
flipbook = jQuery("#flipbook_element").flipBook(options);
Much similar to what we do with lightbox (popup)