Tagged: fixed, fullscreen slider, parallax
-
AuthorPosts
-
April 27, 2014 at 11:22 pm #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
- This topic was modified 10 years, 6 months ago by 3dvisuals_co_uk.
April 28, 2014 at 12:35 pm #257027Hey 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!
IsmaelApril 28, 2014 at 12:50 pm #257033Thanks 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/
April 28, 2014 at 7:04 pm #257254Hi!
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,
DevinApril 30, 2014 at 12:11 am #257979Many 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) -
AuthorPosts
- The topic ‘How to have FIXED Fullscreen Slider (in Parallax page) ? No Color-Section ?’ is closed to new replies.