Viewing Flexslider or something like that

Flexslider or something like that



User: Guest 12 years ago
Hi,
I try to install a flexslider on a webpage made with easyweb but it's not work.
I have checked my folders and everything seems good.
Is there another possibility to make a slide effect on Easyweb ?

Here's the page : http://corrida-metz.fr.cr/home-5.html

And the html code :
<!-- Flexslider CSS and JS -->
<link rel="stylesheet" href="http://www.corrida-metz.fr.cr/flex/css/flexslider.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="http://www.corrda-metz.fr.cr/flex/js/jquery.flexslider.js"></script>

<!-- Load the flexslider -->
<script type="text/javascript" charset="utf-8">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "fade", // slide or fade
controlsContainer: ".flex-container" // the container that holds the flexslider
});
});
</script>

<!-- Slider Container and Images -->
<div style="padding:5px;">
<div class="flexslider">
<ul class="slides">
<li><img src="http://www.corrida-metz.fr.cr/flex/images/slide1.jpg" /></li>
<li><img src="http://www.corrida-metz.fr.cr/flex/images/slide2.jpg" /></li>
<li><img src="http://www.corrida-metz.fr.cr/flex/images/slide3.jpg" /></li>
</ul>
</div>
</div>
Edit
User: Roddy 12 years ago
For some reason this script is screwing it up...

<script src="http://www.corrda-metz.fr.cr/flex/js/jquery.flexslider.js"></script>

When I substitute my own version your slider works.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Roddy 12 years ago
Are you using the latest version of Flexslider?

I notice that you are referencing a rather old version of jQuery is why I ask.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Paul-RAGESW 12 years ago
The URLs of all of your links in that code are broken...

-------------------------------
Paul
EverWeb Developer
User: Roddy 12 years ago
I'm getting everything to work except the link to flex slider.js. When I substitute the version on my server, the rest of the slider works as planned.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.