[Plugin: Meteor Slides] Meteor Slider Herky-Jerky
-
Some of the transitions aren’t working right and the few that do are jerky.
Not sure if i am putting the code in the wrong place or if maybe the photos are to many megs? though i didn’t know there was a limit on that. I did notice Several errors in the CSS when i checked on the W3C CSS Validator.
Can’t show an example in this forum because its a client’s site. Any help would be appreciated or can email link privately.
This is the page.php
<div id=”art-main”>
<div class=”art-sheet”>
<div class=”art-sheet-cc”></div>
<div class=”art-sheet-body”>
<div class=”art-nav”>
<div class=”l”></div>
<div class=”r”></div>
<ul class=”art-menu”>
<?php echo $menu_items; ?></div>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>
<div class=”art-content-layout”>
<div class=”art-content-layout-row”>
<div class=”art-layout-cell art-sidebar1″>
<?php echo $sidebar1; ?>
</div>
<div class=”art-layout-cell art-content”>
<?php echo $sidebarTop; ?>
<?php echo $content; ?>
<?php echo $sidebarBottom; ?>
</div>
</div>
</div>
<div class=”cleared”></div><div class=”art-footer”>
<div class=”art-footer-t”></div>
<div class=”art-footer-body”>
<?php echo $sidebarFooter; ?>
<?php echo $footerRSS; ?>
<div class=”art-footer-text”>
<?php echo $footerText; ?></div>
<div class=”cleared”></div>
</div>
</div>
<div class=”cleared”></div>
</div>
</div>
<div class=”cleared”></div>
<p class=”art-page-footer”></p>
</div>
- The topic ‘[Plugin: Meteor Slides] Meteor Slider Herky-Jerky’ is closed to new replies.