Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
My blog is showing posts like this but they used to be much bigger. What is going on? Some of your scripts got changed or what is the problem?
Anyone experiencing same problem, Alrina Design wrote on their facebook page that you need to replace this code in Template HTML
s72-c
with this
s72-c-k-no
Yes, some third party templates the coding was changed to cause smaller thumbnails photos or fuzzy photos.
Try finding this in your html:
<script type='text/javascript'>document.write(bp_thumbnail_resize("<data:post.thumbnailUrl/>",'<data:post.title/>'));</script>
Replace it with:
<script type='text/javascript'>var tumbresizeurl = "<data:post.thumbnailUrl/>";var n=250; var r=170;
document.write(bp_thumbnail_resize(tumbresizeurl.replace("/s72-c-k-no/","/w"+n+"-h"+r+"-c/"),'<data:post.title/>'));</script>
Well, the script doesn’t work anymore again.
It would be helpful if you shared your url. It did work for me.