I need some help with the sponsors (both module position and K2 article).
I have this code for the frontpage module:
- Code: Select all
<div class="gk-sponsors">
<h2>Patrocinadores:</h2>
<div>
<a href="http://www.pepsi.com/es-es/d/" class="active"><img src="images/imagenes/sponsor_pepsi.png" alt="Pepsi" /></a>
<a href="http://www.sonymusic.es/" class="active"><img src="images/imagenes/sponsor_sony.png" alt="Sony Music" /></a>
<a href="http://solmusica.com/" class="active"><img src="images/imagenes/sponsor_sol.png" alt="Sol Música" /></a>
<a href="https://www.facebook.com/kas" class="active"><img src="images/imagenes/sponsor_kas.png" alt="Kas" /></a>
<a href="#" class="active"><img src="images/imagenes/sponsor_heineken.png" alt="Heineken" /></a>
<a href="#" class="active"><img src="images/imagenes/sponsor_ac.png" alt="AC Hoteles" /></a>
<a href="http://www.pizzeriatrastevere.com/" class="active"><img src="images/imagenes/sponsor_trastevere.png" alt="Pizzería Trastevere" /></a>
...
</div>
</div>
and this one for the K2 version:
- Code: Select all
<h2>patrocinadores</h2>
<div class="gk-sponsors-wrap">
<a href="http://www.pepsi.com/es-es/d/" class="active"><img src="images/imagenes/sponsor_pepsi.png" alt="Pepsi" /></a>
<a href="http://www.sonymusic.es/" class="active"><img src="images/imagenes/sponsor_sony.png" alt="Sony Music" /></a>
<a href="http://solmusica.com/" class="active"><img src="images/imagenes/sponsor_sol.png" alt="Sol Música" /></a>
<a href="https://www.facebook.com/kas" class="active"><img src="images/imagenes/sponsor_kas.png" alt="Kas" /></a>
<a href="#" class="active"><img src="images/imagenes/sponsor_heineken.png" alt="Heineken" /></a>
<a href="#" class="active"><img src="images/imagenes/sponsor_ac.png" alt="AC Hoteles" /></a>
</div>
<h2>Colaboradores</h2>
...>
None of those are showing the animations when page is loaded. What's the problem?
Thank you!