3D FlipBook - FlipBook not show after Wordpress Update 5.5

t***w@googlemail.com
2020-08-20
2020-08-20

Hello,

I have integrated a flipbook on a Wordpress page and it works wonderfully with Wordpress 5.4.2 and Flipbook 1.9.25. When I update Wordpress to version 5.5, Flipbook no longer works with my somewhat outdated template. The iframe is missing in the code, the DIV structure around the iframe is created. An update of flipbook to version 1.10.6 brings no changes! When I use a standard template, the flipbook is displayed! Unfortunately, the template is now a bit out of date and there are no more updates for it. Can someone give me a tip where the problem may be in the template?

Thanks teccrow

Replies

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

Write a link to your page.

t***w@googlemail.com
2020-08-20
2020-08-20
a***r@3dflipbook.net
2020-08-20
2020-08-20

there is not plugin shortcode on the page.

t***w@googlemail.com
2020-08-20
2020-08-20

You mean I still have to install a plugin? Which one do you suggest

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

no, i mean that i do not see an inserted book on page https://groothuis.linux07.rw.serviceprovider.de, there is not html code that should be when you use the plugin.

t***w@googlemail.com
2020-08-20
2020-08-20

Sorry my mistake, the wrong link. Here is the FlipBook https://groothuis.linux07.rw.serviceprovider.de/das-sind-wir/

That is with Wordpress 5.4.2 and Flipbook 1.9.25. If I were to update Wordpress to 5.5, the iframe code is no longer there.

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

could you update just Flipbook i need to see what happens? Or maybe you have debug server?

t***w@googlemail.com
2020-08-20
2020-08-20

I have a backup and the site is not online yet!

I have updated Flipbook to version 1.10.6. Wordpress is still version 5.4.2

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

ok. the plugin looks fine. Well, then we need to get what is going on when you update WordPress. So update WordPress now.

t***w@googlemail.com
2020-08-20
2020-08-20

Wordpress is now 5.5 and the flipbook is no longer displayed!

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

Yep , i see. Could you send me your theme? i will debug it. Something went wrong:

superfish.js?ver=1.4.8:82 Uncaught TypeError: Cannot read property 'msie' of undefined
    at HTMLUListElement. (superfish.js?ver=1.4.8:82)
    at Function.each (jquery.js?ver=1.12.4-wp:2)
    at n.fn.init.each (jquery.js?ver=1.12.4-wp:2)
    at n.fn.init.$.fn.superfish (superfish.js?ver=1.4.8:80)
    at HTMLDocument. (superfish.js?ver=1.4.8:22)
    at i (jquery.js?ver=1.12.4-wp:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
    at Function.ready (jquery.js?ver=1.12.4-wp:2)
    at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
t***w@googlemail.com
2020-08-20
2020-08-20
a***r@3dflipbook.net
2020-08-20
2020-08-20

The problem in your theme superfish.js:

    if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
...
    if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)

$.browser is undefined. Probably in WP5.5 changed jQuery version. if you change those lines with:

    if (sf.op.dropShadows  && !(0&&($.browser.msie && $.browser.version < 7))) menuClasses.push(c.shadowClass);
...
    if ((1 || $.browser.msie && $.browser.version > 6) && o.dropShadows && o.animation.opacity!=undefined)

it will work.

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

but the bad thing for me: nobody from customers will understand this and will blame the plugin, so anyway i need to do something...

t***w@googlemail.com
2020-08-20
2020-08-20

Great, now it works. Big thanks for your support!

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

you are welcome. please write a review https://wordpress.org/support/plugin/interactive-3d-flipbook-powered-physics-engine/reviews/ when you have a free time, it is very important for us.

Log In to leave a comment