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
Comment #1
ascii122 commentedTurns 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
Comment #3
SeeSchloss commentedJust 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.
Comment #4
SeeSchloss commentedOK I managed to reproduce it, this bug was quite dumb on my part really.