Can anyone fix this problem ??

Status
Not open for further replies.

sandip1110

Active Member
327
2011
39
35
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
Code:
http://besttheme.net/wp-content/plugins/download-monitor/download.php?id=71
http://gears-besttheme.blogspot.com/
Applied theme here

Code:
http://tinymoviez.blogspot.com/
Not working..images not showing can anyone fix issue ???

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(&quot;<data:post.thumbnailUrl/>&quot;,&quot;<data:post.title/>&quot;));
</script>
</div>
</div>
If you can solve and allow the theme to use external image in post.. that would be great. thanks[/STRIKE]
 
Last edited:
Status
Not open for further replies.
Back
Top