• Resolved karagiannidis

    (@karagiannidis)


    Hello,

    Slide img tags are currently not w3 valid since they are not self closing.
    In order to fix this:

    Nextend/Framework/View/Html.php
    line 78:
    return self::tag('img', $htmlOptions, false, true);
    Nextend/SmartSlider3/Slider/Slide.php
    line 846:
    return Html::tag('img', $attributes, false, true);
    line 890:
    $sources[] = Html::tag('img', $attributes, false, true);
    Nextend/SmartSlider3/Slider/Feature/SlideBackground.php
    line 376:
    $sources[] = Html::tag('img', $imageAttributes, false, true);

    need to clear slider cache afterwards

    • This topic was modified 3 years, 3 months ago by karagiannidis.
Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @karagiannidis

    In our latest build we have already created fix for this problem and for some other validator problems as well. So in the next release this problem will no longer occur.

    If you don’t want to wait until the next release, then I uploaded the installer of our latest build here for you:

    To install it you should go to WordPress > Plugins > Add new > Upload plugin then install this .zip file. Once WordPress starts installing it, it will warn you about that the plugin is already installed and there you will need to choose the replace option.

    Once it is done, you need to clear the cache like you also mentioned and the problem will no longer occur.

    Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)
  • The topic ‘a11y img tag’ is closed to new replies.