bxslider only text, when I call js the texts are

0

I have a problem with bxslider, I do not really know if it's a problem or if it does not accept only texts. I have this code below:

 <ul class="bxslider row">
  <% student.qrcodes.each do |qrcode| %>
    <li class="col-xs-12 col-sm-4 col-md-4">
      <span class="aluno_<%= qrcode.program.short_name.downcase %>"><%= qrcode.code %></span>
      <small><%= "#{qrcode.program.short_name} - #{qrcode.year_reference}" %></small>
    </li>
  <% end %>
</ul>

What generates this:

ButwhenIcallJStoactivatethe$('.bxslider').bxSlider();slideithappenshere:

The"texts" simply disappear.

Any idea what it might be?

link

    
asked by anonymous 26.02.2016 / 13:30

0 answers