By K. McCartan on Friday, 16 September 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 253
Votes 0
EB 5.0.37. The last three lines in this file :
components/com_easyblog/themeswireframelayout/imagepopup.php
Which are:
<div class="eb-template" data-name="site/layout/image/popup/thumb">
<div class="eb-image-popup-thumb"><div><img /></div></div>
</div>

Seem to be creating an <img /> tag with no attributes/values. No big deal but in a front end audit it shows as a broken link. I am ok just thought you may like the feedback.
Thanks for reported, I've checked in my locally, but it seems like there no show any broken link, perhaps you can provide us some screenshot regarding this?
·
Friday, 16 September 2016 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You can't actually see any broken links from the front end. I just wanted to point out that having an <img /> tag with missing required attributes ( or in this case no attributes) Is something you may want to correct. I noticed when doing an audit using a program that flagged these empty img tags as have broken image "src" links. Great extension. Keep up the good work.
·
Saturday, 17 September 2016 21:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am sorry for the delay of this reply,

Thanks for your compliment I will share this with our team.

By the way, I already consult with our developer regarding this matter, the reason why we added this is because we needed to trigger some Javascript to photos navigation, so these image tag have to be there.
·
Monday, 19 September 2016 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post