Horje
jquery slideshow - choppy transitions - Wordpress Solution
The main slideshow whenever slows done is not smooth. [[LINK href="http://goo.gl/LP431"]]link[[/LINK]] The last developer it seems it included the jquery lite and used the configuration from from another script: [[LINK href="http://www.gmarwaha.com/jquery/jcarousellite/"]]jCarouselLite[[/LINK]]
<script type="text/javascript">

            var slideshow=new TINY.slider.slide('slideshow',{

                id:'slider',
                auto:3,
                resume:true,
                vertical:false,
                navid:'pagination',
                activeclass:'current',
                position:0,

            });

            </script>
I don't know how come that works, but it doesn't behave smoothly. Any advice? L.E: the issues has been spotted on 7 out 9 computers and multiple browsers. The latest news section has the same functionality. That one is choppy too.

Solution - 1

I'm actually having no problem seeing it. It runs smoothly. The problem will be not always there, since it depends on many factors like how many programs you are running at the same time, the characteristics of your machine, etc. You are looking to a performance problem that has to be solved, but know this: DOM modification (needed for this kinds of animations) is expensive, and known to consume a lot of resources. I can take a look at your script, and maybe, if you only need this kind of animation, build a script that does it in a lighter way.


Solution - 2

Use Nivo slider (http://nivo.dev7studios.com/). That's the best slider I've ever experienced.. If you want I can install and integrate it. Thanks


Solution - 3

Is it possible that it's a browser issue for you? Which browser are you using? I tested it in Chrome and Firefox and the transition is just as smooth as the example on the jquery carousel page. Maybe you can use an alternative slider? I can provide an example if you want to switch.


Solution - 4

I bet it's a loading issue. The images are probably just too big. jCarousellite is a fast plugin. There shouldn't be too many issues. There are also some other options. [[LINK href="http://www.smoothdivscroll.com/"]]Smoothdivscroll.com[[/LINK]] or just plain old jquery tabs





Wordpress

Related
Sidebars Misaligned in IE8 - Wordpress Solution Sidebars Misaligned in IE8 - Wordpress Solution
IE7, IE8 display issue with index.php only on Thematic Theme - Wordpress Solution IE7, IE8 display issue with index.php only on Thematic Theme - Wordpress Solution
Index/ Showing for My Blog! - Wordpress Solution Index/ Showing for My Blog! - Wordpress Solution
'dual' loop to include featured cat in first post - Wordpress Solution 'dual' loop to include featured cat in first post - Wordpress Solution
another custom loop question - Wordpress Solution another custom loop question - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11