Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter johannesdb

    (@johannesdb)

    I found the code that was wrong 🙂

    Line 1152 in advanced-iframe.php the jQuery load statement referes to an id: ‘#ai_temp_’.$id
    But in line 1147 the id is set to “#ai-temp-‘.$id

    The error is that in line 1147 “-” is used and in line 1152 “_” is used.

    I changed the “_” in line 1152 to “-” and the include_url shortcode worked again 🙂

    I hope that the error can be corrected in a future update.

    /Johannes

    Plugin Author mdempfle

    (@mdempfle)

    Thanks – I’ll fix the code tonight….
    Seems I have optimized something but missed this one.

    Best, Michael

    Plugin Author mdempfle

    (@mdempfle)

    I have fixed it in 6.5.4.

    Best Michael

    Thread Starter johannesdb

    (@johannesdb)

    Perfect! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘include url’ is closed to new replies.