Closed (fixed)
Project:
Views Rotator
Version:
6.x-1.0-alpha2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 23:49 UTC
Updated:
14 Jul 2012 at 19:34 UTC
Great module, but when I put the view block in my content, it overlays other content including the block beneath it. I'm guessing this is a CSS tweak, but is this supposed to happen out of the box?
Thanks again!
Comments
Comment #1
mfer commentedThe height of the region needs to be specified for it not to overlay regions after it. This is a side effect of the javascript needed for the transitions. There are now 2 ways to set the height:
1. The height of the tallest rotating item is detected and the region height is set to be the same. This is the default.
2. Manually specify this. For drupal 5 you will need a theme function override to do this. In drupal 6 there is an option with the rest of the options for the view.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
Rabbit69 commentedI still have the problem of overlaping other items by using a block view.
Comment #4
sdresser commentedI'm having this problem as well. Z-indexing doesn't seem to fix it. I don't know of any content on my page that is positioned absolutely.Nevermind! I went into the Views Rotator settings, and changed the height I specified, to blank (auto), and all is fixed!
Comment #5
mfer commentedComment #6
urbanbricks commentedThe above works for me too - thanks!