Page 1 of 2

Looking for horizontal scrolling banner

Posted: Sun Sep 02, 2018 5:44 pm
by wbs
Is there anything like this?
There should be a way to scroll to the left.

The reason is, I want to update this page: xyz.vw. We want the image banners to scroll when changing the page.

Is there a template for that?

Re: Looking for horizontal banner

Posted: Sun Sep 02, 2018 6:11 pm
by Tata
What is the goal exactly? Shall the whole content scroll or only the banners?
Anyway, both should be possible with CSS+transition.
Try to add some transition to

Code: Select all

div.onepage_page {
	width: 100%;
min-height: 50vh;
padding-bottom: 5em;
}
div.onepage_page_inner {
min-height: 70vh;
max-width: 900px;
margin: auto;
padding: 8rem 0;
}
the same you can achieve with banners if you assign special banner to each page.

Re: Looking for horizontal onepager

Posted: Sun Sep 02, 2018 6:16 pm
by wbs
The banner should scroll. Is this possible without scrolling the wohle content?

Re: Looking for horizontal onepager

Posted: Sun Sep 02, 2018 8:43 pm
by cmb
wbs wrote:
Sun Sep 02, 2018 6:16 pm
The banner should scroll. Is this possible without scrolling the wohle content?
If you want autoscroll without any user control, have a look at Slideshow_XH. Otherwise check out Flexslider.

Re: Looking for horizontal scrolling banner

Posted: Sun Sep 02, 2018 9:58 pm
by wbs
No i just want it to scroll when changing pages, not automatically when the user doesn't do anything.

Re: Looking for horizontal scrolling banner

Posted: Mon Sep 03, 2018 9:36 am
by lck

Re: Looking for horizontal scrolling banner

Posted: Mon Sep 03, 2018 1:53 pm
by wbs
I'll try to sell him flexslieder. It seems like the easiest but still acceptable splution.

Re: Looking for horizontal scrolling banner

Posted: Mon Sep 03, 2018 3:15 pm
by Tata
Or try to do something like/of this https://corpocrat.com/2015/12/09/20-coo ... avascript/

Re: Looking for horizontal scrolling banner

Posted: Mon Sep 03, 2018 3:25 pm
by wbs
If there's no plugin it's not easy for me anymore. But thanks for your input, I'll have a look!

Re: Looking for horizontal scrolling banner

Posted: Tue Sep 04, 2018 10:34 am
by lck
:?: Warum steht da im Betreff teilweise "Re: Looking for horizontal onepager"
Das sollte geändert werden, wenn möglich.