• Using Elementor Custom Skin I’m getting this error Illegal string offset ‘url’ in… whenever I set the link to dynamic tags.

    Is there an conflict between Ele Custom Skin and Make Column Clickable? I also reach out to them

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem commenting so im notified if you get an answer, finger crossed

    This link has a solution:
    https://github.com/dudaster/ele-custom-skin/issues/118

    The issue is in elementor, line 1181 of /elementor/includes/base/controls-stack.php

    Change that line from:
    if ( $dynamic_property ) ) {
    to
    if ( $dynamic_property && isset($settings[ $control_name ][ $dynamic_property ]) ) {

    You shouldn’t have plugins of wourse, but Elementor is aware of the issue, but haven’t fixed the issue now going on 10 months.

    • This reply was modified 4 years, 2 months ago by alissit.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting an illegal String error when putting a dynamic tag’ is closed to new replies.