-
AuthorPosts
-
July 15, 2016 at 8:29 am #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
July 15, 2016 at 3:07 pm #661337Hi Justin,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardJuly 15, 2016 at 5:38 pm #661446July 20, 2016 at 1:43 pm #662940Hi,
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,
AndyJuly 21, 2016 at 1:28 am #663157Great. 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,
JustinJuly 21, 2016 at 12:28 pm #663338Hi,
use this code:
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { display: none; }
Best regards,
AndyJuly 21, 2016 at 7:59 pm #663572Hey 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!
JustinJuly 25, 2016 at 11:19 am #664535Hi,
use this code instead:
#top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { background: transparent; }
Best regards,
AndySeptember 1, 2016 at 3:31 am #680421Hi 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!
JustinSeptember 1, 2016 at 11:05 am #680616Hi,
yes check out this: http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.