if Anybody have this problem, All of you have to read about this thread from the beginning, because Kranthi Already explain about this. If you lazy to read I'll explain again.
The problem is because you use directly the Template not upload the "JS" file to your online storage. Kranthi Upload the JS file in Google Site and Google Site have Maximum lmit for one domain. So if maximum limit reach , the result like your blog, and this occurs only sometime if limit exceeded .
Kranthi gave you already inside of zip file folder "Javascript Files" :
1. mootools.v1.11.txt (based js for Smoothgallery can run--> Smoothgallery is Image Gallery with animation transition above of latest news)
2. jd.gallery.txt (Smoothgallery script, important for your image gallery)
Two of the file above are very important for your image gallery if kranthi google site reach limit and can't call anymore, your picture will be mesh like that.
So the solution for that problem are:
1. Call the js file to Google code, I use this way to all my New revision of my template (All Falkner series and masagana)
So this is the step you have to do :
Find this :
<script src='http://sites.google.com/site/bloggertricksjs/Home/mootools.v1.11.txt' type='text/javascript'/>
<script src='http://sites.google.com/site/bloggertricksjs/Home/jd.gallery.txt' type='text/javascript'/>
Change to this :
<script src='http://mootools-ui.googlecode.com/svn/trunk/mootools.v1.1.js' type='text/javascript'></script>
<script src='http://slideshow-dinix.googlecode.com/files/jd.gallery.js' type='text/javascript'></script>
Two of files from Google Code so you can use and
No limit2. Put to your own online storage, But first way is better because All file inside of google code that don't have limit( I'm realy sure Insya Allah, for mootools or jquery, but not for jd.gallery because someone put that in googlecode).
Other Files :
1. autoreadmorethumb.txt ( Automatic readmore post contents and give the thumbnail for the first picture)
2. recentposts_thumbnail.txt (JS for generate recent post from JSON file to the sidebar with thumbnail)
3. tabber.txt (Tab view, maybe not implement yet to Falknepress, I'm not sure. I already implement to all my Falkner series)
All of those three files you have to put in your own online storage.
If you not put in your own online storage for autoreadmorethumb.txt all of your post contents will show at front page sometime if bandwidth limit reach from Kranthi Google sites's
If you not put in your own online storage for recentposts_thumbnail.txt recent post will not occur at your sidebar.
Because three of that file is small I like to put it in my XML like my Falkner series (for new version from my blog). But Mootools and JD gallery have to put outside because if we open the blog with JS outside Browser only download one time, and browser no need to download it anymore. but if js is small no problem if we include inside of our XML
maybe thats All explanation