Hi guys,
Is it possible to create an infinite scrolling page but horizontally? I also tried using the LayerSlider to create something like that with a parallax effect, but to no avail.
Thanks in advance!
Hey!
Can you please post the link to your page and a link to an example? It sounds like it is not easily possible but let us take a quick look firstly :)
Regards,
Yigit
Hey Yigit!
This is the link to my page: thecreativeinitiative.net (I am planning on changing the complete layout, which is why I posted this question :) )
And this is the one that inspired me: http://hotdot.pro/#
Best regards,
Jonathan
Hey!
That is a lot more advanced than what i had in mind :)
You can try to find a plugin that would let you create such advanced parallax effects on your page or you can hire a freelance developer for such feature as it is definitely not easily possible right now :)
Cheers!
Yigit
Hey Yigit!
Yeah, the page I sent you is definitely a lot of work, but what about simple horizontal scrolling without all the parallax effects etc.?
Regards,
Jonathan
Hi!
can you provide and show us a link where you want to have horizontal scrolling please? cause we need to inspect the elements to provide you some possible CSS code for this function.
Best regards,
Andy
Hi!
For example this page could do with some horizontal scrolling:
http://thecreativeinitiative.net/design/
OR
http://thecreativeinitiative.net/projects/jonathan-c-l-chan/#toggle-id-1
But I was planning on creating a new simple layout without any special effects except for the horizontal scrolling, where all projects appear one after another.
Once again, thanks for all the effort,
Jonathan
Hi!
use this code for horizontal scrolling the first page you have provided:
main.template-page.content.av-content-full.alpha.units {
overflow-y: scroll;
}
Cheers!
Andy