Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #987907

    I might not have been completely clear – BTW using enfold theme and want construction demo slider. THANKS

    #987993

    I 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?

    #988099

    Hi,
    The Constriction Demo uses the Fullwidth Easy Slider. Here is the screenshots of the settings;
    2018-07-20_220832
    2018-07-20_220950

    Best regards,
    Mike

    #988101

    Thanks 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?

    #988111

    Okay 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

    #988229

    Hi,
    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,
    Mike

    #988875

    I AM using Minimal Light – controls are always visible

    #989008

    Hi,
    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,
    Mike

    #989010

    That didn’t really work as the arrows should appear when you hover over the slideshow – not when you actually hover over the arrows themselves.

    #989021

    Hi,
    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,
    Mike

    #989272

    That did the trick – thank you. Please close this ticket.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How do I duplicate Construction theme slider’ is closed to new replies.