• Resolved Thubten

    (@thubten)


    Hello,

    Thanks for this plugin which works perfectly on every version of IE.

    As I would like to custom each image separately, I need a way to get different class for each image.
    Image in the slider has “easingsliderlite-image” class. Is it possible to do for example: class=”easingsliderlite-image img-01″ following the order in “edit slideshow” as I use random display.

    Thank you

    https://wordpress.org/plugins/easing-slider/

Viewing 1 replies (of 1 total)
  • Thread Starter Thubten

    (@thubten)

    Finally I could manage it.

    Just have to modify easing-slider/templates/slideshow.php

    – Line 96, just after class=”easingsliderlite-image, add a space and:

    <?php echo 'img-'.$slide->id ?>

    Yours

Viewing 1 replies (of 1 total)

The topic ‘Add different class number for each image’ is closed to new replies.