[Plugin: Author Avatars List] Bug in “Link users to…”
-
Hello!
First of all, thanks for the great plugin!
But I have a strange bug and can’t fix it. I want the avatars to link to authors’ pages, but on my site if user has his own website (filled on profile), in sidebar that user’s avatar will link to his website (not the author page!)/
When I try to disable links at all, it’s still the same: people who didn’t fill homepage in profile is ok (no a href), but who did – you still can click on them.
HTML code (in widget) for people without website is also no problem:
<div class="user"> <a href="https://www.russianshanghai.com/author/bondarenko/"> <span class="avatar"> <img src="/avatars/bondarenko.jpg" class="avatar avatar-65 avatar-default" alt="Username..." title="Username..." height="65" width="65"> </span> </a> </div>
But code for “users with websites” is not:
<div class="user"> <a href="https://www.russianshanghai.com/author/mayuxi/"> <span class="avatar"></span> </a> <a href="https://ezhe.ru/fri/656" rel="external nofollow" title="Посетить Александр Мальцев’s website" class="snap_noshots"> <img src="/avatars/ma.jpg" class="avatar avatar-65 avatar-default" alt="Александр Мальцев" title="Александр Мальцев" height="65" width="65"> </a> </div>
Website: https://www.russianshanghai.com/
I’m used version 0.7.2 before and it works perfect, then when I updated to 0.7.3 I found that bug. I can’t fixed by myself, I read all forums but still can’t found solution, so I just did downgrade to 0.7.2. Now, 0.7.4 is still problem.
Another bug: for avatars has duplicated “alt” attribute!
Please help!
- The topic ‘[Plugin: Author Avatars List] Bug in “Link users to…”’ is closed to new replies.