erik-krogh / SudoSlider

The most versatile jQuery content slider
36 stars 24 forks source link

Order of images #29

Closed potsu closed 9 years ago

potsu commented 9 years ago

Is there a way to set an order to the images that I have in the slide show. Either by name, or by a field in the content part of the drupal site. Thanks http://www.redlodgemountain.com/

webbiesdk commented 9 years ago

You can just change the order of the elements in the HTML code.

You can also use something like this if you want to change the order with some JavaScript: http://stackoverflow.com/questions/7628627/change-order-divs-with-jquery

The JavaScript needs to run before the slider is initialized.

potsu commented 9 years ago

Thanks webbiesdk

Any hints on where I might find that html code in the rather large drupal backend?

Thanks

webbiesdk commented 9 years ago

Nope, never used Drupal