Elementor 2.9.2 bug

pradpat

New member
Aug 6, 2019
19
4
3
Got this warning today in Besa theme:
Warning: array_merge(): Expected parameter 1 to be an array, null given in C:\www\besa\wp-content\plugins\elementor\includes\base\controls-stack.php on line 1184

Solution:
Open elementor\includes\base\controls-stack.php (line 1184) in editor of your choice.

change this
$dynamic_settings = array_merge( $dynamic_settings, $control['dynamic'] );

to
$dynamic_settings = array_merge( wp_parse_id_list( $dynamic_settings ), $control['dynamic'] );

This worked for me.
 
  • Like
Reactions: NullMaster

pradpat

New member
Aug 6, 2019
19
4
3
Tested with updated latest release (2.9.2, non-nulled) from Elementor site. After thorough testing, this bug is still showing for themes which uses array_merge( ) . Besa is one of them. Edubin theme has no issue. 29448
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu