Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #256871

    I’m currently creating my website and here is the text area where my problem is;

    http://www.3dvisuals.co.uk/newsite/homepage/3d-visuals-still-images/

    I want the full-screen slider that’s at the top of the page to stay still in that fixed position (rather than move up as in a ‘parallax’ fashion) – I know that to fix items into position, it is usually done by placing the item into a Color Section Layout Element.

    However, it seems that you can’t put a Fullscreen Slider into a Color Section.

    I really don’t want any other slider, just this Fullscreen one since that is doing exactly what I want to do at that point of the page.

    Please can someone advise me ??

    Many thanks.

    Kindest regards,

    Jez

    #257027

    Hey Jez!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    .avia-fullscreen-slider .avia-slideshow-inner {
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    }

    Cheers!
    Ismael

    #257033

    Thanks Ismael, but that only scrolls the fullscreen slider – we want it to be fixed so that other stuff moves over it.

    We don’t want that slider to be parallax, or scroll, but fixed and the css you’ve given gives us scroll.

    Please advise – thanks.

    http://www.3dvisuals.co.uk/newsite/homepage/3d-visuals-still-images/

    #257254

    Hi!

    You can add position: fixed; to the css Ismael provided but you would then need to put your content below it inside color sections with colored backgrounds. Even then it may not work great since the element isn’t designed to work like that.

    If its a must-have feature then a freelance developer from somewhere like Codeable or Envato Studio can assist in making the customization.

    Regards,
    Devin

    #257979

    Many thanks :)

    We got this fixed in the end and now it looks exactly as we wanted it :)

    http://www.3dvisuals.co.uk/newsite/homepage/3d-visuals-still-images/ :)

    Kindest regards,

    Jez
    http://www.3dvisuals.co.uk/newsite/ (still under development)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to have FIXED Fullscreen Slider (in Parallax page) ? No Color-Section ?’ is closed to new replies.