Hello,
I was wondering if you could help me out, I previously had the following code below to go with the advanced gallery script on my website in which you helped me randomly rotate every 5 seconds...
HTML Code:
<div style="font-size: small; background-color: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1); text-align:center; height: 185px; width: 229px; padding-top: 10px; margin-top: 265px; margin-left: 15px;/* border: 1px solid white; */" class="gallerycontent">
<p>Sponsored by:</p>
<p align = center><a href = "https://www.facebook.com/GrandstandSportsDunLaoghaire" target =_blank><img src = "http://robcherrytennis.com/wp-content/uploads/2013/10/grandstand.jpg" height = 100 width = 87></img></a></p> <p align = center>Grandstand Sports & Leisure</p>
</div>
<div style="font-size: small; background-color: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1); text-align:center; height: 185px; width: 229px; padding-top: 10px; margin-top: 265px; margin-left: 15px;/* border: 1px solid white; */" class="gallerycontent">
<p>Sponsored by:</p>
<p align = center><a href = "http://www.instacoach.com/" target =_blank><img src = "http://robcherrytennis.com/wp-content/uploads/2013/11/instacoach.png" height = 100 width = 100></img></a></p> <p align = center>Instacoach - Get coached live</p>
</div>
<div style="font-size: small; background-color: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1); text-align:center; height: 185px; width: 229px; padding-top: 10px; margin-top: 265px; margin-left: 15px;/* border: 1px solid white; */" class="gallerycontent">
<p>Sponsored by:</p>
<p align = center><a href = "https://www.facebook.com/PrinceTennis?fref=ts" target =_blank><img src = "http://robcherrytennis.com/wp-content/uploads/2013/11/princelogo.png" height = 100 width = 87></img></a></p> <p align = center>Prince Tennis - Rule the court</p>
</div>
I have since then had to setup an ads manager using Simple Ads Manager plugin for Wordpress. I setup the ads just like above and tried to add in the class = "gallerycontent" into the div and the shortcode so it would rotate the ads every 5 seconds but to no avail. Can you help please?
HTML Code:
<div style="font-size: 13px; color: #ffffff; background-color: rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1); text-align:center; height: 185px; width: 235px; padding-top: 10px; margin-top: 265px; margin-left: 15px; class = "gallerycontent"; ">
<p>SPONSORED BY:</P>
<?php echo do_shortcode('[sam id=3 class="gallerycontent" codes="false"]'); ?>
</div>
Thanks.
Bookmarks