Okay
  Public Ticket #1386565
Disable Nectar Slider or Page Header on Mobile
Closed

Comments

  •  1
    Massimo started the conversation

    Hello there.


    how can i disable the page header or nectar slides on mobile?

    thanks for support. Massimo

  •  9,017
    Tahir replied

    Hey Again,

    I am afraid the Theme has no such Option available. 

     Be.st 


    ThemeNectar Support Team 

  •  1
    Massimo replied

    Hey Tahir.

    the client wants his logo big and fullscreen in the first row (i used the nectar slider). But it is also small in the header navigation. On desktop i solved this double-logo-problem with no starting-logo-image so that you see the header logo just by scrolling the site. But on mobilescreens the header logo is already visible on start.

    Do you have any idea how to solve this problem?

  •  9,017
    Tahir replied

    I am afraid its not possible to remove the logo on mobile as there is no scroll class added to the header-outer Div . 

    be.st 


    ThemeNectar Support Team 

  •  1
    Massimo replied

    Hey Tahir.

    I found this in one of your posts and disabled the nectar slider on mobile with:

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

    This works. 

  • inedit replied

    hello Massimo,

    thank you for posting this reply. I have the same problem, I want to hide the Nectar slider on Mobiles.

    Somehow simply ticking the "hide on mobile" in  the "responsive options" for the column the slider sits in doesnt seem to work.

    The code you provide here below, where would you have to place it? 


  •  1
    Massimo replied

    Hello inedit.

    Paste:

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

    in the theme custom css section you find under salient/general settings/css/scripted related

    ... thats it.



  • inedit replied

    what a pitty, that doesnt seem to work for me ;-/

    I will carry on looking ...or maybe support team actually helps me.


    thank you for your quick reply anyway ,-))