Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #661162

    I have two question…

    1. With the Advance Layer slider, I have it set for the slide show to start once in view port. Is there a way to have it reset when it scrolls out of view port (and then, of course, start again once in view port)?

    2. I cannot figure out how to have a transparent header. I want the logo and menu to stay at the top, but without a background color. I know there’s the setting when on pages to have a transparent header, but the header comes back in once you scroll down. I’m sure there is a simple solution. Lol

    Thanks!:)

    Justin

    #661337

    Hi Justin,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #661446

    Hi Rikard,

    Yes, Here you go…

    Thanks!
    Justin

    #662940

    Hi,

    1.) No, as far as I know LayerSlider Plugin does not have such functions.

    2.) Use this code inside Quick CSS field:

    .header_color .header_bg {
    background-color: transparent;
    }
    

    Best regards,
    Andy

    #663157

    Great. Thank you for answering my question.

    I have one more… Is there a way to get rid of the background of the prev and next button on the advance layer slider? I just want the white arrows, and not the background square.

    Link reference:

    Thanks,
    Justin

    #663338

    Hi,

    use this code:

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
    display: none;
    }
    

    Best regards,
    Andy

    #663572

    Hey Andy,
    Thank you for the response. This code seems to get rid of the navigation button entirely(making it so people can’t go to the next/prev slide). I just want the background gone and keep the arrows. I tried using code:
    background-color: transparent
    But that seems to do nothing.

    Any thoughts?

    Thanks!
    Justin

    #664535

    Hi,

    use this code instead:

    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
    background: transparent;
    }
    

    Best regards,
    Andy

    #680421

    Hi there,
    I was also wondering if it’s possible to use the mobile navigation menu on the desktop site?

    i.e. on my regular desktop site, Can I have no menu visible and just the square box (like the mobile site navigation) then when clicked it expands and shows the menu options.

    Similar to this site: http://www.3magine.com/

    Thanks much!
    Justin

    #680616
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.