64 comments found.
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.
can we create password protected flip book ??
No, it’s unsupported
will it be possible in next version ….
I can’t say for sure, but it’s a good suggestion.
please do it …
can i use iPages Flipbook on more than one domain
One license per site, you can read the license policy
Hi Avirtum, I have purchased an elements account here and downloaded the plugin. Thanks again for this wonderful plugin.
There are some points I noticed while interacting with the plugin’s backend. Since we want to use the plugin for multiple publications / pdfs which are from distinct publishers, there is a need for an option to add some kind of grouping or hierarchy (e.g. categories) for each publication and therefore filter the book list by group when needed. This is currently not possible in the plugin’s backend.
Furthermore I noticed that the viewer settings have to be adapted every time we want to publish a new book. It would be much more convenient if we were able to at least set general default settings, which then would be used initially for all new book uploads. Of course if were able to create various setting presets, which we could choose from when adding a new book, this would be more handy.
Finally, one nice-to-have feature: having the possibility to determine custom ids (other than numbers) per book. The embed links or shortcode references would be more meaningful at a first glimpse. Yes currently we’re able to determine slugs but this is not working (getting 404) and slugs aren’t usable as a shortcode option.
Thanks for the suggestions, I will try to consider them.
Hi Avirtum, it has been a while any news on regarding our suggestions?
Also, it seems that the plugin is reducing image quality. Is there a settimg to have it upload %100 image quality?
About suggestions, I’m working on an another plugin now and do not have time. What image quality? Can you send me screenshots to avirtum[@]gmail.com?
Well looking into it we pinpointed the problems clearer:
https://perspektif.eu/perspektif-sayi.php?no=3011- Gestures doesn’t work. When I use keyboard & mouse for focusing the text & images doesn’t get clearer (You have to click on the controls to view the page in a better quality)
http://somup.com/crhTjPq6BK2- The control bar is too far below that you can’t click on when using a mobile browser:
https://screencast-o-matic.com/watch/crhTjRVheQY1) The small PDF text are blurred, and yes, this problem is exist, it’s because I use the css transform scale feature, as a result the browser can’t make a pixel perfect book page. To fix this I should rewrite my engine fully. 2) I think it can fixed with css, it’s not a big task
concerning the first issue: But why is this problem not occurring when we zoom via the navigation bar (zoom button). We only notice the blurry text when we zoom by pinch gesture.
It’s strange, because the principle is the same for the bar zoom button & the pinch gesture.
Could you look into it?
This link – https://perspektif.eu/perspektif-sayi.php?no=301 ?
Yes, correct.
Ok, I will test and report to you tomorrow, because do not have devices at the moment.
Much appreciated, thanks.
Any news on this, there hasnt been any news.
Hi,
I have 03 different domains, can i use same purchased license / plugin to all 03 domains? Is there any restriction that may stop me using same plugin for my 03 different domains? Please confirm.
Answered to your email
Hello there. I have a question regarding the toolbar. How can I put it outside the flipbook? It does cover a part of the pages which is annoying. Can we move the toolbar below the document? Thank you for your answer Brest regards Sandrine
Write me to my email avirtum[@]gmail.com, I will show a sample of how to achieve this feature.
The operation failed, can’t create item
Hi can you help me please?
Check the MySQL DB, it should contain the plugin table “wp_ipages_flipbook”
Hi, Is it possible to share a specific page with someone?
Do you want to share an URL which go to a specific page of the book? Something like mysite.com/mybook/12?page=123. If yes, the plugin doesn’t support this at the moment, it will show only the cover page.
Hi Avirtum, thats exactly what I’m looking for. Any plans to integrate this? This is basically the only thing preventing me from purchasing this.
... var params = this.getQueryParameters(), page = params.page; if(page) { ... } ...
Thats’s great news. Will keep an eye then. One more thing; I’ve noticed there is also no way to list the uploaded PDF’s alltogether. I’ve been using a portfolio extenstion where they are listed manually. Is it possible to list them like this here: https://perspektif.eu/sayilar/
Do you want a special page with all pdf documents you created inside the plugin? If yes, its a custom work, because each one needs unique design, behavior. Another way is to use a shortcode with thumb image and open the book inside the lightbox or on a new page, but my plugin doesn’t do this.
IT would be nice if there were a landing page with all the flipbooks inside. You could show them based on category or create custom landing pages. I’m achieving this using a portfolio kind of setting but this is done manually and is tiresome.
About the landing page or other solution I should think, but URL to a special page I will do at this week.
Thank you for considering it. I think it would be a nice addition. Looking forward for new develeopment. Thank you.
Done. Now you can go to a specific page via the URL param ‘page’ or ‘pagenum’ like mysite.com/ipages/flipbook/19?page=7
Exciting news Avirtum and Thank you for the update. Any thoughts about a landing-page like solution based on criterium? Would love to have this one in your addon.
Perhaps something similar will happen, I’m leaning towards implementing a bookshelf, if the user clicks on a particular book, it opens the lightbox with this book or a new page.
Hi Avirtum, I have purchased an elements account here and downloaded the plugin. Thanks again for this wonderful plugin.
There are some points I noticed while interacting with the plugin’s backend. Since we want to use the plugin for multiple publications / pdfs which are from distinct publishers, there is a need for an option to add some kind of grouping or hierarchy (e.g. categories) for each publication and therefore filter the book list by group when needed. This is currently not possible in the plugin’s backend.
Furthermore I noticed that the viewer settings have to be adapted every time we want to publish a new book. It would be much more convenient if we were able to at least set general default settings, which then would be used initially for all new book uploads. Of course if were able to create various setting presets, which we could choose from when adding a new book, this would be more handy.
Finally, one nice-to-have feature: having the possibility to determine custom ids (other than numbers) per book. The embed links or shortcode references would be more meaningful at a first glimpse. Yes currently we’re able to determine slugs but this is not working (getting 404) and slugs aren’t usable as a shortcode option.
i am having same problem as this
https://codecanyon.net/item/ipages-flipbook-pdf-viewer-for-wordpress/22488858/comments?page=1&filter=all#comment_21458693even i am using the plugin from envato elements
the quality is getting compressed even further making the text blurry and unable to read
Send me link to your web page to avirtum[@]gmail.com
Hello, I would like to buy a second license, but before that I want to know:
1. Book Mode, has options: two page and one page. There is no function: auto. In landscape view, the users wants to watch a book in two page mode. In portrait view, the users wants to watch the book in one page mode. This is especially important on mobile devices.
When I choose two page mode, on the desktop and mobile phone, the flipbook has two pages, and it would be good if on a mobile device (portrait view) the flipbook would show one page.
Some time ago I already asked about it. You replied that in v.1.1.4 – has been added “unique book engine for portrait & landscape view” – but it doesn’t work for me. The portrait view shows 2 images. When I change to “one page” then one page is in landscape view.
2. When I open the demo with images in a new window:
http://avirtum.com/list/ipages-wordpress-plugin/demo/demo-with-images.htmlin the source of the demo website I see:
div data-image = “assets / images / page-01.jpg” | div data-image = “assets / images / page-02.jpg” | div data-image = “assets / images / page-03.jpg” | e.t.c.
on my website it is only one line: div class = “ipgs-flipbook ipgs-1” data-json-src = “path…” data-item-id = “1” style = “display: none;”
I am using a flipbook with images. Is it possible to display a flipbook like in the demo?
Regards
1) We can change the page mode on the fly (dynamic) 2) Do not understand you a little, can you describe it fully, maybe with screenshots, you can send me directly to avirtum[@]gmail.com
Can I turn on dynamic change now, or will you add this feature in the next update?
OK, I’ll send you an email in a moment.
Hi, here a envato elements customer… I hope you can help me… is there a way to change the icons for some personalized ones? Thanks in advance
Yes, it’s possible of course. Just apply your own custom css styles for them.
Thanks for the answer… is there a way to make it global, instead of adding code to a single flipbook? Did I can find the file in order to modify only some specific icon? Thanks in advance
You can use a third-party plugin that adds custom css & js code without even having to modify your theme.
Thanks a lot…
Hi I’m having error ‘Failed to load a config file “https://mistydaydream.com/wp-content/uploads/ipages_flipbook/1/config.json?ver=1611467889”“
I’ve tested the item – https://mistydaydream.com/ipages/flipbook/1. It works in my Chrome browser. Try to test it again. Also you can write me directly, use email address avirtum[@]gmail.com