My first slide is on the list item with the class of flex-active-slide below.

No even or odd classes are currently present

As you can see, classes are not distinguished for even and odd rows (even though Views Slideshow has this built in).

What's the reason for this? Can we add it into the module? Say for instance I wanted to style a caption to be positioned differently on even on odd rows... with CSS3 I could do like li:nth-child(odd) & li:nth-child(even),but that isn't supported in <=IE8 so it is not viable. To have this in the Flex Slider would be great.

CommentFileSizeAuthor
Untitled-1.png22.86 KBownage

Comments

ownage’s picture

Project: Flex Slider » FlexSlider Views Slideshow
Issue summary: View changes

link to views slideshow even & odd stuff

ownage’s picture

Issue summary: View changes

further

minoroffense’s picture

Project: FlexSlider Views Slideshow » Flex Slider
Version: 7.x-1.0-rc3 » 7.x-2.x-dev
Priority: Normal » Minor

I'll put it on the list.

minoroffense’s picture

Project: Flex Slider » FlexSlider Views Slideshow
Version: 7.x-2.x-dev »
minoroffense’s picture

Issue summary: View changes

css3 syntax fix

hwasem’s picture

Version: » 7.x-2.x-dev
Issue summary: View changes

This would be great! I'm actually looking for .first and .last, but it is a similar thing in views. I need the :only-child selector, but IE8 won't support it.

Sorry for the version change. I don't know why it is requiring me to change it.

hwasem’s picture

Ignore this.