All nodes appear on page before being consolidated into rotation

iteego - April 17, 2009 - 05:11
Project:Views Rotator
Version:6.x-1.0-alpha2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I have seen this issue brought up before but it was closed without any remedy. I tried JQuery update and overflow:hidden in the css id properties of the block I am rotating. But nothing works. The problem exists in all browsers I have tried which are FF, IE and Opera. How can this be fixed? Otherwise, a very awesome script and you guys are doing impressive work over there at Mustardseed. Cheers, kevin

#1

iteego - April 17, 2009 - 05:11
Version:6.x-1.x-dev» 6.x-1.0-alpha2

#2

iteego - April 22, 2009 - 07:12

Can anybody help with this issue? Thanks. Kevin

#3

urbanbricks - April 24, 2009 - 02:23

Set the css div id of the views rotator (which can be done when inserting the block into a panel/panel page), or use the id generated by Drupal
Set a width/height for the div
Set overflow to hidden
Set the *rotator item* (this 'Views' field name is generated by Drupal)
I believe you can use 'display: none;' or 'overflow: hidden;' - in my case I had more success using 'display: none;'

#home-rotator {
    width: 600px;
    height: 300px;
    overflow: hidden;
}

#home-rotator .views-rotator-item {
    display: none;
}

Hope this helps :)

#4

iteego - April 26, 2009 - 20:54

thanks urbanbricks, i will give it a shot this week and let you know how that worked out. I appreciate your help. K

#5

sinuz - July 29, 2009 - 10:30

I think I have a diffrent problem, the rotator shows only up on the frontpage to anonymous visitors, other pages show all the items.

#6

sinuz - July 29, 2009 - 15:38

I resolved this problem by setting the block cache mode to Per page

 
 

Drupal is a registered trademark of Dries Buytaert.