Okay
  Public Ticket #213057
Nectar Slider Bullet Navs Not Working in Chrome
Closed

Comments

  • David started the conversation

    Hello, the bullets at the bottom of our slider which control manually choosing a slide do not work in Chrome or on the iPad. I checked your demo site in Chrome and they work fine so I don't know what is wrong. Could you please take a look and let me know if you see anything off?

  •  8,470
    Tahir replied

    Hey David!

    The z-index of the buttons seem to be lower then the slider link. Add this into the Custom CSS box located in your Salient Options panel :

    body .slider-pagination {
        z-index: 2000;
    }
    

    Cheers


    ThemeNectar Support Team 

  • David replied

    Thanks Tahir, that is most awesome!