Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jjcoder

    (@jjcoder)

    Hey shibumi,

    Put text in the NextGen field alt/title. If the field is a link however the image will link to the url instead.

    Regards,

    JJCoder

    I have done this myself, and it still doesn’t work.. I used W3 Validator to validate my website, and it actually showed the code, howing it had no alt within the tag. one site I am using this on is https://www.qbmonline.com there in the middle bottom of footer.

    Hello,

    Since my sites rely heavily on the slider, it was important for me to add “alt” tags to images for SEO.

    This is what I did:

    line #217 jj-ngg-jquery-slider.php

    $image_description = "title=\"" . $this->quote_fix($image_description) . "\" ";

    Change “title=\” to “alt=\”

    in jquery.nivo.slider.pack search for line:

    if(g.currentImage.attr("title")!=""){k=g.currentImage.attr("title");

    Change “title” to “alt”

    This worked for me. Hope it helps!

    P.S. This changes the “caption” from title to alt. Disabling caption ( disablecaptions=”1″ ) will disable the alt tag from being written.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: JJ NextGen JQuery Slider] alt for images?’ is closed to new replies.