I have 3 javascript slide shows all running on the same page. When I view on a PC browser or an Android device, it looks fine. However, on a mobile apple device....The homepage makes a "glitchy shift" movement whenever the slide shows transition. Any ideas why this is happening and how do I fix this??? I am including the java script below... P.S This is a wordpress site.
Code:
<script>
$(function(){
$('.QuoteSS img:gt(0)').hide();
setInterval(function(){
$('.QuoteSS :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.QuoteSS');},
6000);
});
$(function(){
$('.ServiceSS img:gt(0)').hide();
setInterval(function(){
$('.ServiceSS :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.ServiceSS');},
8000);
});
//$(function(){
$('.ClientSS img:gt(0)').hide();
setInterval(function(){
$('.ClientSS :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.ClientSS');},
3000);
});
</script>
Code:
<div class="mainBodyWrapper" >
<div style="position:relative; float:left; clear:both; font-size:medium; z-index:10000; line-height:1.5; margin-top:5px; right:15px;">
<img src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_chkbk_banner.png"/>[/URL]
<div style="position:absolute; float:left; z-index:120000; bottom:65px; left:30px;">
<a href="[URL unfurl="true"]http://www.company.com/postal-ratechart/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_postal.png"[/URL] /></a>
</div>
<div style="position:absolute; float:left; z-index:120000; bottom:20px; left:260px;">
<div style="position:absolute; float:left; z-index:120000; bottom:1px; left:170px;">
<a href="[URL unfurl="true"]http://www.company.com/special-offers/checkbook-offer/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_chkbk_click.png"[/URL] /></a>
</div>
</div>
<div style="position:absolute; float:right; z-index:120000; bottom:30px; right:30px;">
<a href="[URL unfurl="true"]http://www.company.com/demo/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_deliver.png"[/URL] /></a>
</div>
</div>
<div style="position:relative; float:left; clear:both; ">
<?php
$recentPosts = new WP_Query();
$recentPosts->query('showposts=3&cat=31');
?>
<?php while ( $recentPosts->have_posts() ) : $recentPosts->the_post(); ?>
<div style="position:relative; float:left;z-index:100001;" class="frontpage">
<?php the_content();
?>
</div>
<?php endwhile;
?>
</div>
<div style="position:relative; float:left; clear:both; ">
<div class="QuoteSS" >
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote01.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote02.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote03.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote04.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote05.png"[/URL] title="company">
</div>
</div>
<div style="position:relative; float:left; ">
<div class="ServiceSS" >
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/List-Strategies-Collage.png"[/URL] title="List-company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Print-Capablilities-Collage.png"[/URL] title="Print-Capablilities">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Mailing-Collage.png"[/URL] title="Mailing">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Database-Management-Collage.png"[/URL] title="Database-Management">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Creative-Collage.png"[/URL] title="Creative">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Analytics-Collage.png"[/URL] title="Analytics">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Web-Order-Collage.png"[/URL] title="Web-Order">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/About-Collage.png"[/URL] title="About">
</div>
</div>
<div style="position:relative; float:left; clear:both; top:-30px; left:10px;">
<p style="font-size:medium;">Some of Our Clients</p>
<div class="ClientSS" >
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="company Logo">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="companyLogo">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/_logo.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-.png"[/URL] title="company">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="Logo">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="Logo">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/_logo.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="company">
</div>
</div>
</div>