621 comments found.
Hi There
I need to know how to make fullscreen work when the book is in an iFrame, is this possible? if so how?
Hi,
Have you tried to add the tag “AllowFullScreen” to your iframe ?
Regards
Hi, i am using an iframe element for getting another website on woowbook pages. All pages are working correctly. but when i trying to zoom button on google chrome browser, iframe element magnified but inner elements still stayed in their own size. They are not magnified. How can i solve this problem?
Hi,
Can you send me a email with a url of your project, i will take a look and see if i can find the problem. And when you send the email, please use the CodeCanyon account you used to buy the plugin.
Best regards.
Thank you for your interest. Now, our project works correctly on chrome. But we’ve got another problem. When we try that catalog on Internet explorer, it freezes and can’t load anymore. Is there any solution for that problem without reducing page number?
Hi,
Look for the section pages->lazy loading in the documentation, see if this feature helps you.
If this does not help you, send me a email with a url of your project, i will take a look and see if i can find the problem. And when you send the email, please use the CodeCanyon account you used to buy the plugin.
Best regards.
Hi Marcio, I also have a question about loading all the pages into cache. I noticed that if I run the slide-show then afterwards individual pages load a lot faster – from the cache I presume. Is it possible to load all the pages into cache when the wowbook initially loads without running the slide show – I have around 140 pages, all jpg. but most of them very small 50-100kb Thanks for your help David
Hi,
There’s no builtin function to do what you asked. I think you can achieve this using javascript, without touching the plugin’s code. Create a javascript function that will load the all the images in sequence, ie, load image 1, wait until the image is loaded, only then load image 2, wait until is loaded, etc. This will load the images to the browser cache, which will be used by wowbook.
Best regards
How do you bring in the pages that are in the flip book – are they all brought into memory at one time or are they cached/brought in on a window-size to limit the amount of overhead on initial open of book? If so, is that window size controllable?
I am asking because I suspect my flipbook will exceed 1000+ pages in the future and it is important that I don’t require my users to have that kind of overhead.
Hi,
To minimize memory usage, you can ask wowbook to keep only a maximum number of pages in memory. This is a configuration option.
Hope that helps
Cheers
do you have any website for documentation or support?
Hi,
The product comes with a documentation.
For support, you can go to the wowbook page and contact me through the “support” tab.
Best regards
We want to buy your product “Wow Flip Book” but we have some doubts i.e
1. We buy your product only once but is it necessary for us to renew it after a certain time period?
2. We use your product multiple times in a single page for our web site but at a time only one book will be shown, is it possible for us if yes then please share the terms & conditions if any (also share any limit to use after the purchase)?
Hi,
1. No, it’s not.
2. It’s possible. This product is sold under the CodeCanyon Regular License http://codecanyon.net/licenses/terms/regular .If you have any questions about the license, please contact CodeCanyon’s support and they will explain to you. It’s not that i don’t want to help, the problem it’s that i’m not qualified(i.e., i don’t know how) to answer legal questions.
Hope that helps
Cheers
Hello,
I want to “double click to zoom” on pages, but I couldn’t. Is there any code for this?
Also, if a page is flipped (at a certain zoom level), I cannot drag anymore. I want to “flip from edges, and drag from the center of the opened book whenever it’s zoomed or not”.
Is this possible ? If so, how?
I’m working based on your example provided already if that’d help.
thanks in advance,
Hi,
No, there’s no builtin feature to double click to zoom nor “flip from edges, and drag from the center of the opened book whenever it’s zoomed or not”. This will require change the plugin code, and i would advice not to do that. There’s a lot of moving parts that are a real pain to test, you will certainly add more bugs then you expect.
You said “if a page is flipped (at a certain zoom level), I cannot drag anymore.” This seems like a bug. If you don’t mind, can you send me a email with step by step instructions to reproduce this?
Best regards
Does the WowBook plugin have a built in search component?
I’m assuming that if I purchase this, to create a WowBook I manually add images, text and insert page breaks before publishing?
Hi,
No, there’s no built in search.
To create a book you need basic knowledge of html/javascript. You create a html page and use html (text, images, videos) and using the plugin.
You can go to the wowbook live preview, click on “remove frame” on the top right corner to remove the envato frame. Then click with the right mouse button and click on “view page source” (or something similar, i don’t know how the option is called in all browsers). Then you will see the html code used to create the live preview and the book within it. This should give you a better idea.
Hope that helps
Cheers
reader is ok; how can i add 20 pages pdf catelog to them? thanks
Hi,
You need to use a third party tool to convert the pdf to html or to images, then use the images/html to create the book.
Cheers
hi does it support image hotspot linking? or a hotspot plugin? thank you
Hi,
Html image maps works with wowbook, because the plugin uses regular html to create the book pages. Wowbook does not implement hot spots as a plugin feature, it is just the image map implemented by the browser. If you want to use a hotspot plugin with wowbook, make sure that the hotspot plugin has some javascript function that allows you to update the hotspots. You will need to call this function from a wowbook callback to make sure that everything works properly.
Best regards
Hello,
I have a question about the plugin before I purchase.
Does the plugin have an event to catch which page the reader is on.
I.e: I want to alert a message when the user has opened the 5th page.
Can this be done?
Thanks in advance,
Hi,
Yes, the plugin have a callback onShowPage that is called when a page is shown.
Best regards
hi , is it possible to test it for at least 1 day before buy? what i am doing is little bit complicated, i would be happy to try it for 1 day and make decision. i have html content with links, and text should be able to edited within(via jquery) . please contact me at yusuf@iceberg-digital.co.uk. thank you
Hi,
Sorry, i understand your point, but i can’t do it. If i do this for you, will have to do the same for everyone else. And i don’t even know if this is allowed by CodeCanyon rules.
If you’re going to do complicated stuff with jquery, you know javascript well. The plugin does nothing with the page contents, and you can analyze the generated html as well.
Best regards.
hi, thank you for your reply, in that case i hope you can answer my question, what i need to do is i want to open a dynamic modal, can i do flip book within a modal?
Hi,
I don’t see why not, the plugin does nothing “fancy” with the book, but technically speaking, i can’t guarantee that will work. Maybe there’s some incompatibility with wowbook and the modal library you will use.
My sugestion to you is to grab the live preview code and test it with you modal library. Since you’re a javascript programmer, you will see that the wowbook configuration is pretty straight forward.
Hope that helps
Cheers
I am using “preview” version of your plugin but i am not able to change the width according to my image size (my image size is 6000X2400px, If i am changing the width it automatically changing the height). After some struggles i saw comments, then i edited
1) $(document).ready(function() {$(’#features’).wowBook({ of “index” page 2) #container { box-sizing: border-box; height: 100%; margin: auto; max-width: 900px; padding-bottom: 20px; padding-top: 86px; }
of “preview.css”
But your plugin not meets my requirements
Again reading some comments i saw “Just set the configuration options” for adjust the width but i din’t get any code related to “configuration options” in preview version, So i need to know
1) Ho to edit the book according to my image size (6000X2400px) 2) Where can i get the “configuration options” in preview version
problem solved… Great plugin…....................................
Glad you figured out. 
Cheers
Hi. I would be using this to put digital versions of our magazine on our website. It is a direct mail advertising magazine. Each page will have multiple ads on it. I need to be able to create a link on each ad that will take viewers to that company’s website. Would this be possible with this plugin and if so, can you point me to some directions on how I would do so. I want to know how hard/easy this would be to do before I purchase. Thanks.
Hi,
The books contents are just regular html, so it’s easy to create links to any website. In order to proper use the plugin you need a basic html and javascript knowledge. Hope that helps
Cheers
Hi dude, some questions before purchase it, can I place easily jpg files into this flipbook ? Thanks
Hi,
Yes, you can put jpg files in the book. You just need a basic knowledge of html and javascript.
Hope that helps
Cheers
hi You can preview a right to left to send me? tnx
Unfortunately, i don’t have time to do this at the moment, i’m really sorry. But it’s just like the preview, the main difference is that the pages are arranged, well, from right to left. The book opens to the right, showing page 1 on the right side and page 2 on the left, and so on. Everything else (like slide show) works as expected. If don’t, it will be fixed.
Hope that helps
Cheers
Little Problem
I’ve tested your flipbook and i want to buy it for my project but I have a small problem after inserting 1200 pages it started behaving strangly there is no problem in loading pages but something goes nuts after placing 1000 pages
Hi,
1000 pages? Wow! I will look into this problem as soon as i can, but i can’t promise you a deadline now. If your project is time sensitive, i suggest you to look for other plugins.
Thanks for the report.
Best regards
One more thing i tried to run this from the cd using lazy loading but it loads 40 seconds from cd and 2 seconds from the hdd
40 seconds from CD and 2 seconds from hdd is too high! If you don’t mind my asking: you’re using images in your book and what are the size of those images (a wild guess will do)?
Hey.
I’ve got performance issues on the iPad. If you page trough the book fast it gets totally stuck and doesn’t respond to anything until you reload the page. I am running this plugin in phone gap. Is there a way to fix this?
It’s not due to phonegap, in Mobile Safari the same thing happens on the demopage (even if you’re not viewing it in the envato iframe)
Hi,
Please send me a email (through my profile page) with the iOS version you’re using and (if possible) more accurate steps to reproduce the bug you’re experiencing. I’ll fix it ASAP.
Best regards
Hi, To purshase it I just want to be sure : Do we have an easy access to events callbacks like : – page n°x started, loaded, closed, Is it possible to execute own animation function (for the content) inside pages ?
For example, I’d like to make some div apperas in a certain way when th epage is opened or stuff like that, is it possible ?
Hi,
It’s probably possible to do the animation you want, i just have to know exactly what you mean when you say that a page “started”, “opened” or “closed”. Open the the documentation and look for Reference->Callbacks, you will find a list of callbacks. After that if you still have any questions about how to use the callbacks contact me through email and i will do my best to help.
Cheers