Questions tagged [serialscroll]
37 questions
1
vote
1 answer
How can I use CSS classes as selector items with nested HTML elements in serialScroll?
Trying to build a slideshow of HTML slides with jQuery serialScroll. However, if my slides contain nested elements that match the element I'm trying to scroll, then it acts a little weird.
Is there a way to use CSS classes as selector items instead…

jnthnclrk
- 469
- 6
- 29
1
vote
1 answer
js carousel with dynamic content
spend soo much time trying to solve this, but here goes:
requirements:
vertical list of items, in a div-container, structure div/ul/li
user should be able to scroll through list, with smooth scrolling by hovering over the div, scrolling accelerates…

chr
- 26
- 1
- 4
1
vote
1 answer
issues with horizontal scrolling using jQuery.ScrollTo / jQuery.SerialScroll
I am trying to develop auto horizontal scrolling for our website using - jQuery.ScrollTo / jQuery.SerialScroll. I am not sure if this is the best jquery library to do that, but if there's something better, please let me know.
Here's the behavior…

kapso
- 11,703
- 16
- 58
- 76
1
vote
0 answers
Cleaning up a SerialScroll Resize Function
Greeting's
I'am still relatively new to JavaScript and Jquery and I know there has got to be a better method than the one I'am using.
I'am working on a serialScroll implementation. There is a master scrollTo that controls the left/right movement of…

Nathan White
- 65
- 3
- 11
0
votes
2 answers
jquery SerialScroll
I'm trying to implement jquery serialScroll on one of my carousels with prev/ next buttons however i'm only able to get it to work when I pass in unique id's for prev and next. what I would like to do is pass in a selector.
So with markup like…

9-bits
- 10,395
- 21
- 61
- 83
0
votes
2 answers
jQuery — Update a function's initial parameters via a variable which changes according to user activity?
I don't understand how to update a fucntion's initial parameters once they've been set.
I'm using a plugin called serialScroll. The plugin scrolls to items that are indicated in the initial $(elem).serialScroll({//...}) setup.
What i want to do is…

RGBK
- 2,048
- 5
- 35
- 55
0
votes
1 answer
serialScroll does not work in Prestashop product page
We are developing a Prestashop theme, but the serialScroll plugin does not work for image thumbnails in the product page.
We didn't modify this plugin neither the HTML smarty template nor the associated javascript code.
Here is the .tpl template for…

David Copano Jiménez
- 79
- 1
- 2
- 6
0
votes
1 answer
jQuery SerialScroll Not Working in Opera 10.63 (for me anyway)
Hi I have created a gallery type page using jQuery Serial Scroll (http://bit.ly/adKZp2)
It's working fine on all the browsers I need except for Opera (I'm testing with Opera 10.63 on a mac).
I can't see anything wrong and I'm not getting any JS…

Jason
- 1
- 1
0
votes
1 answer
Jquery SerialScroll: continuous both left and right
I was wondering if someone could help me.. I've been looking all over for a scroller that fits my needs. I want to be able to make a scroller that scroll continuously to both left and right, as long as the left or right button is hold down (using…

guzh
- 315
- 1
- 4
- 19
0
votes
1 answer
jquery.serialScroll offset problem (picture align)
I am trying to implement jquery.serialScroll as gallery with fixed width and random width pictures (here). Everything works fine but I cant properly set the offset setting, so when you scroll to last picture there is a lot of grey space on the…
0
votes
1 answer
How to center the selected item in a slideshow, using jQuery.serialScroll?
For my website, I am trying to make an horizontal navigation.
The navigation works well with the plugin jQuery.serialScroll, however I do not manage to make sure that the item selected is centered, notably when the different items have different…

Edouard
- 149
- 1
- 11
0
votes
1 answer
jQuery Serialscroll CSS problem
I'm having a terrific problem with an implementation of serialscroll. I've set it so that each list item is 100% width, to get a full screen slideshow going.
You can check out the full code here: http://www.reverenddan.net/so/
The CSS is fairly…

Dan
- 43
- 5
0
votes
3 answers
Conditional Function for Start: setting in Ariel Flesler's SerialScroll
Site is Located @ beattrainsoundsystem.com/home
I'm using serialScroll to animate a number of divs containing dancing characters, and using LocalScroll to animate the content divs. My issue is that when you try and load a URL with a hash ( for…

HandiworkNYC.com
- 10,914
- 25
- 92
- 154
0
votes
4 answers
serialSroll - How do I scroll an inner div?
This is a test page I've put up:
http://02ce746.netsolhost.com/tst/a.htm
I am trying to auto-scroll the DIV upon page load. I've tried so many different combinations in script.js that I am about to give up. Anyone could help?
user150987
0
votes
1 answer
Jquery LocalScroll & ScrollTo - obvious mistake?
I am working on a project which requires jquery scrollTo plugins from Ariel Flesler: Plugin-website
I followed the description and also did my research on stackoverflow to be sure.
The following approach is not working, even if it looks right to…

Arrowcatch
- 1,612
- 3
- 19
- 26