3D FlipBook - Set length & width

a***n@raunharman.net
2020-09-12
2020-09-15

https://managementresearch.co.in/june-flip-book/ I have shown two options, thumbnail view and Full screen view

  1. How to increase the height of the thumbnail
  2. When the lightbox opens, can it open directly in full width (full screen) so that the content of the pdf file is visible
  3. Even if I disable all Sidebar Widgets, then also, the default Full Screen view does not cover sidebar area Please Suggest a solution to it.

Replies

a***r@3dflipbook.net
2020-09-15
2020-09-15
  1. https://www.youtube.com/watch?v=1SbHrjTZATg
  2. add CSS class fb3d-activate-fullscreen or use another lightbox theme "Dark Glass Shadow"
  3. add style:
    .wrap #primary {
    width: 100%;
    }
    
a***n@raunharman.net
2020-09-15
2020-09-15

I am using the free version. I added the css : fb3d-activate-fullscreen and the result is: https://managementresearch.co.in/june-flip-book/

I added .wrap #primary { width: 100%; } to Custom CSS, but due to it, the side widgets, on other pages did not show properly. (I have disabled the Sidebar widgets on the Flip book post )

a***n@raunharman.net
2020-09-16
2020-09-16

I also tried Thumbnail with Lightbox. The thumbnail size is not changing. I want to increase the size of the thumbnail. I also increased the Thumbnail size in Settings-Media, but no change

a***r@3dflipbook.net
2020-09-16
2020-09-16

use this style

.wrap #primary {
width: 100%;
}

only for pages with disabled side bar.

what plugin version do you use? did you update the flipbooks after changing Settings-Media?

a***n@raunharman.net
2020-09-16
2020-09-16

Problem sorted out. The cache was creating issue.

a***n@raunharman.net
2020-09-16
2020-09-16

Thanks a lot

a***n@raunharman.net
2020-09-18
2020-09-18

One small query: Is it possible to open the flipbook in a new window, when clicked on the Thumbnail (thumbnail and lightbox effect)

a***r@3dflipbook.net
2020-09-20
2020-09-20

No

a***n@raunharman.net
2020-09-21
2020-09-21

https://managementresearch.co.in/april-june-2020/ I have selected Lightbox only (no thumbnail). Still it is not showing in fullscreen. The shortcode is: [3d-flip-book mode="fullscreen" id="3226" classes="fb3d-activate-fullscreen"][/3d-flip-book]

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

as i told you before - the problem lies in your theme, you need to fix style sheet for pages with disabled sidebar.

Log In to leave a comment