After upgrading to views slide show 6.x-2.0, the drop down menus from the marinelli theme became hidden behind the slide show banners. please see attached image. Any ideas how to fix this?

CommentFileSizeAuthor
#1 vss_hiding_menu2.JPG98.39 KBtborrome
vss_hiding_menu.JPG85.89 KBtborrome

Comments

tborrome’s picture

StatusFileSize
new98.39 KB

here's a clearer screen shot.. is there a way to bring the banner behind the menus? this was working fine in beta2.

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

You need to up the z-index on the menu or lower the z-index on the slideshow using css.

Something like

#your-menu-id {
z-index: 20;
}

tborrome’s picture

Status: Postponed (maintainer needs more info) » Active

hi, thanks for the response.
what css files do i make these changes on?

thanks!

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Looking at your site it seems you would need to add

#plinks {
  z-index: 5;
}

But looking at your site it seems to look like it's working. I'm using Firefox 3.6 and Google Chrome

Did you get it fixed?

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed.

tborrome’s picture

Status: Fixed » Active

sorry for the late response .. no its not working, i had to revert back to the old beta2 version for it to work.

where do i add this? what file?
#plinks {
z-index: 5;
}

thanks

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Add it in layout.css found in sites/default/themes/marinelli/

There is

#utilities #plinks {/*- Primary links in Header */
	position:absolute;
	left:-7px;
	bottom:0px!important;
	bottom:-1px;
		}

add

z-index: 20;

I upped it to 20 because the slideshow uses 15.

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed.

Status: Fixed » Closed (fixed)

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

sedos’s picture

Title: Views Slide Show hiding theme's submenu » Marinelli Theme. How to hide rotating Banner?

Hi, I'm new to drupal, I have a little problem with Marinelli theme, I would hide the rotating banner on the pages as in the demo they have on the following link.

http://marinelli.netsons.org/node/31

Thanks in advance.

redndahead’s picture

Please open a new issue.

redndahead’s picture

Title: Marinelli Theme. How to hide rotating Banner? » Views Slide Show hiding theme's submenu