Hi,
I followed your instructions in the documentation. Then the images show in administration mode only, they are shown in a column, nothing moves and to the left bottom a warning sign appears. Opening this sign, it says that: This property or method is not supported by this object. I obviously did something wrong or forgot to do something. However I did do a lot for some hours to solve this problem myself. Now I'm looking for your help, maybe it is a silly little thing.
Using d6.6, have the jquery_update installed, the folder and images on their place, made an ddblock called 'banner', had no problem to configure the block, but as soon as I set it to the header region, images shown up but too that warning icon and everything was blocked.
What to do?
Comments
Comment #1
ppblaauw commentedHi Felix,
I assume you used a folder as the input type and placed your images in this folder.
The folder needs to be relative to your drupal installation, e.g.
if you set the image folder to files/images/ddblock the path on your server is
[Drupal_root]/files/images/ddblock.
You use 'img' (without the quotes) as your container.
I assume this is all in place because you see the images when you place the block in a region.
So it has to do something with the javascript configuration
Need some more info...
Can you send me a link to the page via the contact form?
ppblaauw
Comment #2
daddydo commentedHi Philip,
I've made a test site for this purpose to find out what really went wrong while building the main site. There was a conflicting js file (jquery-1.2.2.pack.js) that obstructed the performance of ddblock. So one bridge has been taken.
BUT... when logging out I encountered the next surprise: the banner was not showing up. Looking in the source code the header had no code at all as the js file (jquery.cycle.all.pack.js) was expectedly loaded. So in admin mode the banner rotates and fades as expected, but in anonymous view it is empty.
We are not far from victory, are'nt we?
Felix.
Comment #3
ppblaauw commentedHi Felix,
Not far from victory!
This is a caching problem.
See issue: Cached blocks sometimes don't work. Apply the patch in this issue.
2 other patches you can apply are in the issue: Problem adding Views Block.
Hope this helps you further.
Philip
Comment #4
ppblaauw commentedSet status to fixed. Assume user solved the issue. 10 weeks with no activity.
Comment #5
ppblaauw commentedfixed