Posted by teodyseguin on September 2, 2011 at 8:57am
3 followers
Jump to:
| Project: | Dynamic display block |
| Version: | 7.x-1.0-rc1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I set up ddblock module in a Drupal 7 site. It displays the images but it's not rotating/sliding though I had set it up to have a 'fade' transition. The content type I assigned to this block is of type 'slider' which has two attached image on it. As I really don't have any clue why it is not working, I've look into the console (i'm using google chrome) and this is what I saw.
[cycle] terminating; zero elements found by selector - jquery.cycle.all.js line 25
Comments
#1
Ddblock does not work with attached images.
Please read the tutorials on http://ddblock.myalbums.biz for more information
#2
How can it be said it doesn't work with attached images?
I have one content type 'slideshow' and have created one image field which accepts multiple images. I have attached 3 images to this field and setup the appropriate VIEW for ddblock.
It works flawlessly in Firefox / Safari / Chrome and I did it all based off the tutorial @ http://ddblock.myalbums.biz/node/888
Obviously I adjusted this D6 tutorial to D7 where imagefield has been replaced by the field API and no longer do we need preprocess functions.
The problem is I am getting this error with IE7 / IE8 only though. As said it works fine in other browsers except IE7 / IE8 where constantly get the first image rendered and no rotation / sliding. Console in IE shows:
'terminating; zero elements ....selector' error.
#3
You can attach files to nodes using the normal attachment functionality of drupal.
I thought you where using this.
Using an imagefield with multiple images should also work in Drupal 7, like you did.
Looks like it is a javascript issue in IE.
Do you have a link to your site?