• Getting this error when trying to use a dynamic url in my project and i have elementor version: 3.0.6 and Ele Custom Skin version: 3.0.0 installed.

    
    <div class="elementor-row">
    <br>
    <b>Warning</b>:  Illegal string offset 'url' in <b>/srv/users/projectname/apps/projectname/public/wp-content/plugins/elementor/includes/base/controls-stack.php</b> on line <b>1184</b><br>

    Works fine when i write the url my self.

    • This topic was modified 4 years, 4 months ago by saadan6.
    • This topic was modified 4 years, 4 months ago by saadan6.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The same thing happens to me, but I use another plugin and even then the error occurs

    in: wp-content\plugins\elementor\includes\base\controls-stack.php
    Line 1184
    Changing:
    if ( $dynamic_property ) ) {
    to
    if ( $dynamic_property && isset($settings[ $control_name ][ $dynamic_property ]) ) {

    Works

    I am getting a very similar error when using dynamic links.

    Warning
    : Illegal string offset 'url' in
    /home/customer/www/meaovum.com/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php
    on line
    1159
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting this error when trying to use a dynamic url’ is closed to new replies.