Download & Extend

How to configure Views_Rotator module?

Project:Views Rotator
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

I looked through the issues and did not see this specific problem. I started to file it as a bug report, but since other people have Views Rotator working, I switched to a support request.

I have a simple Title and Body view that is set to Views Rotator and displayed in a block in an upper right region of my theme. It displays very well in Firefox, but really whacks the display out of alignment on Opera and MSIE. I have enclosed screenshots to illustrate. But basically it pushes the rest of the page all the way down to the bottom of the stack of Views nodes. It then sets the left margin of everything following it on the page, to where the left margin of the view was.

I have tried to clear the overflow from this long column of views by setting this in my CSS:

#views-rotator-publicity_view-block_2 {
height:292px;
width:266px;
overflow:hidden;
}

The screenshot didn't show this, but it just made everything below 292px white, but still pushed the content down as far.

I also have my page using clear-block (twice!) to get things pulled back to the right margin like so:

<div id="wrapper" class="clear-block" >
<div id="sidebars" class="clear-block" >

      <?php if ($left): ?>
        <div id="sidebar-left"><div id="sidebar-left-inner" class="region region-left">
          <?php print $left; ?>
        </div></div> <!-- /#sidebar-left-inner, /#sidebar-left -->
        <?php endif; ?>

      <?php if ($right): ?>
        <div id="sidebar-right"><div id="sidebar-right-inner" class="region region-right">
          <?php print $right; ?>
        </div></div> <!-- /#sidebar-right-inner, /#sidebar-right -->

   <?php endif; ?>
   </div> <!-- /#sidebars -->

<div id="banner_home">
  <?php
       
print swf('/sites/all/themes/ringleader2/swf/ringleader.swf', array('params' => array('height' => '52', 'width' => '960')));
     
?>

</div>

Has anyone else encountered this? IS this a bug?

AttachmentSize
Picture 8.png410.3 KB
Picture 9.png412.78 KB

Comments

#1

Yeah, me too!
I use the rotator as a block of rotating pictures in the sidebar. In Firefox all works well, but in IE7+ it cripples the whole site layout. As long as only the first image is shown, everything is okay, but as soon as the next picture fades in, everything below like footer etc gets pulled upward to the bottom of the rotator block and appears behind the content area. Setting a fixed height does not help.
I even tried to use the other module "views slideshow" but it is all the same. So i think it must have something to do with the j-component itself.

#2

This is a theming issue. FF, Safari, IE6/7/8, and Opera all do things a little differently.

jCarousel does have some issues with jQuery version later than 1.2.3 but I don't think that's it here. If there was a link to the live/test site it would be much easier to find the issue.

#3

Just a quick follow-up. If anyone is having issues with text-only sideshows looking bad on MSIE, there is a solution.

See:
http://www.kevinleary.net/jquery-fadein-fadeout-problems-in-internet-exp...

#4

@mcfilms thanks for posting, this solution worked well for my views rotator, which is both text + images :)
http://www.bpadmissions.com

#5

Same here in opera and IE.

I have tried to show pictures in a sidebar block but no matter if I leave height empty, auto or set a height, the block is totally collapsed as if it had nothing in it. The pictures in the view are rotated but since the entire site is pulled up it overlaps the bottom and the whole site below the rotator moves up and down depending on the Image height shown.

Tried The alpha as well as the dev version.

---> He sets the block height correctly as soon as I have only 1 item in my rotation!

Is there any similar modul to use until this works?

#6

I switched to Ajax Slideshow (http://drupal.org/project/ajax_slideshow) and am happy with it.

#7

How does Views Slideshow work when images have different heigts? Since it does not pull the content before displaying it it does not know the maximum heigth correct? So I assume my page would jump up and down as well?!

Is this module still maintained? Looks as if it is dead?!

#8

Title:Views Rotator Displays perfect in Firefox, Poorly in IE and Opera» How to configure Views_Rotator module?

just installed and enabled Views_Rotator module, Version 1.0, on Drupal 6.x with Ubercart.
But how to configure this module? I didn't see this admin panel for this module in Drupal Admin side, just see this module enabled..

#9

Why do you think, is there a file called "Readme"?
Enable the module, create a view and choose "rotator" as the view-style.