Viewing 1 replies (of 1 total)
  • Hey – I was having the same exact issue so I modified the plugin.

    In content-holders.php towards the bottom there is the line:

    $instance->content = $currentCode[‘content’];

    change it to:

    $instance->content = stripslashes($currentCode[‘content’]);

    the PHP function stripslashes() seems to do the trick here.

    Hope that helps!

    Erik

Viewing 1 replies (of 1 total)
  • The topic ‘Image path not rendering’ is closed to new replies.