Page 3 of 3
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Tue Jun 09, 2015 10:57 am
by simonmlewis
Well I will be god damned, it works in that way.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Tue Jun 09, 2015 11:00 am
by simonmlewis
I'm trying to work out how you can set borders and shadows, without breaking the "slider".
I just tried it, but the divs all went to two rows.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Tue Jun 09, 2015 11:04 am
by simonmlewis
It works now. That was odd. Created a custom Class and it's fine. Just take s alot of work to make it look how you want.
How do you make the "left/Right" arrows appear?
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Tue Jun 09, 2015 11:19 am
by Celauran
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Tue Jun 09, 2015 11:21 am
by simonmlewis

- ss.png (1.86 KiB) Viewed 7169 times
This is how it is now. I made it grey to see the arrows.
So how do I stop it going right off the page? I Cannot see a width in CSS causing this.
Even if I put it in a separate 950w div, the left arrow is off the page, and the right edge of the right div is always missing.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Wed Jun 10, 2015 4:03 am
by simonmlewis
I've got it to run in a page, with images.
It's still stretching out, but that's doubltless some odd CSS thing.
The problem now is the arrows and dots are not displaying, while the sliding is working fine.
Are the dot "run" by Javascript? I'm wondering if some other JS is breaking it.
I've copied all files over to the new folder on the site I am building it, and the two things that don't work are:
Width pushes the containing DIV outwards.
Left/Right arrows show up as very bizarre characters, and the dots are just the tinest of "swiggles".
I'm sure we are nearly there with it, but these final issues remain.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Wed Jun 10, 2015 8:39 am
by Celauran
simonmlewis wrote:Are the dot "run" by Javascript? I'm wondering if some other JS is breaking it.
Yes and very likely, respectively.
simonmlewis wrote:Left/Right arrows show up as very bizarre characters, and the dots are just the tinest of "swiggles".
http://kenwheeler.github.io/slick/#settings
Look at appendArrows, prevArrow, and nextArrow settings.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Wed Jun 10, 2015 8:46 am
by simonmlewis
So that will stop the arrows showing, and using buttons instead?
Is there no way of stopping JS from breaking then. I guess it's a conflict of somekind.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Wed Jun 10, 2015 8:54 am
by Celauran
simonmlewis wrote:Is there no way of stopping JS from breaking then.
Of course there is, you just need to find the conflict.
Re: Need a left<>right gallery slider - can it be done in CS
Posted: Wed Jun 10, 2015 8:57 am
by simonmlewis
Cool - how do I find the conflict? This is something I've never had to do before.