Slider Is Glitching

Hi Themeco,

I have a fullscreen slider on my homepage but it is glitching

demo.wmmajaliwa.com Is the site

I started to notice it when I made the topbar fixed with js

How do I fix it?

Thanks

Hi There,

Can we exclude the topbar fixed from the home page? To do that, please add this custom CSS under Theme Options > CSS:

.home .x-topbar {
    position: relative !important;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Hope this helps!

1 Like

Hi, Thai

Thanks for the feedback, will check out the links as well, thanks for that

As a quickie though, Is there any way to just make that page unscrollable, like remove the scroll bar totally?

Something like this, but this is not working

 body.page-id-354 {
  
  overflow:hidden !important;
}

Thank you

Hi There,

To completely remove the scrollbar on the right side, please change your revolution slider to full screen instead of full width:

Under Increase/Decrease Fullscreen Height, you should put .x-topbar class.

Let us know how it goes!

1 Like

Hi, Thai

Thanks for the feedback

Unfortunately, adding .x-topbar just gets rid of the entire slider

So I end up with this

Wait, had added that in the wrong place. Sorry, my bad

Works like a charm

Thanks, Thai

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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