Hi,

I've installed bxslider plugin and it works fine but the "add class options" in views doesn't work with and i need it. Seems that it's overwritting with the specific class of bxslider.

Only local images are allowed.

Could someone help me ?

Thank you and sorry for my english (i'm french)

CommentFileSizeAuthor
#1 bug-bxslider.jpg119.04 KBdecidela
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

decidela’s picture

FileSize
119.04 KB
Mschudders’s picture

Hi

Do you still need help with this ?

Mschudders’s picture

Status: Active » Postponed (maintainer needs more info)
Mschudders’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
fairrandir’s picture

Version: 7.x-1.50 » 7.x-1.51
Status: Closed (cannot reproduce) » Needs work

I can confirm this bug with latest version.
When you add row class in style options (for example, "my-class" and [some_token]), you expect to see row markup like this:
<li id="views_slideshow_cycle_div_1_0" class="bxslider-views-slideshow-main-frame-row my-class token-value">
However, what i get is just
<li id="views_slideshow_cycle_div_1_0" class="bxslider-views-slideshow-main-frame-row">,
without my classes applied