Pretty sure I’m getting the same issue. @ned13 @adminksen
The only way I’ve found a way around is to replace this line:
if ( $dynamic_property ) ) {
With this:
if ( $dynamic_property && isset($settings[ $control_name ][ $dynamic_property ]) ) {
The file can be found:
wp-content\plugins\elementor\includes\base\controls-stack.php
Found the solution here:
https://github.com/dudaster/ele-custom-skin/issues/118
-
This reply was modified 5 years, 2 months ago by mrcrani.
-
This reply was modified 5 years, 2 months ago by mrcrani.
@dudaster Awesome many thanks 👍 Updated the plugin and all looking good.
@brunomarsilio I only noticed it last week as I changed ESP and started using Elementors built-in forms.
Thanks for the advice, rolling back to an older version fixed the issue 👍