Log in

View Full Version : placing a rotating banner


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

ageurtse
06-05-2014, 07:40 PM
i found a solution

I create a simple HTML page with only the rotating banner.
This banner i load in the custom html widget with an iframe.
This is what i go try.

ageurtse
06-10-2014, 07:12 PM
see this on vbulletin.com

http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-support-issues-questions/4065773-rotating-ad-module-in-vb-5