3D FlipBook - Full screen too large - cannot reduce size

m***x@bawahreserve.com
2020-07-06
2020-07-07

Hi,

I followed your youtube video on fullscreen and thumbnails view (https://www.youtube.com/watch?v=YcoJfaawnQI), however this is not quite working for me. I don't want a thumbnail view because it's too small on my page. My document is A4 and on fullscreen it's too large. The magnifier to reduce the size is greyed out.

On the settings i tried to reduce the page size from a4 to a5 but nothing happened. Your user manual is useless for any troubleshooting and I can't find any further info on your support forum.

How can I have full screen size for my pdf and view it neatly on the page without having to scroll down to view?

thanks

Replies

a***r@3dflipbook.net
2020-07-06
2020-07-06

Write a link where you use the plugin.

m***x@bawahreserve.com
2020-07-06
2020-07-06

HI,

I watched another youtube video from you and created a lightbox activation, which now works. Just have a couple more questions.

1) How can I center the image? https://www.bawahreserve.com/discovery-book/ 2) How do I add more flipbooks to this page on wordpress? I have about 6 books I want to display in one location to make it easy for users.

thanks

a***r@3dflipbook.net
2020-07-07
2020-07-07

1) Using CSS or any visual page editor.

2) Just put text cursor in free space and click the 3D FlipBook button one more time.

m***x@bawahreserve.com
2020-07-08
2020-07-08

Thanks for the info. I have set up the page easily. I just have one more question...

How can use these for social media? For example, I'd like to keep all my brochures on one page but I would like to promote each brochure individually. Is there a way to assign a flipbook url to each brochure on this page? https://www.bawahreserve.com/downloads/

I know I can send a link direct from the 3D flipbook panel on my admin but it's full size, and doesn't fit the page properly. I'm a bit stuck on how to do this. I tried to change the size settings on the backend to a5 but nothing happened. I can't see any more youtube vids on this. Hope you can help. https://www.bawahreserve.com/3d-flip-book/discovery-playbook

thanks max

m***x@bawahreserve.com
2020-07-09
2020-07-09

Hi,

Awaiting your reply. Thanks

a***r@3dflipbook.net
2020-07-10
2020-07-10

If you mean open a specific book in lightbox by url, i recommend to use JavaScript to activate lightbox depending on url: https://www.bawahreserve.com/downloads/#book1 - book1, https://www.bawahreserve.com/downloads/#book2 - book2

jQuery(function(){
  var cl = location.hash.split('#')[1];
  if(cl) {
    jQuery('.'+cl).trigger('click');
  }
});

'book1' and 'book2' should be added as CSS classes for books in insert dialog

a***r@3dflipbook.net
2020-07-10
2020-07-10

https://www.bawahreserve.com/3d-flip-book/discovery-playbook - if you want to change layout you need to use css for class 'book-widget'

m***x@bawahreserve.com
2020-07-22
2020-07-22

Hi there,

I am getting my developer to look into adding URLs to each book on a single page but he's having some problems getting it working. Could you tell me what you mean by this? He said he doesn't know which dialog you're talking about?

'book1' and 'book2' should be added as CSS classes for books in insert dialog

m***x@bawahreserve.com
2020-07-22
2020-07-22

He added the JS and css class to all the pdfs on the page but can't get it working. Is it possible to give you access for you to look at it please? It's this page: https://www.bawahreserve.com/downloads/

m***x@bawahreserve.com
2020-07-23
2020-07-23

hey there, possible you could get back to me on this? We are waiting to add urls for our books.

thanks max

a***r@3dflipbook.net
2020-07-24
2020-07-24

It seems to be working: https://www.bawahreserve.com/downloads/#book1

yes, write me email author@3dflipbook.net

Log In to leave a comment