Hi,

It would be useful to have some details that would allow us to differentiate slideshows from one to another apart from .flexslider-n class... including default field attributes for example would be useful. I believe module Field Slideshow does this and although I like Flexslider better especially since I am using it on Entity Reference fields... but I miss this.

Comments

TommyK’s picture

This used to exist. Try the alpha1 release. Something in the commit http://cgit.drupalcode.org/flexslider/commit/?id=7c0b80fd23358f8afbd0d19... seems to have broken it.

We used to get normal field wrappers around the flexslider div like:

<div class="field field-name-field-page-slideshow-image field-type-image field-label-hidden field-wrapper">
or
<div class="image">

but now those are gone.

We need the field wrappers back in order to style different flexslider displays on different different fields.

TommyK’s picture

Category: Feature request » Bug report

Changing to bug report since the feature used to exist.

TommyK’s picture