RE: Slider Revolution on Posts

Hey I’m wanting to add a revolution slider to below the masthead on my posts pages how is the best way to do that? I found this article https://theme.co/apex/forums/topic/revolution-slider-below-masthead-in-posts-pages/ but I think my issues using it is its for the X theme. I’m on Pro so what changes to this code needs to be made? I asked this under another account and never followed through. response was this link, https://theme.co/apex/forum/t/slider-revolution-on-posts/28903, My question is how to this reply? its not working right for me. Its not appearing blow the menu I’m struggling help!

Thanks!

Hi There,

Thank you for writing in! The custom code provided on the thread you linked above should still work in both X and Pro, if you have the standard header and using the Integrity stack.

Else, please add another Bar on your header, and paste the shortcode of your slider in there.

A thread will be automatically closed within 10days if there is no update on it. It’s the right thing to do to write a new thread.

Hope it helps,
Cheers!

Okay so I could never get the code to work for me and if I add another bar to the header this is what I get. It resides on top of the menu instead of underneath. Also I do have the top bar set to absolute and the bottom bar set to relative. See Pic.

Hi mturner87,

To allow us taking a deeper look at this issue, please provide your WordPress Dashboard login details in a “Secure Note” so we can investigate this issue.

Thanks.

Just added the secure note to previous post

Hi There,

That is because your Bar 1 has a lower z-index (9998), than Bar 2 (9999). Please reorder it.


Adjust the Bar 2 height as well to fit the slider.

Also, edit that custom CSS below, so it will not affect the single product page. That code is the cause why your product page content is behind the header.

@media (min-width: 980px) {
	.x-masthead {
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 right: 0; 
	}
}

Hope it helps,
Cheers!

Wow y’all are awesome! That did the trick!! Thanks for all the help!

Certainly, We are happy to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.