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?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lioz’s picture

Hi, do you have a website where i can check the issue?

Lioz’s picture

Status: Active » Postponed (maintainer needs more info)
jpoole’s picture

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.

Frits1980’s picture

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%;
}
jpoole’s picture

Frits1980 - That fixed it! Thanks so much for the help.
John

Lioz’s picture

Status: Postponed (maintainer needs more info) » Fixed

thanks frits, fixed in the next release

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

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.

Dane Powell’s picture

Version: 7.x-3.0-beta6 » 7.x-3.0-beta11
Status: Closed (fixed) » Needs review
FileSize
338 bytes

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.

tweety_ag’s picture

Version: 7.x-3.0-beta11 » 6.x-2.9

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.

toprek’s picture

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

toprek’s picture

I've removed the content of the "upper sidebar" region and now it works. Does anybody knows why?

mattyoung’s picture

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.

NatiNog’s picture

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?

naveeddil’s picture

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

naveeddil’s picture

Version: 6.x-2.9 » 7.x-3.0-beta11

m using the last latest version

naveeddil’s picture

Any Reply will be highly appreciated...

cuysan’s picture

Category: bug » support

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.

JHousty’s picture

Title: Marinelli Banner is not Showing the Title and Description Bar » Marinelli Banner is not Showing up in drupal site

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.