Okay
  Public Ticket #230544
Nectar Slider Issues
Closed

Comments

  • Qasim started the conversation

    I have a nectar slider on the homepage of the site I'm building with 4-5 slides, self animated & looping. Problem: I get numbers displayed in top corner in a black box and after slide 3 each subsequent picture moves down the screen leaving an expanding black line at the top of the image... Have a look and you'll see what I mean.

  • Qasim replied

    I've done some more testing on another page in addition to the homepage. This happens in nectar sliders across my site no matter which page they sit in. The problem seems to come from slide 3 - the black bar appears at the top on slide 3, is a little wider in slide 4, again on number 5 etc. 

  •  8,448
    Tahir replied

    Hey Qasim!

    I see some p tags getting added therefore the spacing. This is likely a plugin conflict. Please try deactivating each plugin to find the culprit. If you need a quick css fix Add this into the Custom CSS box located in your Salient Options panel :

    body .swiper-wrapper p {
        display: none !important
    }

    Cheers


    ThemeNectar Support Team