Closed (fixed)
Project:
Views Rotator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2009 at 00:59 UTC
Updated:
27 Aug 2009 at 05:21 UTC
Hi,
I've set up a panel page and am having a problem getting views rotator to work in it.
The problem is that when I have more that one item in the panel and the rotator starts working, the panels below shift up and are hidden behind the rotator panel.
If the nodes diplayed is set to one in the panel config everything is fine, but his has the effect of not rotating, of course.
I've done a diff on the configs and the only difference is below (the two pages are attached from my 'view source'). It looks properly closed to me. What do you think? Thanks for any help.
| Comment | File | Size | Author |
|---|---|---|---|
| frontpagebad.txt | 12.34 KB | sam_squarewave | |
| frontpagegood.txt | 10.97 KB | sam_squarewave |
Comments
Comment #1
sam_squarewave commentedHere is the diff, messed it up above.
Comment #2
mfer commentedThis is a css/theming issue. Would have to see the actual page to find the problem.
This JS uses positioning which can cause things around it to become a little crazy.
Comment #3
crutch commentedSee issue http://drupal.org/node/540666
I worked around it by adding a CSS ID to the area of the panel. I did this manually by adding an CSS ID during the creation of the panel area.
I added min-height: 250px; in the CSS. Which sort of fixes the problem but when text-resize is introduced it throws the min-height solution out.
Comment #4
sam_squarewave commentedThanks!
Comment #5
sam_squarewave commented