Sponsors problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 03, 2013 5:43 pm
Reply with quote
Report this post
Hi!

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!
User avatar
Expert Boarder

GK User
Wed Jul 03, 2013 5:59 pm
Reply with quote
Report this post
Please post a link to your website so we can check.
User avatar
Platinum Boarder

GK User
Wed Jul 03, 2013 6:03 pm
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Wed Jul 03, 2013 6:14 pm
Reply with quote
Report this post
Can you please send me an ftp and admin access details to my email and I ll check this out tonight.

My email, normanuk[at]live.co.uk.

Please include this topic subject and topic link in your email.
User avatar
Platinum Boarder

GK User
Mon Jul 08, 2013 8:43 pm
Reply with quote
Report this post
I've sent you all the info. Some news?

Thanks!!
User avatar
Expert Boarder

GK User
Tue Jul 09, 2013 1:14 am
Reply with quote
Report this post
I could not access joomla admin with the details you have sent, please remove active class from a links.
Code: Select all
<a href="http://www.pepsi.com/es-es/d/"><img src="images/imagenes/sponsor_pepsi.png" alt="Pepsi" /></a>


Let me know how you get on.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jul 09, 2013 11:16 am
Reply with quote
Report this post
Ok, sponsors in frontpage are fixed now, but images in http://www.morbid-design.com/popferradafest/index.php/sponsors are showing up in a strange way, and not centered. The effect is ok.

I've just fixed your user, if you need it (I forgot permissions... :? )

Thanks!
User avatar
Expert Boarder

GK User
Thu Jul 11, 2013 3:09 am
Reply with quote
Report this post
Could you please send the details again as I have deleted access email thinking issue was fixed.
User avatar
Platinum Boarder

GK User
Thu Jul 11, 2013 1:06 pm
Reply with quote
Report this post
I've sent you PM.
User avatar
Expert Boarder

GK User
Thu Jul 11, 2013 9:45 pm
Reply with quote
Report this post
Fixed, please check and let me know.
User avatar
Platinum Boarder

GK User
Fri Jul 12, 2013 3:21 pm
Reply with quote
Report this post
Logos are now centered, yes, but original images have rectangular shapes... why are they showing up in this pseudo-elliptic shape? The frontpage sponsors are ok...

Thanks for your help.
User avatar
Expert Boarder

GK User
Sat Jul 13, 2013 10:12 am
Reply with quote
Report this post
Please add following css to override.css

Code: Select all
.gk-sponsors-wrap img {border-radius: 0!important;}


Problem was caused by K2 img css applying to your k2 sponsors images.

See you around...
User avatar
Platinum Boarder

GK User
Sat Jul 13, 2013 4:05 pm
Reply with quote
Report this post
Ok, that's the way K2 is showing images, isn't it? Even those in the sponsors code.

Now everything is fine, thanks for your help!
User avatar
Expert Boarder

GK User
Sat Jul 13, 2013 8:06 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron