sandip1110
Active Member
problem solved ... closed this thread..
thank you
[STRIKE]hi,
I want to use this template.. nice one.
but it can't able to call extrenal image..
working template demo + theme source
Applied theme here
Not working..images not showing can anyone fix issue ???
Problem is here, i think.
If you can solve and allow the theme to use external image in post.. that would be great. thanks[/STRIKE]
thank you
[STRIKE]hi,
I want to use this template.. nice one.
but it can't able to call extrenal image..
working template demo + theme source
Code:
http://besttheme.net/wp-content/plugins/download-monitor/download.php?id=71
http://gears-besttheme.blogspot.com/
Code:
http://tinymoviez.blogspot.com/
Problem is here, i think.
Code:
<div class='largeimage'>
<b:if cond='data:post.isFirstPost'>
<script type='text/javascript'>
//<![CDATA[
function bp_thumbnail_resize(image_url,post_title)
{
var image_size=350;
var show_default_thumbnail=true;
var default_thumbnail="http://2.bp.blogspot.com/-erTXCq61ULM/TmHYAQBZ0GI/AAAAAAAACCs/6cBX54Dn6Gs/s72-c/default.png";
if(show_default_thumbnail == true && image_url == "") image_url= default_thumbnail;
[B]image_tag='<img src="'+image_url.replace('/s72-c/','/s'+image_size+'-c/')+'" class="postthumb" alt="'+post_title+'"/>';[/B]
if(image_url!="") return image_tag; else return "";
}
//]]>
</script>
</b:if>
<script type='text/javascript'>
document.write(bp_thumbnail_resize("<data:post.thumbnailUrl/>","<data:post.title/>"));
</script>
</div>
</div>
Last edited: