Showcase Light
| Instructions: | How to use this template |
| Template author: | Dante Araujo |
| Description: | Showcase Light is a free premium blogger template with 3 columns, right sidebar, gallery-styled, perfect for photologs and fresh look. Excellent layout for blogs about photography. Download Showcase Light for free in BTemplates. |
| Rating | 3.9 out of 5 based on 104 bloggers. |
| Compatible with: | FFIEChrome |
| Share: |


the solution of every template that does not link the homepage image to post url:
if u r using–>
—————————————————————-
function createSummaryAndThumb(pID, pURL, pTITLE){
var div = document.getElementById(pID);
var imgtag = “”;
var img = div.getElementsByTagName(“img”);
var summ = summary_noimg;
if(img.length>=1) {
imgtag = ‘‘;
summ = summary_img;
}
var summary = imgtag + ” + removeHtmlTag(div.innerHTML,summ) + ”;
div.innerHTML = summary;
}
—————————————————-
REPLACE
createSummaryAndThumb(“summary”); or createSummaryAndThumb("summary")
WITH
createSummaryAndThumb("summary","","");
THE+PERFECT+SOLUTION
Notice !!!
createSummaryAndThumb(pID,pURL,pTITLE) <<< your 1st must look like this !!
2nd
Replace another
createSummaryAndThumb("summary");
with this
createSummaryAndThumb("summary","","");
WORK 100000000000000000000000000 %
(“summary”,” “,” “);
make sure you deleted all space (_)
i have been testing blog layouts for a gallery type to showcase artwork..this template is really nice and clean, however I have one major problem..portrait images stretch and look distorted. Is there someway of fixing this? I have tried and tried to no avail. Above mentioned was changing to 800×600 but that does not work…i tried.