Support » Plugin: Promotion Slider » Thumbnail Nav With Title

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Micah Wood

    (@woodent)

    You can actually achieve this with some simple css:

    .promo_slider . thumb_nav img:before {
        content: attr(alt);
    }

    This will display the titles before the images, but will require additional styling to get things to appear the way you want.

    Thread Starter daijiaoking

    (@daijiaoking)

    Thank you Micah Wood!

    I just try your suggestion, which using content property to retrieve the alt of the thumbnail… but too bad, it doesn’t work for img element.

    Anyway, i just solved this problem using javascript. I use array to store the alt attribute of the images, then insert the value as title of the thumbnail.

    Thanks again for your replied and suggestion. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail Nav With Title’ is closed to new replies.