If I configure the slideshow style, Views breaks and the css becomes distorted showing different button images after saving the view with the slideshow format.

Here are images:
Normal Views : http://i104.photobucket.com/albums/m199/DashaDesigns/normal_views.jpg
Broken Views with Slideshow Style Format: http://i104.photobucket.com/albums/m199/DashaDesigns/broken_views.jpg

Comments

ParisLiakos’s picture

which template are you using?

BeaPower’s picture

I am using bartik

ParisLiakos’s picture

that's the theme.
i mean ddblock template.
Did you download one,or the default that's in the module?

BeaPower’s picture

Its the default one. Not sure if its the custom pack that I put under my themes folder in the sites directory... or the custom folder can't be detected.

BeaPower’s picture

Because it doesn't show any image, just a list of nodes with a pager at the bottom

Anonymous’s picture

I confirm this issue. Views breaks with vsdupright60p.
The broken view edit page "http://i104.photobucket.com/albums/m199/DashaDesigns/broken_views.jpg", I have also.
I did a fast check with the other dd templates, they look oke.

ParisLiakos’s picture

check firebug's console for javascript errors.
that would help a lot.

this is probably a duplicate of #1242304: Uncaught TypeError: Object #<Object> has no method 'scrollable' (fixed)

Anonymous’s picture

With firebug I am getting 2 errors: CSS and JS:

CSS
The path to transparent_bg.png in views-slideshow-ddblock-cycle-vsddefault.css in the core ddblock module (path: views_slideshow_ddblock/css) is broken. Add ../ in the image path in the lines below

div.views-slideshow-ddblock-cycle-vsd-default div.slider-inner{background:transparent url(../images/transparent_bg.png) repeat scroll 0 0!important;height:303px;overflow:hidden;position:relative;visibility:hidden;}

div.views-slideshow-ddblock-cycle-vsd-default div.slide-text{background:transparent url(../images/transparent_bg.png) repeat scroll 0 0!important;position:absolute;}

JS
Error:

$("#views-slideshow-ddblock-scrollable-pager-" + block + " div.vsd-scrollable-pager").scrollable is not a function
[Afbreken op deze fout] api:true                   views_...?lrizbs (regel 311)

Location js file modules/views_slideshow_ddblock/js/views_slideshow_ddblock.js

ParisLiakos’s picture

check http://drupal.org/node/1242304#comment-4837342 for the js error.its the same.that's what breaks the views admin.

i ll leave this open for the CSS issue;)

choosedrupal’s picture

Same problem here. Using a customized zen theme. It broke Drupal's ajax system.