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: |


I like this theme very much. When i saw the showcase dark theme i felt like having something like this. Very happy to see this light blue show case blogger template. Thanks B templates for this.
Regards,
DuBuKu
guys this is so so so so so so so good! 5 stars! and WTF!! ITS FREE!! GUYS ITS FREE!! i love this site!
I just wonder why some of the images are stretched out.
hi, i love this template very much. But i cant show quick edit button on each post, can u help me?
@Melongray, To don’t get stretched out, the images should be on 800×600 proportion…
@depps try to click the post title and check if the quick edit is at the post individual page
sorry, nothing to show “quick edit” button at the post individual page…
Tiene UNA sola cosa que no me gusta. No sale la fecha del post cuando están resumidas!!. T_T
Por lo demás muy bien!.
Plz Visit mw blog ok?
I like the theme a lot.. however is there anyway I can change the color/font?
Hello,
I like this theme very much. But is it possible to write longer notes BELOW the photos to comment a photo for example?
Thanks,
Veronika
- sorry if my english is so BAD –
i very like this template.
but i have a problem..
it is shown UNDEFINED.
i was change my format …
u said ( Dashboard → Settings → Formatting → Date Header Format) and usually the correct type is: Saturday, 5 May, 2009.
i was chage same like that, but its still undefined. my post still undefined.
please help me…
please….
download permission….
I’m having the same problem as Tian above. I create a post, add a picture, and the published post on the blog shows only a picuture, no text, and “undefined”. If I click VIEW POST in my editor it takes me to the entire post, but NOT on the blog itself, for public viewing.
Did you ever resolve this problem?
For Tian and Dawn:
You need to change the hour format to “Saturday, 5 May, 2009″ (for example), not the date header format. Please, understand the difference
For Dawn:
This template was made to show only pictures in the homepage. I do not understand which is the problem with your editor, I’m sorry.
Hello,
I use a translator.
When entering blog, and giving click in the image, not in the title of the entrance, it commands to a page that says: direcccion ‘ of blog’ it does not exist. The complete entrance can only be seen if click occurs to the title exclusively.
As this can be modified?
Thanks
i have the same problem!!!! it said undefined!! appear the photo but the link doesn’t work buu
ohh sorry i understand it now xDD
Yes I have the same problem, clicking the picture gives the ‘undefined’ error, but clicking on the blog heading is fine… can you help thanks
Thanks!
Please somebody help us!!!! i have the same problem. If i click the image it doesnt work. it take me to “BLOG-URL”.blogspot.com/undefined
Please help!!!!
Thanks!!
-UNDEFINED IMAGE PROBLEM SOLVED-
threplace the following text in the template with this identical one, there is a minute difference somewhere and it fixes the problem:
createSummaryAndThumb("summary","","");
Read more
Thanks!!! problem fixed!.
I use this template and i try everything for eliminate the Image URL undefined and i CANT! Someone can help me plz. I want that the image have the same url that name of post. Thanks
Maison Mei gave us the solution…
replace the following text in the template with this identical one, there is a minute difference somewhere and it fixes the problem:
createSummaryAndThumb(“summary”,”",”");
*******************************************************************
As I can read you speak spanish.. LOL…
Busca en la plantilla el siguiente texto:
createSummaryAndThumb(pID, pURL, pTITLE)
Luego cambialo por este otro:
createSummaryAndThumb(“summary”,”",”");
I wish this can help you… if you don`t understand… just ask again… Suerte!!!!!
Doesn’t work.
I’ve tried replacing the function header as well as the call with createSummaryAndThumb(“summary”,”",”")
What happens is if you click the picture, you get a bigger picture.
I’m assuming if you click the picture, it takes you to the post.
Is that correct? What should be the behavior?
After publishing my posts I am not able to view the post page/text. It says: Page not found.
I believe my case is similar to Dawn’s when she wrote “If I click VIEW POST in my editor it takes me to the entire post, but NOT on the blog itself, for public viewing.”
I viewed Nicolas’s blog, so I know there is a way to fix it.
Please help.
Hi,
I have just remember what i did to fix the problem… You have to do what I said on my last comment:
replace the following text in the template with this identical one, there is a minute difference somewhere and it fixes the problem:
createSummaryAndThumb(”summary”,””,””);
One you have done that, you must link the POSTED image (The little image that takes you to the post) with the link of the post.
For example:
I made a post about me… I put a pic of me. That pic must be linked to the post it self. Then when I am at blog’s home, I will be able to click to the post.
no problem, this template working
I can’t even find that text in the template html.
And how do I link the pic to the post?
I am very sad that I can’t get this. =(
How do you edit the tabs?
Hello everybody. I finally found a solution to the UNDEFINED problem. It’s simple, just follow the steps below:
1)First Login to your blogger account and go to the tab where you can see the HTML code of your blog.
2)Click in the checkbox to expand the layout graphic elements
3)Press Ctrl+F to search for the following code
createSummaryAndThumb("summary");
then REPLACE that code with this
createSummaryAndThumb("summary","");
4) Then search for the function createSummaryAndThumb(pID,pTITLE pURL).
5)REPLACE THE WHOLE FUNCTION with the following code:
function createSummaryAndThumb(pID, pURL){
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;
}
6)SAVE CHANGES and you’re DONE!
Sorry the correct code for step 3 is
script type=’text/javascript’>createSummaryAndThumb("summary","");script
but you have to close the script tag. ,
press ctrl + F
type “createSummaryAndThumb”
select from:
function createSummaryAndThumb…….. {
.
.
.
}
then replace the entire function with this code:
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;
}
i hope it will help you.
Dimitris code and my code are not working correctly.
But I’ve made the corrections and it’s quite complicated.
Just download the edited template in my website.
It is perfectly working.
click here
Click image -> link images
I need click image -> link post.
Help Me.
i use this template on my website. it’s great.
@Kenny: Kenny, i really thank to u because after im using your coding, my problems with undefined is solve.
>> for all that facing same problem with me, you can using this coding because its really help us. Thanks kenny
I cant load image file.
Hi, I really like the layout of this blog.
However, is it possible to change the top bar to another colour instead of cyan?
thank you.
@selina: You must replace this image in your template (in Design/Edit HTML):
Your new image must be 51px height and around 3 pixels width.
thank you Claudia
For some reason I can’t upload the image. Do you have any idea how can i fix this?
@Kenny:
Kenny,
Could you please re-post link on your website? Current link on 4shared goes to “The file link that you requested is not valid” page.
Thanks!
Excellent layout for blogs about photography..
Thankyou so much dear..
any can find the solution to fix the UNDEFINED program
i follow the above method, but still not function
@joe: Go to Settings/Formatting/Timestamp format -> “Saturday, November 13, 2010″.
Hola Claudia, felicidades por tu trabajo, baje esta plantilla y parece buena, queria preguntarte como puedo hacer para cambiar el color del fondo a negro (esto no es obligatorio) y tambien quiero tener una foto estatica como fondo a cada lado del cuerpo del blog (pero esto si me interesa mucho).
Gracias mil de antemano
saludos
Geri
@Geri: Si quieres cambiar el fondo de gris a negro, ve a Diseño/Edición de HTML, y busca lo siguiente:
Ahí cambia el #F2F2F2 por #000
Si quieres poner otros tipos de fondo, busca en Google “background CSS propiedad”.
The solution here
The solution here
The solution here
To put pressure on the image
Press Ctrl+F to search for the following code
createSummaryAndThumb("summary");
Read more
And replace this
And replace this
And replace this
createSummaryAndThumb("summary","","");
Read more
Then save
Best regards
Nice to meet this web
finally found the solution for UNDEFINED
this trick will let you to remove the link undefined and you will not lose ur reader as after clicking on undefined, visitr goes to next empty page
look for
ctrl + f
imgtag = ‘‘;
replace + pURL +’ with # ..
by this ur vistr wont be redirected to undefined page
though its a temporary solution but an effective one : )