3D FlipBook - Hi, I bought the wordpress-plugin yesterday and have two questions: 1. It doesn´t start fullscreen on the startingpage. I

m***s@cecn.net
2019-08-08
2019-08-08

Hi,

I bought the wordpress-plugin yesterday and have two questions:

1. It doesn´t start fullscreen on the startingpage. I have to click, to get it fullscreen. How can I make it autostart. Thats the shortcode:

[3d-flip-book mode=”fullscreen” urlparam=”fb3d-page” id=”218” title=”false” template=”short-white-book-view”]

http://wordpress.p455559.webspaceconfig.de/

  1. On page 2 I will link to page 4. But onclick it opens the flipbook again and doesn´t jump directly. What do I have to put in here instead of this?

    <input type=”button” value=”Link 1” OnClick=”window.location.href=’/?fb3d-page=4’,’_self’”>

    Thans a lot and bye

    Michael

Replies

m***s@cecn.net
2019-08-08
2019-08-08

Thanks a lot …. that works …

And now one last question: is it possible to combine it with for e.x. fancybox, so that I can show a Video in a layer over the flipbook and close it there?

Or is there a function in flipbox? Fancybox generats just a blank screen …

Thanks again!

m***s@cecn.net
2019-08-08
2019-08-08

We solved the problem with fancybox in a workaround.

Last, but not least. Is it possible in the Wordpress Plugin to prevent the fullscreen mode? With a parameter for example? In the short-white-book-view?

Thanks a lot

Michael

a***r@3dflipbook.net
2019-08-08
2019-08-08

There is not shortcode parameter, but you can disable it globally in the settings.

m***s@cecn.net
2019-08-08
2019-08-08

Is it possible, to give the iframe an specific ID. Becaus I have to put links or buttons in safari or IE to another position (transform: translate (75px,20px);).

But for this I have to adress the iframe like

<iframe id=”book” scrolling=”no” ....

m***s@cecn.net
2019-08-08
2019-08-08

.link-1 { background-color: transparent; width: 650px; font-size: 20px; border: 1px; cursor: pointer; } .safari .link-1{ transform: translate (75px,20px); }

Browserdetection gives “safari” and then …

$(document).ready(function(){ if($(’#book’).length > 0){ $(’#book’).load(function(){ $(’#book’) .contents().find(‘body’) .addClass($(‘body’).attr(‘class’)); }); } });

Log In to leave a comment