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

mfer’s picture

Status: Active » Fixed

The 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Rabbit69’s picture

Version: 6.x-1.0-alpha » 6.x-1.0-alpha2
Status: Closed (fixed) » Active

I still have the problem of overlaping other items by using a block view.

sdresser’s picture

I'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!

mfer’s picture

Status: Active » Fixed
urbanbricks’s picture

The above works for me too - thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.