Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1264997
    Joshua V
    Participant

    I know to do this with Revolution Slider, you add #wpadminbar, .masthead the the slider settings. How do you accomplish this in LayerSlider? I’ve got the slider above the masthead, now I just need the menu to show at the bottom of the slider.

    #1265003
    Christopher
    Moderator

    Hi there,

    This option is not available for layer slider, please use revolution slider.

    Thanks.

    #1265761
    Joshua V
    Participant

    Oh man! I just spent about 3 hrs making my slide in layer slider! :/ I thought I read somewhere that you could use some CSS coding to accomplish it?

    #1265777
    Jade
    Moderator

    Hi Joshua,

    We can try checking it.

    Kindly provide us with your URL. Thank you.

    #1265781
    Joshua V
    Participant

    mlsyourfsbo.com

    #1265839
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL. I’m seeing your navigation bar below the Layer Slider (see attached) are you trying to achieve something else? Can you please share some screenshots so we can have a better understanding of your issue?

    Thanks!

    #1266300
    Joshua V
    Participant

    I’m talking about where the slider is set to full screen but the menu will always appear on the bottom of the screen (see screenshot 1). I know to do this with Revolution Slider, you add #wpadminbar, .masthead the the slider settings. I know layerslider does’t have that option, but I thought there was CSS you could add somewhere to accomplish the same thing? Right now, the navigation bar is only visible if you scroll or click the bottom at the bottom center. I’d like the whole bar to be visible at the bottom.

    #1266515
    Lely
    Moderator

    Hello There,

    Thank you for the clarification. Please try adding this custom CSS:

    .x-navbar.x-navbar-fixed-top {
        bottom: initial;
    }
    .x-navbar {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999999;
    }

    See this:http://screencast-o-matic.com/watch/cDX3igQhny
    Hope this helps.

    #1267604
    Joshua V
    Participant

    Unfortunately, that didn’t do anything…

    #1267796
    Friech
    Moderator

    Hi There,

    Yes, Layer Slider does not have that offset option. Please add this on your custom CSS instead.

    .x-slider-container.above {max-height: calc(100vh - 70px);}

    Hope it helps, Cheers!

    #1271089
    Joshua V
    Participant

    It worked on my computer, but it’s not on my iphone or ipad.

    #1271116
    Friech
    Moderator

    Hi There,

    Please clear your mobile phone’s browser cache.

    Thanks.

    #1271384
    Joshua V
    Participant

    That didn’t work either.

    #1271397
    Christopher
    Moderator

    Hi there,

    Upon checking your site, slider was working fine, see the attachment.
    Please check again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1264997 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>