Posted by nathancollins44 on January 22, 2011 at 2:58am
13 followers
| Project: | Marinelli |
| Version: | 7.x-3.0-beta11 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I am having an Issue with the Rotating Banner Title/Description bar showing up... It fades in for only half a second on each banner rotation...? I want the Title and Description to stay up with each image.
It just started doing this right after I deleted the Marinelli default banners and added 15 more banners
anyone know how I can fix this?
Comments
#1
Hi, do you have a website where i can check the issue?
#2
#3
I am new to Drupal and working through learning it. I have an identical problem to this one. I also deleted the default banners and added 12 new ones. The first has a title and description and the rest just have a description. The title and description fade within the first fraction of a second although they did work with the original defaults.
www.johns-testsite.com is the URL.
#4
Solution:
in the CSS file slideshow.css replace this:
#header-image-text{ /* image text container */position: absolute;
bottom: 0px;
left: 0px;
z-index: 12;
width: 100%;
}
With this:
#header-image-text{ /* image text container */position: absolute;
bottom: 0px;
left: 0px;
z-index: 109;
width: 100%;
}
#5
Frits1980 - That fixed it! Thanks so much for the help.
John
#6
thanks frits, fixed in the next release
#7
Automatically closed -- issue fixed for 2 weeks with no activity.
#8
I have a similar issue: It does not show titles and descriptions.
The code in the CSS is the new one but it doesn't work.
Also, I can not enable the topbar if this may help to locate the problem.
All other functions is working properly.
Site is here:
http://accademiadiparacadutismo.com/portale
Thank you.
#9
It seems that this fix was never committed. Also, while #4 does fix the problem, it doesn't quite make sense because AFAICT the z-index has never been 12...
So here is a patch based on #4 but relative to 7.x-3.0-beta11.
FYI, also marked #1186200: Banner description hidden by the banner pictures meanwhile the settings set the description above the banner as dupe.
#10
Is there a patch for version 6.29? I don't seem to see the slideshow.css. I am a newbie and may be i am missing something? Please help! Having the exact same issue.
#11
I have a strange similar problem. The title and the description don't appear on the banner in the homepage but they do on other pages. you can see it @ www.verschueren.org
#12
I've removed the content of the "upper sidebar" region and now it works. Does anybody knows why?
#13
The problem is in the HTML output, header-image-text appear before the nav link and the image...the problem can be fixed either by reorderingthe HTML output or use z-index...I'm going with the css z-index fix now.
#14
Hi, I have my marinelli slide working with 4 images. I uploded 2 more banners but they are not shoeing up.
Can anybody help me?
#15
Hey All,
Until this Morning; Navifation, Title and Description was showing Correctly...
I Removed the Old Pictures and as i Add the new ones now all disappeared dont know why...?
Both the Options are set to Yes
Do you want to show title and description over the banner?
Do you want to show the banner navigation over the banner?
Can you please help
the site is at www dot bestpak dot org
#16
m using the last latest version
#17
Any Reply will be highly appreciated...
#18
Looking for help to solve the banner description issue discussed in this thread. I have a 7.10 drupal installation. New with it so looking for a bit of help.
My css rules are (as discussed here http://drupal.org/node/1186200 ):
#header-image-text{ /* image text container */
position: absolute;
bottom: 0px;
left: 0px;
z-index: 109;
width: 100%;
}
Any help would be appreciated. Haven't found the solution browsing through the threads.
#19
I tried to upload a new image banner to the site and that didn't work. Now suddenly, the whole image slider has disappeared. Please help asap.