Elastislide – A Responsive jQuery Carousel Plugin Installation help.
-
Hello does anyone have experience with installing Elastislide – a Responsive jQuery Carousel Plugin into Twenty Ten based theme? I am new to WordPress and it does not seem to work in my theme based on Twenty Ten.
Elastislide did not get installed with the Plugins-Add New feature.
Then I just added this code from index.html (Elastislide index page) into my theme header.php<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9"><![endif]--> <!--[if gt IE 8]><!--><html class="no-js"><!--<![endif]--> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" type="text/css" href="css/elastislide.css" /> <script src="js/modernizr.custom.17475.js"></script> I put this part into my_galleries_page.php
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js”></script>
<script type=”text/javascript” src=”js/jquerypp.custom.js”></script>
<script type=”text/javascript” src=”js/jquery.elastislide.js”></script>
<script type=”text/javascript”>$( ‘#carousel’ ).elastislide();
</script>
Added appropriate folders into my theme folder and then put my slider gallery page with unordered items list (html code from Elastislide index.html page) in my_galleries_page.php from administrative panel.
<ul id="carousel" class="elastislide-list"> <li><a href="#"><img src="images/small/1.jpg" alt="image01" /></a></li> <li><a href="#"><img src="images/small/2.jpg" alt="image02" /></a></li> <li><a href="#"><img src="images/small/3.jpg" alt="image03"
…
Still the gallery does not work. Can anyone help?
Thank you.
- The topic ‘Elastislide – A Responsive jQuery Carousel Plugin Installation help.’ is closed to new replies.