Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21961
    my add
    Keymaster

    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?

    #21962
    my add
    Keymaster

    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

    #21965
    my add
    Keymaster

    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(&quot;<data:post.thumbnailUrl/>&quot;,&#039;<data:post.title/>&#039;));</script>
    
    Replace it with:
    <script type='text/javascript'>var tumbresizeurl = &quot;<data:post.thumbnailUrl/>&quot;;var n=250; var r=170;
    document.write(bp_thumbnail_resize(tumbresizeurl.replace("/s72-c-k-no/","/w"+n+"-h"+r+"-c/"),&#039;<data:post.title/>&#039;));</script>
    #21969
    my add
    Keymaster

    Well, the script doesn’t work anymore again.

    #21970
    my add
    Keymaster

    It would be helpful if you shared your url. It did work for me.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.