• Resolved BackuPs

    (@backups)


    Hi

    The latest build is still not php 7.4 compatible.

    Deprecated: Unparenthesizeda ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)` in /var/docs/wptheme.tst/public/wp-content/plugins/responsive-menu/vendor/twig/twig/lib/Twig/Node.php on line 42

    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or 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 198`

    I have reported this more then 4 months ago on your support forum including the patch.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    The plugin you have mentioned does not belong to us. Our plugin is named as WP Responsive Menu and the error is occuring in responsive menu plugin that is https://www.ads-software.com/plugins/responsive-menu/ . Kindly, check once again.

    Thank You.

    Thread Starter BackuPs

    (@backups)

    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;
    }

    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;

    and there are many more of these

    • This reply was modified 4 years, 8 months ago by BackuPs.

    Hello,

    As mentioned earlier, kindly check for the plugin you are using; The one you are using is Responsive Menu plugin which does not belong to us.

    Thank You

    Thread Starter BackuPs

    (@backups)

    Hi… please delete. Sorry for the wrong forum post

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    We are closing this topic due to wrong plugin support help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Still not php 7.4 compatible’ is closed to new replies.