Hello

I"m having some trouble figuring out how to have the rotating banner work on the front page of my site. It just shows one of the images but they don't rotate and the text associated with that image isn't visible. On all the other pages the banner seems to work fine.

I've tried various options in 'visibility'

right now my setting is:
*

but i've tried various combinations with no luck. Am I just being stupid with visibility? What is the code to show on all pages everywhere?

I also changed the z-index value in

#header-image-text{ /* image text container */
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 109;
	width: 100%;
}

as per http://drupal.org/node/1035948

the site is http://www.jtcustomwood.com and is clearly still under construction.

thanks for any help.

-z

Comments

ascii122’s picture

Title: Rotating Banners on all pages but front » Rotating Banners on all pages but front (fixed - conflict with galerie module)
Status: Active » Fixed

Turns out the galerie module http://drupal.org/project/galerie was causing a conflict. When a galerie gallery was promoted to the front page I was getting a javascript error that seems to break the rotator. But when you went to view the gallery itself the rotator was fine.

So demoting that post fixed the issue. Now looking for another gallery system to use

cheers

-z

Status: Fixed » Closed (fixed)

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

SeeSchloss’s picture

Project: Marinelli » Galerie
Version: 7.x-3.0-beta11 » 7.x-1.6
Status: Closed (fixed) » Active

Just stumbled upon this issue.

Even if you do not use the Galerie module anymore, could you please provide me with more information about the javascript error you were getting?
If this is a problem with this module it needs to be fixed.

SeeSchloss’s picture

Title: Rotating Banners on all pages but front (fixed - conflict with galerie module) » Javascript relies on HTML markup that can change according to themes.
Version: 7.x-1.6 » 7.x-1.x-dev
Assigned: Unassigned » SeeSchloss
Category: support » bug
Status: Active » Fixed

OK I managed to reproduce it, this bug was quite dumb on my part really.

Status: Fixed » Closed (fixed)

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