ageurtse
06-05-2014, 06:52 PM
Hello,
I need to place a rotating banner on the forum.
How can i do this, i look on the internet and found some nice jquery rotators.
But i can't get them to work.
this is what i did.
i used this plugin http://ekallevig.com/jshowoff/
in the header template i added these lines
{vb:js http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js}
{vb:js js/jquery.jshowoff.min.js}
<script type="text/javascript">
$(document).ready(function(){ $('#features').jshowoff(); });
</script>
On the forum page i added a static custom html widget with the folowing code
<div id="features">
<div><p>This is a slide!</p></div>
<div><a href="http://google.com"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="Google Logo" /></a></div>
</div>
so i thought, thats it now i have a nice rotating banner.
But not it only displays the 2 lines but not rotating it.
Could someone help me with this?
see what happens on this page
www.reefersquest.com
I need to place a rotating banner on the forum.
How can i do this, i look on the internet and found some nice jquery rotators.
But i can't get them to work.
this is what i did.
i used this plugin http://ekallevig.com/jshowoff/
in the header template i added these lines
{vb:js http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js}
{vb:js js/jquery.jshowoff.min.js}
<script type="text/javascript">
$(document).ready(function(){ $('#features').jshowoff(); });
</script>
On the forum page i added a static custom html widget with the folowing code
<div id="features">
<div><p>This is a slide!</p></div>
<div><a href="http://google.com"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="Google Logo" /></a></div>
</div>
so i thought, thats it now i have a nice rotating banner.
But not it only displays the 2 lines but not rotating it.
Could someone help me with this?
see what happens on this page
www.reefersquest.com