-
AuthorPosts
-
July 20, 2018 at 4:46 pm #987905
I don’t want to import the demo – just want to reproduce that particular slider. How do I find the settings for that without importing theme? THANKS.
July 20, 2018 at 4:47 pm #987907I might not have been completely clear – BTW using enfold theme and want construction demo slider. THANKS
July 20, 2018 at 7:53 pm #987993I figured out that Enfold construction demo uses slideshow.css and I would like to use that css file which I have copied but how best to link it into the theme please and is there an easy way to determine a layers settings from looking at the active construction slideshow?
July 21, 2018 at 4:11 am #988099July 21, 2018 at 4:39 am #988101Thanks but the Construction Demo slide elements are using slideshow.css styles and I want to incorporate those as well. Does that css get loaded with Fullwidth Easy Slider? And how are h2 + p + button being brought in on top?
July 21, 2018 at 5:12 am #988111Okay nevermind about the elements – I see how that works but I want the arrows to be circles and how do I make them only appear on hover. THANKS
July 21, 2018 at 9:44 pm #988229Hi,
To make your slideshow controls round, in the element, choose “minimal white” in the option “Slideshow control styling”
and then add this code in the General Styling > Quick CSS field:#top .av-control-minimal .avia-slideshow-arrows a:before { border-radius: 100px !important; }
On my localhost the controls only show on hover when using “minimal white”, if this is not the case for you please link to your page so we can see and assist with some css.
Best regards,
MikeJuly 23, 2018 at 8:23 pm #988875I AM using Minimal Light – controls are always visible
July 24, 2018 at 3:13 am #989008Hi,
Thank you for the login, I added this code in the General Styling > Quick CSS field:#top .avia-slideshow-arrows a { opacity: 0; } #top .avia-slideshow-arrows a:hover { opacity: 1 !important; }
Please clear your browser cache and check.
Best regards,
MikeJuly 24, 2018 at 3:53 am #989010That didn’t really work as the arrows should appear when you hover over the slideshow – not when you actually hover over the arrows themselves.
July 24, 2018 at 4:58 am #989021Hi,
Good point, I changed it to:#top .avia-slideshow-arrows { opacity: 0; } #top .avia-fullwidth-slider:hover .avia-slideshow-arrows { opacity: 1 !important; }
Please clear your browser cache and check.
Best regards,
MikeJuly 24, 2018 at 5:32 pm #989272That did the trick – thank you. Please close this ticket.
-
AuthorPosts
- The topic ‘How do I duplicate Construction theme slider’ is closed to new replies.