• Resolved peraburek

    (@peraburek)


    Hello,

    can you please tell me how to fix this problem

    Alternative text is NOT working with template “Standard”

    Alternative text IS working with templates “Dark, Thumbnails, Default”

    I am using Cyclone Slider 2 (2.9.5) with WordPress 4.1

    when I set Alternative Text (alt tag, img_alt) it is not working showing in page source even it is correctly written in Cyclone slider

    I have tried to change it a few times, without any success 🙁
    If I change title, changes are reflected in page source
    if I change alternative text (alt tag) it is not showing changes (or any alt tag)

    Please advise,
    Thank you

    https://ww.wp.xz.cn/plugins/cyclone-slider-2/

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

    (@peraburek)

    OK – I have found the bug 🙂

    in cyclone-slider-2\templates\standard\slider.php

    there is a line:
    <img src="<?php echo $slide['image_url']; ?>" title="<?php echo $slide['img_title'];?>" />

    in this line above alt="<?php echo $slide['img_alt'];?>" is missing

    so it should be changed to:
    <img src="<?php echo $slide['image_url']; ?>" alt="<?php echo $slide['img_alt'];?>" title="<?php echo $slide['img_title'];?>" />

    Please fix this small bug for next release 🙂

    Plugin Author kosinix

    (@kosinix)

    You are awesome peraburek. This will be included in the next release. Thank you.

    Plugin Author kosinix

    (@kosinix)

    Its now fixed in version 2.9.6.

    Best regards,

    Hi

    What’s the reason Nexten images are not imported in the Cyclone slider?
    This could be very handy. Bulk import and option not to embed alt/title etc etc.
    Regards Val

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

The topic ‘Alternative Text – not working?’ is closed to new replies.