Gravatar ava is murky

September 2015 Joomla Template
GK User
Wed Oct 21, 2015 4:06 pm
Any idea why? Here at gravatar I see it to be very clear: https://yadi.sk/i/bzBr4FvSju8bi,
yet on the site it is totally unclear: https://yadi.sk/i/xjOdlq0lju8nd
The site is http://7vorot.ru
Would need to clear it up. Any advice as to how to make it circle and advice how to turn it off whatsoever would also be appreciated.
Thank you.
User avatar
Platinum Boarder

GK User
Wed Oct 21, 2015 5:06 pm
Where exactly should I click to see this issue?
User avatar
Moderator

GK User
Wed Oct 21, 2015 5:40 pm
Cyberek wrote:Where exactly should I click to see this issue?

http://7vorot.ru/typography/2010-03-10-15-04-49 for instance...
User avatar
Platinum Boarder

GK User
Wed Oct 21, 2015 6:55 pm
Please edit this file:
templates/gk_technews/html/com_content/article/default.php
and change:
Code: Select all
<img src="http://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($author_obj->email))); ?>?s=40" alt="" />

to:
Code: Select all
<img src="http://www.gravatar.com/avatar/<?php echo md5(strtolower(trim($author_obj->email))); ?>?s=80" alt="" />
User avatar
Moderator

GK User
Wed Oct 21, 2015 7:28 pm
Cyberek wrote:Please edit this file:

You're the man! Thank you!
User avatar
Platinum Boarder

GK User
Wed Oct 21, 2015 8:43 pm
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron