New Landing How can we help? Themeforest Theme Support Uplift Removing Parrallax Effect Swift Slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #296543
    skpacific
    Member
    Post count: 41

    Hey guys,

    Thanks for the awesome, it’s great. I have one little question, I’ve used the swift slider to create a slick video background first fold. I really like it, however, I’d like to remove the parallax effect when scrolling down on the slider. Quick note, I’d like to keep the fading our content tho. I did look in the WordPress backend for a way to remove it, unfortunately, I couldn’t find one.

    Is there a way I could build the top fold another way and keep a transparent menu overlaying on the video and get rid of the parallax or is there some code I could add to remove the effect for that particular slider?

    Thanks for the help!

    #296875
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test adding this to Theme Options => Custom CSS

    .swift-slider.swift-slider-parallax {
        position: absolute!important;
    }
    #296996
    skpacific
    Member
    Post count: 41

    Hi, yeah it is fixing the top part but the bottom part is acting a bit funny by expanding.

    You can take a look here at http://www.dev.skpacific.org

    Cheers!

    #297384
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    .swift-slider.swift-slider-parallax {
        position: absolute!important;
        transform: none!important;
    }
    .swiper-slide .caption-wrap {
        transform: none!important;
    }

    Thanks.

    #297508
    skpacific
    Member
    Post count: 41

    Boom it works! Thanks!

    #297515
    David Martin – Support
    Moderator
    Post count: 20834

    Great, glad that helped you out!

    – David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register