Still not php 7.4 compatible
-
Hi
The latest build is still not php 7.4 compatible.
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)` in /var/docs/wptheme.tst/public/wp-content/plugins/responsive-menu/vendor/twig/twig/lib/Twig/Node.php on line 42Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /var/docs/wptheme.tst/public/wp-content/plugins/responsive-menu/vendor/twig/twig/lib/Twig/Node.php on line 198`I have reported this more then 4 months ago on your support forum including the patch.
also css is still glued together.
f.e.
#responsive-menu-pro-container .responsive-menu-pro-item-link, #responsive-menu-pro-container #responsive-menu-pro-title, #responsive-menu-pro-container .responsive-menu-pro-subarrow { transition: background-color0.5s, border-color0.5s, color0.5s; }
and there are many more of these
There is also a css bug on line 412 in app.css.twig. height has default 0s set which is wrong as the transition speed should come from the next setting
transition: background-color {{ options.animation_speed }}s, width 0s {{ options.animation_speed }}s, height 0s {{ options.animation_speed }}s;
Please fix all !
- The topic ‘Still not php 7.4 compatible’ is closed to new replies.