75 comments found.
Does this plugin support stat tracking for flipbooks?
Hello. No, it doesn’t support any stat tracking. It shows flipbooks only, but with some custom js code it can be implemented, but it needs some dev knowledge.
(sorry wrong place)
hey your plugin does everything i need it to .. but now i need to see via the fillable form feature you have .. i need to
1. see the send button 2. i need to see the filled out forms atleast on the dashboard so no need to send .. but the forms that are filled out need to be saved on the backend of the ipaged flipbook plugin in the submissions tab or something ..
please help me its urgent
Hello. We’ve already talked about this, it’s custom work, and I’m really busy right now to do it. In principle, any programmer can implement such a form.
ive searched for the last 20 hours please help me .. its your plugin should be very easy for you to just add a send button so i can see the submitted forms on the backend of your plugin .. from there i can do the integration if your too bz.. please help me please .. i beg you
Try to find someone on Upwork or Fiverr, there are many developers out there who can help you for a good price. As I said above, I am busy and cannot help you with this task. Good luck!
PLEASE PLEASE HELP ME …
1. i need to be able to upload my fillable pdf forms so that i can submit them and get an email with it ..
2. im using jotforms and its good because it automatically maps the fields but it makes it look super ugly and id like to maintain the form design
3. if this part isent available but please tell me 1 and 2 are possible .. id like to know if i convert my site into a PWA Progressive web app so that i can use it as a kiosk in my business when there isent an active internet connection. id basically use zapier to push the forms data to my google drive or excel which ever works faaster.
please assist its kinda urgent
Hello. Unfortunately, I can’t help you, maybe you should look on Fiverr or Upwork.
i already have all teh integration done with zapier .. i just atleast need to save the filled out form to see the submissions on the backend of your plugin
Is there a way to adjust magnification using zoom tools like in acrobat ?
E.G. an area where you can click and auto fit/zoom ?
Thanks
Sorry, but no. The plugin doesn’t support this.
I got this through elements and using Elementor but the iPage books only appear when I’m logged in .. otherwise nothing shows.
Can guests not read the books?
Greetings. It should work, I just tested it, one browser with a logged user, other with guest. Try to check the browser log.
I just bought your plugin, but why do I have a blue bottom to click in iPages Settings “Pro version” that links to this page (codecanyon.net)? Is the plugin not registrated or what?
I just got the FREE WP version!
You should download the new pro version from codecanyon. The auto-update takes it from wordpress.org there is the free version lives.
Well, I have only downloaded and used the codecanyon version. I should have the pro version then, but it is still the free version. BTW, I have never been used the WordPress version.
This blue button with text “Pro version” inside the book builder says that we use the pro version and we have all features enabled.
hmm i can’t find documentation after downloading the plugin file form envato elements i have many issues like
1. how to show list of bookmarked books of users do i need a page then which shortcode should be used for it 2. how to add books form pdf file 3. how to block users by reading book if they are not logged in 4. how to add full book with only 5 to 10 pages unlocked to read user will see a massage like you need to do following to read the full book on all ahead pages 5. and can i add a flipbook on a page using short code like where i want i will just add a shortcode then book will be shown there and then below and above it i can read other information
1) What do you mean by bookmarked books of users? 2) You should create a book, then select a pdf and load its pages to this book 3) the plugin doesn’t support this 4) you can show several pages, but the pro user can download the full book from browser dev tools, because the plugin uses the PDF fully 5) yes, you should use shortcodes to place a book to a page
Does this plugin recognise hyperlinks in pdf files?
Yes, the plugin supports hyperlinks in pdf docs, you can click on them.
Hello Avirtum, I’m an elements buyer of your fine app, looking forward to get the offer of this page. I have 2 questions, if you don’t mind, 1.- Is it possible to give a different style of the Outline/Bookmark list?, and 2.- Is it possible to change the look and feeling of the flip movement, I mean, instead of a rigid page turning animation, I need to see a more natural movement in the turning -some light curve of the page in the movement. Hope I’m explaining well.
All the best !
1. Yes, it’s possible. We can style it with js and css 2. The plugin doesn’t support the curl view.
Thanks a lot Avirtum.
If I buy the Pro Version and activate it, can I add a Google translate button to the toolbar of the book?
We can a button to the toolbar via js code. But I have a question. What this “google translate button” should do? Maybe where is some documentations?
How to make a link to flipbook and when click it will open in lightbox ? i’m from evanto elements
Hello. Each book has unique URL like yoursite.com/ipages/flipbook/2. So, you can use iframe embed code to show a book inside a third-party lightbox plugin.
hello,
we are interested in buying the plugin but had a few queries
1. can we add an image on each page and link it with some url. 2. Viewer will open in same page. Unless you create a page that holds the viewer and link to that page. Example: https://dearpdf.com/docs/embed-2d-flipbook/ 3. Print Feature is not available.
If all this is available then we can buy the extension
awaiting update guys
1. Yes, the plugin supports this feature. 2. To open a specific page you can add the “page” url attribute like this http://dev.loc/wp53/ipages/flipbook/2?preview=1&page=2 3. The plugin doesn’t support this
i have used the envato elements plugin for this but i couldnt find the add image and linking that image features hence asked over here.
Go to book pages -> select one -> click on the “edit page” button in the toolbar -> add an image inside the “layers” tab -> select the new layer -> go to the layer tab and edit its data
awesome that worked only 1 query is there a way we can rename the url (ipages/flipbook/1) this is what it shows
we can’t rename the url, it’s hardwired into the code and should look like this …/ipages/flipbook/1?page=3
got it one final query can we set 2 page layout for desktop and 1 page layout for mobile.
It can be done via custom js code only.
can u help us or let us know the cost for the same.
const $ = jQuery;
const book = this;
const $win = $(window);
$win.on('resize', () => {
if($win.width() < 1024) {
book.$container.addClass('mobile');
book.setBookEngine('OnePageFlip');
} else {
book.$container.removeClass('mobile');
book.setBookEngine('TwoPageFlip');
}
});
book.$container.on('ipages:ready', () => {
$win.trigger('resize');
});
added the code but the site page stopped working…here is the link : https://tinyurl.com/2p85k79p
sorry it worked awesome stuff man thanks a ton.
just one more query can the controls become bigger on mobile devices so it can be easily seen and clicked on desktop they appear fine but too small on mobile.
What do you mean by that? Can you make a screenshot?
open the link that i shared with you…the control buttons for zoom, next page etc are appearding very small on mobile devices can they be increased in size for mobile.
.ipgs-flipbook.mobile .ipgs-toolbar {
transform: scale(1.5) translate3D(-50%, 0, 0);
transform-origin: left bottom;
}
hey just another query u have a download pdf button but there is no way to link a pdf to that…we are using images for the flip book.
It uses the url from the item general tab (pdf section), if you use PDF as source for a book.
ok so if i use image as the source it will not work?
Yes, the plugin can’t generate PDF from this type of source
ok…can we have a option for custom icon which can be linked with a pdf file or something?
With js code yes, it’s possible, we can handle the click event from this btn and download any document.
damm would wait for an update for this since we dont know js coding so cant implement it from our end.
I can provide a sample, it’s not difficult, but not user-friendly, because we should write code.
if you can provide us with a code for custom icon linking with pdf file that would be awesome…
const url = "http://dev.loc/wp53/wp-content/uploads/2023/01/Master-Catalogue-2015.pdf";
const instance = this;
const $ = jQuery;
const download = (url) => {
const link = document.createElement('a');
link.href = url;
link.download = url.substr(url.lastIndexOf('/') + 1);
link.click();
}
const $btn = instance.$container.find('.ipgs-control.ipgs-control-download');
$btn.off().on('click', (e) => {
download(url);
});
hey i added this code in custom js section and also changed the pdf file to my file but nothing happens when i click on download pdf button am i missing something…
link for your reference : https://tinyurl.com/2p85k79p
const $ = jQuery;
const book = this;
const $win = $(window);
$win.on('resize', () => {
if($win.width() < 1024) {
book.$container.addClass('mobile');
book.setBookEngine('OnePageFlip');
} else {
book.$container.removeClass('mobile');
book.setBookEngine('TwoPageFlip');
}
});
book.$container.on('ipages:ready', () => {
$win.trigger('resize');
});
//=====================
// New Code
//=====================
const url = "http://google.com/Master-Catalogue.pdf";
const download = (url) => {
const link = document.createElement('a');
link.href = url;
link.download = url.substr(url.lastIndexOf('/') + 1);
link.click();
}
const $btn = book.$container.find('.ipgs-control.ipgs-control-download');
$btn.off().on('click', (e) => {
download(url);
});
done added this code as well but still no luck
I don’t understand where you are adding the code, as I see from the link https://www.dentmastersindia.com/wp-content/uploads/ipages_flipbook/1/config.json?ver=1679482210 that the code is old.
i am adding it in custom js section of this flipbook
But I see by the link above that there is no code, maybe the cache?
issue sovled apparently the new code wasnt getting saved check now…its working.
ok
Hello, how can we use the links in the flipbook to open in a lightbox, like a product catalog, customers could click and open in a lightbox to purchase the item, currently only opens the link in the same page or another tab which takes the customer out of the flipbook.
thank you.
Answered to email
I want to buy your plugin, but the PDFs I want to embed are private – how do I get them to display only via shortcode and nblock phishing by typing: https://NAME-OF-SITE.com/ipages/flipbook/1 – Is there a way to disable this?
Anyway, if you published a PDF book with the plugin, it does not matter it’s on the page as embedded in the div container or on the address https://NAME-OF-SITE.com/ipages/flipbook/1 user who has access can download this PDF, because it is loaded by the browser, though in a hidden form.
Can you update the plugin to make it so it doesn’t generate the https://NAME-OF-SITE.com/ipages/flipbook/1,2,3,4 | It’s a security issue since it’s so easy to phish PDFs this way – some needing to be secure. OR you could create a toggle that only admins or select user roles can see these pages. Whatever is easier.
It’s because the plugin has the embed feature, the code is ’<iframe width=”560” height=”315” src=”....”>’, it’s used to publish a book on another website. I can add an option to disable it as example.
I see! Yes! If you could disable this so people can’t phish the website for PDFs they aren’t authorized to view I’ll buy your plugin!
Ok, I will try to implement this feature this week
I installed the free version and just purchased the pro version so that I can have multiple items. I can’t figure out how to install the pro version because the README.TXT states: “This is the LITE version of the official [iPages Flipbook For WordPress plugin](https://1.envato.market/5QrNo) which comes with support and doesn’t have some limitations.”
So did I just purchase the free version? I don’t understand 1. if this is the PRO version and if it is, it’s not clear and 2. How to convert to PRO.
Please advise asap.
Just delete the plugin (all versions), then install it from the codecanyon downloaded package, all items will remain.
That worked, thank you! You may want to consider some clarification your instructions! 
P.S. MANY THANKS for the quick response too! 
Hi, the full screen view doesn’t work on iphones. Can you resolve this ?
There is a problem with iOS, because in new versions of this OS we can’t enable fullscreen mode without the user’s permission, we should ask him to show this regime. I haven’t implemented it yet.
Also is it possible to increase the size of the booklet on mobile version ?
Hi there. Is it possible to include a movie into the flipbook? Thnx Frank
Are you talking about the integration a layer with a movie to a page?
Yes, i need a document with more than one page. on one of these pagese, there must be a movie. Thnx Frank
Use the support form inside my codecanyon profile, I will answer by email, because I can’t attach images here.
Hi! Pre-sales question: it is posible to let the user to add their own images to the flipbook? Not admins, I mean normal users. Thanks!
If we are talking about the frontend, it’s impossible. The backend inside the WordPress has role permission settings where you can give access (create & edit their own books) to a specific role.
not able to embed links on images as explained in the support video. why is it so. Am I missing something… there was nothing to do in settings.