Revolution slider blocking megamenu

Posted in: Newspaper
Post count: 45

I’d like to have a slider on top of my front page which is built with the visual composer however.. when doing to the slider block the items in the mega menu.

Basically the menu ends up behind the slider and not the other way around which happens when there is no slider.

Any way to work around this?

Post count: 3343

Hello,

Add this CSS in Theme panel -> Custom CSS

.td_revolution_slider {
z-index: 0;
}

Thanks for the message!

Post count: 45

It’s working, thanks 😀

Post count: 45

Maybe I jumped of joy a little bit too fast, now there’s a link to our contact page in the far left of the mega menu that fetches our regular news items..

Post count: 45

I may have solved this. Seems my mega menu picked up the Contact page cause it was a custom link in my menu instead of a direct page link so to speak.

Post count: 6600

Hi,

Glad you figured it out!
Thanks for the message.

Post count: 11

Same problem with the menu behind the slider shortcode. – but the css doesn’t seem to fix it..

Post count: 388

To be honest I found that the update didn’t fix it and I had to change the z-index of both elements. It might be affecting you too. I did this:

.sf-menu {
  z-index: 2 !important;
  }

.td_revolution_slider {
  z-index: 1 !important;
}
Post count: 6600

Hi,

Thanks TheMediumUTM! We will look into this, thank for letting us know.

Post count: 11

Thanks – TheMediumUTM – But that doesn’t seem to have done it either… Is there a setting somewhere I’ve missed ?? Surely the Menu & Slider should work ‘out of the box’?

Post count: 6600

Hi,


@Camy

Usually the .td_revolution_slider {z-index: 0;} css fixes this, please send me your site’s link so I can inspect this and can provide you a solution for this.

Thanks

Post count: 5

Hi,

I happen to have the same problem. Neither solution helped in my case. Love your theme otherwise, but I want to keep the revolution slider at the top of my homepage, but this renders the top menu completely useless.

Please help.

My website is guidetoljubljana.com if you need to check it out.

Post count: 5

Hope you see and manage to solve this soon.

Post count: 5

Found it myself.

#rev_slider_1_1_wrapper {
 z-index: 0;
}
Post count: 6600

Hi,

Glad you found it and thanks for sharing!
Please let me know if you have any other theme related issue.

Thanks for the massage!

Post count: 5

Thanks. Everything else seems to be working great so far.
Will let you know if I find anything else.

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.