Update from 7.x.3.2 to 7.x.3.3 breaked the styles.
the reason is that the rendered html changed:
from
<div class="views-content-nid">47009</div>
to
<div class="views-content-"><a href="#slideshow-0">47009</a> </div>
Complete block:
From
<div class="views-slideshow-controls-bottom clearfix">
<div id="widget_pager_bottom_novedades-block_4" class="views-slideshow-pager-fields widget_pager widget_pager_bottom views_slideshow_pager_field views-slideshow-pager-field-processed">
<div id="views_slideshow_pager_field_item_bottom_novedades-block_4_0" class="views-slideshow-pager-field-item views_slideshow_pager_field_item views-row-odd views-row-first">
<div class="views-field-nid">
<div class="views-content-nid">
47009 </div>
</div>
</div>
<div id="....
To
<div class="views-slideshow-controls-bottom clearfix">
<div id="widget_pager_bottom_novedades-block_4" class="views-slideshow-pager-fields widget_pager widget_pager_bottom views_slideshow_pager_field views-slideshow-pager-field-processed">
<div id="views_slideshow_pager_field_item_bottom_novedades-block_4_0" class="views-slideshow-pager-field-item views_slideshow_pager_field_item views-row-odd views-row-first">
<div class="views-field-nid">
<div class="views-content-">
<a href="#slideshow-0">47009</a> </div>
</div>
</div>
<div id="...
Comments
Comment #2
nickdickinsonwildeinvestingating, looks like you're using a nid field as the pager field?
Comment #3
nickdickinsonwildeah how sweet... a totally minimal error! fixed, thanks for reporting.
Comment #4
nickdickinsonwildeComment #7
jtutterrow commentedThis is still an issue when updating to 7.x-3.9.
Comment #8
William Aubert commentedHello NickWilde,
How do you fixe this ?
I have same error after updating from 7.x.3.1 to 7.x.3.9. All styles are boken in my views.
Before update :
After update :
Comment #9
slindhurst commentedI noticed the same change. According to #2861060: how to remove the #url generated by view slideshow pager (Drupal 7) this is a desired difference to improve accessibility and can only be removed with some kind of theme function. So I guess we both need to update our CSS,