By Valentin Barbu on Monday, 15 December 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 811
Votes 0
Hello guys,

I`ve sent this already to Mark, but wanted to make sure he does not miss it somehow, so here is the problem:

When you insert an image inside your easyblog article using the lightbox option, here how the code for that image looks like:


<a class="easyblog-thumb-preview" title="Image caption here" href="http://wwd.domain.com/images/easyblog_images/778/image002_20141214-122118_1.jpg"><img class="" style="display: block; margin-left: auto; margin-right: auto;" title="Image caption here" alt="b2ap3_thumbnail_image002_20141214-122118_1.jpg" src="http://www.domain.com/images/easyblog_images/778/b2ap3_thumbnail_image002_20141214-122118_1.jpg"></a>



so you see that this part:



<img class="" style="display: block; margin-left: auto; margin-right: auto;" title="Image caption here" alt="b2ap3_thumbnail_image002_20141214-122118_1.jpg" src="http://www.domain.com/images/easyblog_images/778/b2ap3_thumbnail_image002_20141214-122118_1.jpg">



You place title="" and also alt=""

While normally valid for <img is only alt="", while title="" is just for a href

Also you see that the alt="" is using image file name instead of Image caption I`ve provided

So in the end the valid code for img src should be:



<img class="" style="display: block; margin-left: auto; margin-right: auto;" alt="Image caption here" src="http://www.domain.com/images/easyblog_images/778/b2ap3_thumbnail_image002_20141214-122118_1.jpg">



Regards
Hello Barbu,

Sorry for the late reply. Thanks for the heads up. We will fix this in the next release. If you want us to fix for your easyblog, you can provide us your backend and FTP here.
·
Tuesday, 16 December 2014 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Nik, can you please Post the fix also here, cause i'm interested to fix it also on my Site! thanks
·
Tuesday, 16 December 2014 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
This issue has already been fixed internally and it will be fixed in the next release
·
Wednesday, 17 December 2014 01:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post