By Andy on Tuesday, 27 May 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 830
Votes 0
I'm on the latest EasyBlog version - I tried to add an Image Caption using the media manager and as you'll see every character gets a new line?!

You can see the problem here: http://www.astepaheadphysio.com/asap-physio/asap-team#shemika

Any idea how to fix?!?!
Hello Andy,

Just checked your site and it looks like the caption is displaying correctly as you can see here, http://screencast.com/t/agNdYvmNt . Anything that I am missing?
·
Tuesday, 27 May 2014 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah interesting - yes with that direct link I gave it is actually ok!

So the issue comes if you use the actual page URL www.astepaheadphysio.com/asap-physio/asap-team and then click on the Shemika tab.... then I think you'll see the issue? (I'm on Google Chrome)

Does this mean it's an issue with the 'tab' product I use (from NoNumber) rather than EasyBlog?
·
Wednesday, 28 May 2014 00:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Andy,

Try to add the block of css codes below into your template's css file,


body #eblog-wrapper {
word-wrap: normal !important;
}
·
Wednesday, 28 May 2014 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post