Hi @sirom777,
I have seen your site, it seems to me that you have solved it, you have changed row 1184, because I have not seen the error you have indicated.
ERROR:
Warning: array_merge (): argument no. 1 is not an array in /www/htdocs/w0193873/alpinejitterbugs.com/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1184
Hi,
i found a solution, for me work i have change row 1184
from
$dynamic_settings = array_merge( $dynamic_settings, $control['dynamic'] );
to
$dynamic_settings = array_merge( wp_parse_id_list( $dynamic_settings ), $control['dynamic'] );