• Resolved divydovy

    (@divydovy)


    Hi,

    Awesome plugin (so far).

    aesop-story-engine/public/includes/components/component-parralax.php

    Line 103 is currently: <?php echo esc_html($atts[‘floatermedia’]);?>

    The esc_html means the <img> tag is output as text, not interpreted as HTML.

    Replacing with: <?php echo $atts[‘floatermedia’];?>

    Fixes for me. HTH

    https://wordpress.org/plugins/aesop-story-engine/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Floatermedia HTML is stripped, preventing images from working’ is closed to new replies.