This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Carousel post slider mobile scrolling problem

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi! Sorry for bothering you so much.

I recently moved my post carousel slider to the top of my page, but quickly ran into a problem. When people put their finger on the screen of a mobile phone to scroll down the page, the page does not scroll down. Instead the slider “captures” the touch gesture and tries to scroll sideways to show more posts.

How can I make a “dead zone” of a few pixels so that any downward scrolling will result in the whole page scrolling, and any sideways scrolling will result in the slider showing more posts? Alternatively, how do I cleanly remove the whole slider or move it to the bottom only on mobile?

Thanks!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Tor André Sandum Private 10 years, 10 months ago

    This is a private message.

  2. Tor André Sandum Private 10 years, 10 months ago

    This is a private message.

  3. Andrew Misplon Staff 10 years, 10 months ago

    Hi Tor

    We recently added that to help mobile users. As you’ve seen though, it’s not helpful when the carousel is used in the header. At the moment there is unfortunately no way to turn off touch swipe. The best I can think of is to hide the carousel on mobile. Once it’s back in the header we could send through a CSS snippet to help out with that.

  4. Tor André Sandum 10 years, 10 months ago

    It’s back now :)

    I tried to remove it with CSS, but my code left a blank space! Your help is appreciated :)

  5. Andrew Misplon Staff 10 years, 10 months ago

    Cool. Let’s try:

    @media (max-width: 480px) {
    #pg-23-0 {
    display: none;
    }
    }
  6. Tor André Sandum 10 years, 10 months ago

    Thanks, perfect!

  7. Andrew Misplon Staff 10 years, 10 months ago

    Super, glad that does the trick.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread