Posted by BeaPower on August 22, 2011 at 4:03pm
4 followers
Jump to:
| Project: | Views Slideshow: Dynamic Display Block |
| Version: | 7.x-2.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
which template are you using?
#2
I am using bartik
#3
that's the theme.
i mean ddblock template.
Did you download one,or the default that's in the module?
#4
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.
#5
Because it doesn't show any image, just a list of nodes with a pager at the bottom
#6
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.
#7
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)
#8
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
#9
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;)
#10
Same problem here. Using a customized zen theme. It broke Drupal's ajax system.