Okay
  Public Ticket #1429880
hiding nectar slider on mobiles
Closed

Comments

  • inedit started the conversation

    hello there,

    I need to hide the Nectar slider on mobile.

    But unfortunatly, when ticking " hide on mobile device" in the "responsive option" of the colomn the slider sits in, it doesnt seem to work. 

    I am using that same function in the responsive option for a few other columns and they all seem to work fine. 

    Could you please let me know what I am doing wrong?

    thank you,

    sandra


  • inedit replied

    sorry, here the screenshot of what I am doing.

    thank you

    sandra

  •  8,470
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    You will have to turn off the Parallax Option for it to work or use custom css . 

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • inedit replied

    yes, I did already find that hiding the paralax makes it work. But its a pitty to have to loose it. 

    If there is a code to make it work WITH paralax, it would be better.


  •   inedit replied privately
  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) {
        .parallax_slider_outer.first-section {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • inedit replied

    yes, I tried that. I placed the code into the custom CSS and added paralax funcion to the slider.

    Doing so, It does show up again on the mobile, when I do that.

    I have another slider set-up to show on mobiles only ( hidding it from the desctop version) so with the parlax activated for the desctop slider, I see both sliders in the mobile version.

    What could I be doing wrong?

    sandra


  •  8,470
    Tahir replied

    Hey Again,

    Could you please explain why there are 3 rows with the Home ID : http://prntscr.com/i5xh4u . Also which page had the Nectar Slider issue . 

    Thanks


    ThemeNectar Support Team