• Hi, thanks for this great plugin.
    I have set a “Row Layout” block with a “background slider” of two images, and set arrows for sliding. In admin view arrows work fine, but in front end view they don’t work at all. I’ve tried different styles, row widths, and browsers with no results. Any ideas?
    Plus, there is an annoying horizontal scroll bar at bottom. How can I remove it.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    Hey,

    I’m seeing the arrows, right now it seems you have set them to dark outline so they are very hard to see on your dark images. Try using the white outline option.

    To make it so you can select those arrows you need to set the row content max width. Even 90% would allow for the content to not be on top of the arrows preventing the arrows from being clickable.

    The overflow (scroll bard) is caused by your theme and how it’s setting up fullwidth content. You can add this css if you would like:

    body {
        overflow-x: hidden;
    }

    I hope that helps!

    Ben

    Thread Starter Daniel

    (@damen02)

    Hi Ben.
    I forgot the arrows color! Just changed.
    I tried the 90% max width and works great.
    Thanks for your help!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background slider arrows don’t work’ is closed to new replies.