• Hello,

    It appears there’s a bug in the plugin where the “alt” attributes are being mixed into the HTML.

    See code:

    <div id="owl-demo" class="owl-carousel">
    ??
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/16464949_1809827662677433_7681670887182958592_n.jpg" alt='??'/>
    </div>
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/16229489_1730873160536146_4161619114193846272_n.jpg" alt=''/>
    </div>
    @s__law got the right stuff
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/16122741_166402683852746_1991885203433324544_n.jpg" alt='@s__law got the right stuff'/>
    </div>
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/16465708_1905474259686403_566766474245439488_n.jpg" alt=''/>
    </div>
    @sean_durt ?????♂?
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/16228699_1863216210560023_2371239693091078144_n.jpg" alt='@sean_durt ?????♂?'/>
    </div>
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/16110756_247019299055556_5786406659609853952_n.jpg" alt=''/>
    </div>
    <div class="item">
    <img src="https://scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/15877324_579268845607229_1362283404892045312_n.jpg" alt=''/>
    </div>
    </div>

    I’m displaying the plugin using <?php echo do_shortcode(‘[ap_instagram_feed]’); ?>

    And I’m using the ‘Slider Layout’ setting.

    This bug occurs in version 2.2.6 and 2.2.5, but not version 2.2.4.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug – Alt attributes mixed into HTML’ is closed to new replies.