• Hello,

    We’ve updated at the last version of elementor and now the page that use “display conditions” load in debug mode only.
    We’ve deactivate the other plugins , but only load again when we deactivate “power pack”.

    Any solution? we’ve made all our extranet with this module for clients.

    Thanks in advanced.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • We are having the same issue and figure out that the issue starts appearing in version 2.6.19 of PowerPack. So @mfeijoo try downgrading PowerPack to 2.6.18, that temporary solved the issue for us.

    Any plugin author that can take a look into this? Looks like the issue is in /modules/display-conditions/module.php on line 443 when the following line of code was changed from:

    ‘fields’ => $this->_conditions_repeater->get_controls(),

    to:

    ‘fields’ => array_values( $this->_conditions_repeater->get_controls() ),

    Thread Starter mfeijoo

    (@mfeijoo)

    Hello Aaron, thanks for the tip. It works at this version. I hope also that the author find a solution. Thanks a lot!!

    • This reply was modified 2 years, 1 month ago by mfeijoo.

    @mfeijoo For any plugin here in the WordPress Plugins, in the right sidebar you will see: “version, last updated, active installations… etc.” Below that there is an “Advanced view” link. Enter to that link and scroll to the very bottom of the page, there is a dropdown with all the versions from that plugin.

    Plugin Author Simrandeep Singh

    (@simrandeep)

    Hi @mfeijoo

    The issue is with Elementor, and we have already reported the issue to the Elementor team. Hopefully, an update with the fix will be available soon.

    You can check the issue thread here – https://github.com/elementor/elementor/issues/19392.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Elementor Page in debug mode’ is closed to new replies.