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() ),
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 3 years, 7 months 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.
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