Looking for horizontal scrolling banner

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

Looking for horizontal scrolling banner

Post by wbs » Sun Sep 02, 2018 5:44 pm

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?
Last edited by wbs on Wed Feb 20, 2019 6:49 pm, edited 3 times in total.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Looking for horizontal banner

Post by Tata » Sun Sep 02, 2018 6:11 pm

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.
Last edited by Tata on Tue Sep 04, 2018 10:45 am, edited 1 time in total.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

Re: Looking for horizontal onepager

Post by wbs » Sun Sep 02, 2018 6:16 pm

The banner should scroll. Is this possible without scrolling the wohle content?

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Looking for horizontal onepager

Post by cmb » Sun Sep 02, 2018 8:43 pm

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.
Christoph M. Becker – Plugins for CMSimple_XH

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

Re: Looking for horizontal scrolling banner

Post by wbs » Sun Sep 02, 2018 9:58 pm

No i just want it to scroll when changing pages, not automatically when the user doesn't do anything.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Looking for horizontal scrolling banner

Post by lck » Mon Sep 03, 2018 9:36 am

„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

Re: Looking for horizontal scrolling banner

Post by wbs » Mon Sep 03, 2018 1:53 pm

I'll try to sell him flexslieder. It seems like the easiest but still acceptable splution.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Looking for horizontal scrolling banner

Post by Tata » Mon Sep 03, 2018 3:15 pm

Or try to do something like/of this https://corpocrat.com/2015/12/09/20-coo ... avascript/
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

Re: Looking for horizontal scrolling banner

Post by wbs » Mon Sep 03, 2018 3:25 pm

If there's no plugin it's not easy for me anymore. But thanks for your input, I'll have a look!

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Looking for horizontal scrolling banner

Post by lck » Tue Sep 04, 2018 10:34 am

:?: Warum steht da im Betreff teilweise "Re: Looking for horizontal onepager"
Das sollte geändert werden, wenn möglich.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Post Reply