|
Template name : LK Magazine version 2
Template type : 3 Sidebar, 4 Column, 3 Column footer, Elegant, Fixed width, Featured Section, Header Banner, Left Sidebar, Magazine, Premium, Right Sidebar, Slider, Tabbed widget, Top Navigation Bar, Video, White, Web 2.0 Release date : 05-22-2010 Coder/Designer Name(s) : Lasantha Bandara Coder/Designer URL(s) : http://www.premiumbloggertemplates.com/ Basic Instructions : How to install a Blogger template Advanced Details : http://www.premiumbloggertemplates.com/2010/05/lk-magazine-v2-premium-blogger-template.html |
Template Features
- Column: 4 Columns/3 Sidebars/Right Sidebars/Left Sidebar
- Fixed Width Template (1000px width)
- 2 Horizontal Navigation Menus
- Auto Read More Feature with Thumbnails.
- 468*60 Header Ads banner
- 468*60 Header Logo with the PSD file and Fonts.
- 1 CSS Search Box
- 3 Column Footer section
- Social Bookmarking Buttons/Badges installed
- SEO friendly blogger title hack installed to help you rank higher in Google
- Blogger Default Heading Tag has Changed for better SEO
- Meta tags installed
- Top Bar with Feed buttons and Display Day,Month,Year
- Hosted images on blogger. Free use forever!
- Favicon support so you can add your own url icon
- Compressed CSS to speed up your page load times
- Embedded JavaScript date code showing current day
- Built-in Related Posts Widget to show Related posts
- Numbered Page Navigation Hack Installed
- Breadcrumbs Navigation Hack Installed
- Replace "Older Posts","Home","Newer Posts" Text Navigation with Images
- Automatically highlight author comments
- Modified Comments Section to Enable Avatars in Blogger Comments
- Many more ......
Template Layout Structure
3 Column Footer Section
Template Customization
Basic Template Installation:
1.First download the template and unzip the file.
2.Now, sign in to Blogger dashboard and click on the layout.
3.Here is the important step, after uploading any new Blogger template, all of the previous widgets like your google adsense ads,text,profile,poll,etc etc will be lost.
So, to avoid this to happen, in this step click on 'edit' on all the widgets and copy the codes into notepad,etc.
4.Now click on the 'Edit html' tab
5.First of all please Download Full Template.This is to back up your present template.If the new template that you are going to upload makes/gets into some errors or if you make more complex errors in that,then you will loose everthing.So make sure that you back up your template.
6.Just below that,there's an option of uploading new template.So, use the Browse button and upload the downloaded xml file.
7.Now, a message appear saying that your widgets are about to be deleted.Click on the Confirm & Save (no problem doing this because we already copied the widget codes in Step 3).
8.Now click on "confirm and save".Now you successfully installed the template.
8.Click on the 'Page elements' page now and add the codes that you copied in step3 using the 'Add a Page Element' option.
Configure Meta tags
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below codes :
<meta content='DESCRIPTION HERE' name='description'/><meta content='KEYWORDS HERE' name='keywords'/><meta content='AUTHOR NAME HERE' name='author'/><meta content='never' name='Expires'/><meta content='INDEX,FOLLOW' name='Robots'/><meta content='4 Days' name='Revisit-after'/>
Replace DESCRIPTION HERE,KEYWORDS HERE,AUTHOR NAME HERE as below.
DESCRIPTION HERE:Write your blog description
KEYWORDS HERE:Write the keywords of your blog separated by comma.
AUTHOR NAME HERE:Write the author's name(Your name)
Configure First and Second Navigation Bar
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-X</a>
Now Replace Your-Link-Here,Link-Title,Link-Name-X with your details.
Configure Header logo
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below line :
http://2.bp.blogspot.com/_T46SliM0-PI/S_VIpcB5SmI/AAAAAAAAAMs/CuJPES_Z5aE/LK+Magazine+v2.png
Now replace it with your logo address/url.
How To Configure Favicon:
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :
<link href='YOUR-FAVICON-URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Now replace "YOUR-FAVICON-URL" with your Favicon address/url.
Configure Featured content slider
Go to Layout-->Page Elements and click on "Add a gadget".
Select "html/java script" and add the code given below and click save.
<script type="text/javascript">function startGallery() {var myGallery = new gallery($('myGallery'), {timed: true,delay: 5000,slideInfoZoneOpacity: 0.8,showCarousel: false});}window.addEvent('domready', startGallery);</script>
<div id="myGallery">
<div class="imageElement"><h3><a href="ENTER-YOUR-POST-1-LINK-HERE">THIS-IS-FEATURED-POST-1-TITLE</a></h3><p>FEATURED-POST-1-DESCRIPTION</p><a href="#" class="open"></a><img src="FEATURED-POST-1-IMAGE-ADDRESS" class="full" alt="" /></div>
<div class="imageElement"><h3><a href="ENTER-YOUR-POST-LINK-2-HERE">THIS-IS-FEATURED-POST-2-TITLE</a></h3><p>FEATURED-POST-2-DESCRIPTION</p><a href="#" class="open"></a><img src="FEATURED-POST-2-IMAGE-ADDRESS" class="full" alt="" /></div>
<div class="imageElement"><h3><a href="ENTER-YOUR-POST-3-LINK-HERE">THIS-IS-FEATURED-POST-3-TITLE</a></h3><p>FEATURED-POST-3-DESCRIPTION</p><a href="#" class="open"></a><img src="FEATURED-POST-3-IMAGE-ADDRESS" class="full" alt="" /></div>
<div class="imageElement"><h3><a href="ENTER-YOUR-POST-4-LINK-HERE">THIS-IS-FEATURED-POST-4-TITLE</a></h3><p>FEATURED-POST-4-DESCRIPTION</p><a href="#" class="open"></a><img src="FEATURED-POST-4-IMAGE-ADDRESS" class="full" alt="" /></div>
<div class="imageElement"><h3><a href="ENTER-YOUR-POST-5-LINK-HERE">THIS-IS-FEATURED-POST-5-TITLE</a></h3><p>FEATURED-POST-5-DESCRIPTION</p><a href="#" class="open"></a><img src="FEATURED-POST-5-IMAGE-ADDRESS" class="full" alt="" /></div>
</div>
Change 5000 to change your slider speed.
NOTE : Remember to replace ,
ENTER-YOUR-POST-X-LINK-HEREs with your real post links.
THIS-IS-FEATURED-POST-X-TITLEs with your real post titles.
FEATURED-POST-X-DESCRIPTIONs with your post descriptions.
FEATURED-POST-X-IMAGE-ADDRESSs with your real image addresses.
More details: http://www.bloggertipandtrick.net/2010/05/mootools-featured-posts-slider-blogger.html
Configure Multi tab widget
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below lines :
ENTER-TAB1-CONTENT-HERE
ENTER-TAB2-CONTENT-HERE
ENTER-TAB3-CONTENT-HERE
Replace these lines with your tab contents.
Configure 125*125 Ad Banners
Find below code in your template.
<!-- Banner --><div class='banner'><ul><li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li><li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li><li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li><li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li></ul></div><!-- /Banner -->
Now replace "http://themeforest.net?ref=wam8387" and "http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg" with your details.
Configure "Blog Posts" Widget
Login to your blogger dashboard--> layout- -> Page elements.Click on "Edit" form "Blog Posts" Section.Now change it value as the picture below:
Configure "Timestamp Format" Format
Login to your blogger dashboard--> Settings- -> Formatting.Now set your timestamp format as the picture below.
Important !!!:
Do not remove Footer Credits.
License:
This free Blogger template is licensed under the Creative Commons Attribution 3.0 License,which permits both personal and commercial use.
However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0/









I'm Lasantha Bandara. we provides hundreds of premium quality free blogger templates.
Your the best! Great!!!!!!!!!!!!!!
Nice and great blogger template. I like it. Good information shearing. Thanks.
Lasantha aiiya ..mata podi awlak tiyenwa...meke kohomada vidiyo tab ekata video ekak dnne,,,eka mara awlak ne...ENTER-TAB3-CONTENT-HERE kiyana thanata kohomada api kamati vedio ekak danne..mata ikmanatta ma rep ekak one..plese aiiya..template ekanam maru,,,podi podi awl nattemat na...
Hello sameera,
Below I have expained how to add a youtube video to your tab view widget.
Go to you http://www.youtube.com/.
Select your video and get EMBED code for your video(set video width to 280px or less).It will like this:
<object width="280" height="275"><param name="movie" value="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="275"></embed></object>
Now convert your youtube code from here:
http://www.blogcrowds.com/resources/parse_html.php
Now your code will look like this:
<object width="280" height="275"><param name="movie" value="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="275"></embed></object>
Now replace, "ENTER-TAB1-CONTENT-HERE" with your converted youtube code.
Now save your template.
Good1
Great template. I am busy tweaking the links and ads before I continue blogging. Thanks.
lasantha bro it work..thanks...now tel me how to post Resent post and popular post thear...it big help....
Hello sameera,
To add a recent post widget use below code:
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.YOURBLOG.blogspot.com%2Ffeeds%2Fposts%2Fdefault&num=10" type="text/javascript"></script>
Remember to replace YOURBLOG with your blog name.
To add a popular post widget use below code:
<script language='javascript'>
aBold = true;
numposts=200;
maxshowresult=10;
home_page = "http://YOURBLOG.blogspot.com/";
</script>
<script language="JavaScript" type="text/JavaScript">
var postTitlear=new Array();var postUrlar=new Array();var postCommentar=new Array();var totalpost;document.write("<ul>");function showrecentposts(j){var a=j.feed.entry.length;totalpost=a;for(var f=0;f<a;f++){var h=j.feed.entry[f];var c=h.title.$t;var b;var g;if(f==j.feed.entry.length){break}for(var d=0;d<h.link.length;d++){if(h.link[d].rel=="alternate"){g=h.link[d].href;break}}for(var d=0;d<h.link.length;d++){if(h.link[d].rel=="replies"&&h.link[d].type=="text/html"){b=h.link[d].title.split(" ")[0];break}}c=(aBold)?"<b>"+c+"</b>":c;postTitlear.push(c);postUrlar.push(g);postCommentar.push(b)}sortPosts();for(var f=0;f<maxshowresult;f++){var e='<li><a href="'+postUrlar[f]+'" class="recent-link">'+postTitlear[f]+" ("+postCommentar[f]+" comments)</a>";document.write(e)}}function sortPosts(){function c(d,f){var e=postTitlear[d];postTitlear[d]=postTitlear[f];postTitlear[f]=e;var e=postUrlar[d];postUrlar[d]=postUrlar[f];postUrlar[f]=e;var e=postCommentar[d];postCommentar[d]=postCommentar[f];postCommentar[f]=e}for(var b=0;b<postTitlear.length-1;b++){for(var a=b+1;a<postTitlear.length;a++){if(parseInt(postCommentar[b])<parseInt(postCommentar[a])){c(b,a)}}}}document.write('<script src="'+home_page+"feeds/posts/default?max-results="+numposts+'&orderby=published&alt=json-in-script&callback=showrecentposts"><\/script>');
</script>
Remember to replace YOURBLOG with your blog name.
Hi there,
Thanks for this beautiful template.
I need help. I want "full post" to appear on the front page instead of the "read more" style. How do I adjust the template? thanks!
Hello thor,
"Full post" to appear on the front page instead of the "read more" style,follow the steps below:
1.Login to blogger dashboard-->Layout-->Edit html.
2.Click on "Expand Widget Templates".
3.Now find below code block:
<p><script type='text/javascript'>
summary_noimg = 450;
summary_img = 280;
img_thumb_height = 200;
img_thumb_width = 200;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class='rmlink' style='float:right'><a expr:href='data:post.url'><img src='http://3.bp.blogspot.com/_T46SliM0-PI/S_OAcXPAZZI/AAAAAAAAAMM/rUsEdh1P7_o/24-large-allblogtools.jpg' style='border-style:none;'/></a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
4.Now replace it with below code:
<p><data:post.body/></p>
5.Save your template.
la plantilla es de lo mejor, gracias... Solo que no he resuelto el menù, ... espero me ayuden... soy novato...
Necesito ayuda para configurar el menù
I can like set the menu ?
I am a beginner, I request your help to set the menu ...
Hello guillermo_sg,
There are 2 navigation menus in this template.
To configure black color menu find this code:
<div id='catmenucontainer'>
<div id='catmenu'>
<ul>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1a</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1b</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1c</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2a</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2b</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2c</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2d</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3a</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3b</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3c</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-4</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5a</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5b</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5c</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5d</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-6</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-6a</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-6b</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-7</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-8</a></li>
</ul>
</div>
</div>
Now
Replace Your-Link-Here with your real links
Replace Link-Title with your link titles
Replace Link-Name-x with your link names.(x=1,2,3,...)
To configure white color menu find this code:
<div id='foxmenucontainer'>
<div id='menu'>
........
</div>
</div>
Now
Replace Your-Link-Here with your real links
Replace Link-Title with your link titles
Replace Link-Name-x with your link names.(x=1,2,3,...) in above 2 code blocks.
I think you will be able to understand this.
thank you very much, thanks for the support ... The template is excellent... excuse my English proficiency
hry bro...thanks it..work...now tel me..how add resent coomment...
To add recent comments,use the code given below:
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.YOURBLOG.blogspot.com%2Ffeeds%2Fcomments%2Fdefault&num=10" type="text/javascript"></script>
Remember to replace YOURBLOG with your real blog name.
hey thanks...bro...i found u r tempate problem..it is ...i add Yahoo Smiley Emoticons my blogger but it not worl..i add it another blogger..but it work...hey bro....plese tel me..how fix it work this template...http://bloggerstop.net/2009/01/add-smiliey-emotions-to-bloggerblogspot.html
Sameera,
To Add Yahoo Smiley Emoticons to your blogger comments follow the steps given below:
1.Login to blogger dashboard-->Layout-->Edit html.
2.Click on "Expand Widget Templates".
3.Now find below code:
<b:if cond='data:post.embedCommentForm'>
4.Copy the code in below text file and paste it just after the above code:
http://pwam.googlecode.com/files/smiley%20code.txt
5.Now find </body> tag.
6.Copy below code and paste it just before the </body> tag.
<script src='http://pwam.googlecode.com/files/smiley.js' type='text/javascript'/>
7.Save your template.
You are done.
hey bro...not work this,,,i try but not work this templat,,,how fix it..?
aiiya thawa case ekak tiyenwa.....api post ekak liyapuwama ai post eke letters ath wela wage tiyenne eka hadanna baida,,,post eka atulata giyapuwama nam hari,,et eliyen baladdi letters athwela ne...mokda karanne letters lagata karala fanna..?
post eke letters ath wela pennana ekka nati karanna nam remove the code below from your template( you can find it inside #main-wrapper{} ):
text-align:justify;
Yahoo smileys emotions hariyata weda karanawa.I test it.Use the code in below text file.
http://pwam.googlecode.com/files/smiley%20code.txt
Download it and open.Now copy its code and paste it just after <b:if cond='data:post.embedCommentForm'>.
Now copy below code and paste it just before the </body> tag.
<script src='http://pwam.googlecode.com/files/smiley.js' type='text/javascript'/>
Yahoo emotions add karaganna bari nam template eka mata email karranna.
hari aiiyamama oyata mail karannam dan mata oyage Email eka denwada.....mata oya hadala mage tempate ka ewanna ok...smile wada na appa...
Send your template through this form:
http://www.premiumbloggertemplates.com/2009/06/submit-your-templates-here.html
hari aiiyamama oyata mail karannam dan mata oyage Email eka denwada.....mata oya hadala mage tempate ka ewanna ok...smile wada na appa...
aiiya mara case eka...mama oya kiya pu vidiyata #main-wrapper{} ):
text-align:justify;delet kara...template eka wenas una....mara case eka...hada gannabane..oya eakta hari gassala mata mail karanwada..?
Hi. How to change back color and how to remove 125 ads ,video places. Plz Plz
aiiya Yahoo emotions mama hada gatta but comment ekak api emotions walin dapuwama..ekawada karanna...aiyya oya tikak test karala balannako.....Yahoo emotions comments wada karanne na..Yahoo emotions bar eka nam,comment box eka gawa pennanwa...aiyya mata eka hada na vidiya kiywanwada,,,? thwa ekak aiyya,,,,post eke text atwela pena eka hariyanne nane aiyya #main-wrapper{} ): text-align:justify; eka mama oya kiyapuwidiyata mama delete kara,mulu temple ekama wenas wenwa...aiyya mata ikmanatama me fix karana vidiya kiyanawada..?
How do i insert ads between posts. These are not going to be adsense ads.
Thanks
To Insert Ads between posts,
1.Login to your blogger dashboard--> layout- -> Edit HTML
2.Scroll down to where you see this:
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
3.Copy below code and paste it just after theabove code.
<b:if cond='data:blog.pageType != "item"'>
INSERT YOUR AD CODE HERE
</b:if>
4.Save your template
hello bro why cant reply me.....whats up...plz fix my prob...?
Hello, I decided to change the template and insert Lk Magazine.
Unfortunately I'm not good and I need help.
First I can not change the title (LK Magazine V2) and put my logo.
The heading I can not see, I see very little.
I apologize for my bad English.
This is my blog: http://flyfishingitalia.blogspot.com
Hello
Thanks
Federico
Hello, I wanted a help for the following points:
1 Remove all the buttons you are under the posts (twitter, facebook, digg, technorati etc etc)
2 Change the size and color of post title
3 Change the background color of the submenu in the navigation bar black (when you hover submenus are not seen, are transparent ...)
4 shows the QuickEdit bar and to make changes
I apologize for asking too many questions I am a beginner
Hello
Thanks
Federico
"Sameera said...
hello bro why cant reply me.....whats up...plz fix my prob...? "
Sameera send your template to this email:
lasanthat1[at]gmail.com
Hello FlyFishing,
To change the logo follow the steps below:
Configure Header logo
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below line :
http://2.bp.blogspot.com/_T46SliM0-PI/S_VIpcB5SmI/AAAAAAAAAMs/CuJPES_Z5aE/LK+Magazine+v2.png
Now replace it with your logo address/url.
To remove social buttons remove below code from your template(frist click on expand widget templates).
<b:if cond='data:blog.pageType == "item"'>
<div style='clear:both; '>
<div style='width:60px; float:left;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<div style='width:60px; float:left;'>
<script badgetype='square' src='http://d.yimg.com/ds/badge2.js' type='text/javascript'><data:post.url/></script>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='http://s310.photobucket.com/albums/kk426/magznetwork/socialbig/stumble.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Delicious' src='http://s310.photobucket.com/albums/kk426/magznetwork/socialbig/delicious.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://technorati.com/faves?add=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='http://s310.photobucket.com/albums/kk426/magznetwork/socialbig/technorati.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Twitter' src='http://s310.photobucket.com/albums/kk426/magznetwork/socialbig/twitter.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src='http://s310.photobucket.com/albums/kk426/magznetwork/socialbig/facebook.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
</div>
</b:if><br/>
Now save your templates.
Thank you! Unfortunately I need and I still need your help, I make a list of problems that I solve.
1 I want to center the logo fly fyishing Italy ", eliminating the widget 's header (where you write the title and blog description). If possible after I put the logo on the sides (left and right) two photos.
2 remove the white line that appears below the date in post
3 Remove the "Related Articles" below the post
Remove the 4 second navigation bar (the white one with links)
5 change text color and size of the titles of various gadgets
Thank you again for your precious help and time you lose (your site will always be in my links) (
Hello
Thanks
Federico
Hello FlyFishing,
You can not center the logo because header has divided into 2 columns.
To remove the white line,remove the code below from your template.
<div id='post-divisor'/>
To remove the "Related Articles",remove the code below from your template.
<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == "item"'>
<div class='related-post-int'/><b>Related Articles :</b><div class='related-post'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=6"' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'>
var currentposturl="<data:post.url/>";
var maxresults=6;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
<br/><br/>
</b:if>
<!-- Related Posts Code End-->
To remove the white navigation menu, remove this:
<div id='foxmenucontainer'>
<div id='menu'>
<ul>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-4</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-5</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-6</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-7</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-8</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-9</a></li>
</ul>
</div>
</div>
To change colors of titles you want to find .post h3 , .sidebar h2,... and change the values inside these classes as like.
awesome, love it but i was wondering if i can change the "READ MORE" after each post to say something different ? or is it not possible,?
Never mind found it ^_^ thanks for the great template though love it
Thanks for the hack. I am really enjoying the template.
As a web and graphic design student, I really appreciate the work that you put into this.
Hello PBTemplates
I know that I'm stressing .. forgive me!
I have another problems with the slide carousel. I uploaded the pictures in the carousel (Photos are 515x250)
When I click on any link or post, while the page loads, appear to me all the pictures of the carousel. It 'very annoying and slows the load.
Sorry for my too many questions
Hello
Thanks
Federico
Hello FlyFishing,
Don't use larger images (larger file sizes).
Host your images in blogger (It will helpful to load your images faster)
Hi PBTemplates,
Its a gr8 template.. thx
I am facing a problem in static page....
In static pages of my blog its showing read more button, that i dsont want.... even while we click on that button it dont show full page....
for ex. check this page....http://d-accord-surbhi88.blogspot.com/p/puzzles.html
its a static page on my blog.
Also i want to change the fonts showing in posts....
plz help....
Hi Surbhi,
To Remove "Read More" from your static pages follow the steps given below.
1.Login to blogger dashboard-->Layout-->Edit html.
2.Click on "Expand Widget Templates".
3.Find this code:
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
4.Now replace above code with below code:
<b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
5.Now save your template.
thank you very much for instant help.....
it worked
PLz suggest me how can i change font of posts????
You can change fonts easily.Find this:
<Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% Verdana, Arial, Sans-serif;" value="normal normal 100% Arial,Georgia,Serif;">
Change font types as you like.
Hi Lasantha, it's me again. I went to your blog and I gain valuable tips. Are you able to share your code on the "right side bar menu" containing you RSS, facebook, twitter, email contact? Really good and I want to include in this template. Thanks...
Also the tweetme icon, it distracts the blue line on the main page...how do I adjust it?
aiiya...mata oya kiyla denwada...kohomda post eke akuru athwela tiyena aka in karanne kiyla..pleze aiiya...mata eka godak vadagate..ehma thiyenakota me wage hoda template ekatat katai...mata eka lankarala hada ganna vidiya ikmanatama kiyanna
Sammera,
Delete below code from your template:
text-align:justify;
ela aiiya thanks eka wada....mata igilenna hitenwa....oya nam maru....thwa case ekak aiiya..mama aiiya java cord ekak post eke liwwa eth eka penwanne nane..ekata mama mokda karanne..dan oya me wage code liyanne mata poddak eka kara ganna widiya kiyla denwada....?
Sameera,
First convert your code from here:
http://www.blogcrowds.com/resources/parse_html.php
Now when you want to post your code use this converted code.
You can read more about this from here:
http://www.bloggertipandtrick.net/2009/03/how-to-show-html-text-in-blogger-posts.html
ela aiyya...eka wada...eth aiiya..kohomada A cord eka style karala danne...oya ara template eka insatall karana widiya penwala thiyena thana pothaka rul wage dhala thiyenne...A widiyata cord eka pennwanna dahnne kohomda..?loku udhawwak plaese help...
Hi there again,
I can seem to find the adsense display between post on the main page. I configured it but it's not showing.
Hi Thor,
Can you explain your problem further?Do you want to show Adsense ads between posts in home page?
Hello someone can help me configure the Multi tab widget?.
Hello PB,
I reduced the size of the photos, unfortunately the problem is not solved.
Every time I open a new page (a post, a link, whatever ...),
in background appear the photos of carousel (one below the other)
Let me know
Hello
Thanks
Federico
hi lasantha aiyya..mata help ekak one oyage LK Gallery Premium Blogger Template eke tiyena image real slider eka mage template ekata dahanna ona..mama eka oyage anite site eka tiyena vidiyata add kara...et eka hariyata set wenne na..eka nisa mata eka hariyata set wenna cord eka hadala denwada plese rep..thwa deyak oya ai mata rep kate natte..kohoma html cord post eka style rul wala dala post kara na vidiya kiyla..plese mata rep karanna..mama mewta plituru balagena inawa..thanks
Hi PB, yes, I want to show my adsense in between the summary posts. Thank you!
Hi BP T
Stand alone page's comments are not displaying.........
How to fix this...
(Aiyee mata english hariyata baa. mage blog eka psges walata labee athi comments pennanneee na ne... mokada meekata karannee.. ?????? ane karunakara kiya dennakooo)
Plz Plz Plz
Popular post widget code that you have given above in a reply to "Sameera" is not working and giving this error "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Element type "a" must be followed by either attribute specifications, ">" or "/>"." plz help me to fix it
Plz tell me how to remove "Multi Tab Widget" Coz, I've tried a lot but cannot fix the popular post tab
Hi Evolution,
To add a popular post widget use below code:
<script language='javascript'>
aBold = true;
numposts=200;
maxshowresult=10;
home_page = "http://YOURBLOG.blogspot.com/";
</script>
<script language="JavaScript" type="text/JavaScript">
var postTitlear=new Array();var postUrlar=new Array();var postCommentar=new Array();var totalpost;document.write("<ul>");function showrecentposts(j){var a=j.feed.entry.length;totalpost=a;for(var f=0;f<a;f++){var h=j.feed.entry[f];var c=h.title.$t;var b;var g;if(f==j.feed.entry.length){break}for(var d=0;d<h.link.length;d++){if(h.link[d].rel=="alternate"){g=h.link[d].href;break}}for(var d=0;d<h.link.length;d++){if(h.link[d].rel=="replies"&&h.link[d].type=="text/html"){b=h.link[d].title.split(" ")[0];break}}c=(aBold)?"<b>"+c+"</b>":c;postTitlear.push(c);postUrlar.push(g);postCommentar.push(b)}sortPosts();for(var f=0;f<maxshowresult;f++){var e='<li><a href="'+postUrlar[f]+'" class="recent-link">'+postTitlear[f]+" ("+postCommentar[f]+" comments)</a>";document.write(e)}}function sortPosts(){function c(d,f){var e=postTitlear[d];postTitlear[d]=postTitlear[f];postTitlear[f]=e;var e=postUrlar[d];postUrlar[d]=postUrlar[f];postUrlar[f]=e;var e=postCommentar[d];postCommentar[d]=postCommentar[f];postCommentar[f]=e}for(var b=0;b<postTitlear.length-1;b++){for(var a=b+1;a<postTitlear.length;a++){if(parseInt(postCommentar[b])<parseInt(postCommentar[a])){c(b,a)}}}}document.write('<script src="'+home_page+"feeds/posts/default?max-results="+numposts+'&orderby=published&alt=json-in-script&callback=showrecentposts"><\/script>');
</script>
Remember to replace YOURBLOG with your blog name.
If you want to remove "Multi Tab Widget",then remove below code from your template:
<div class='tabber'>
<div class='tabbertab' id='tab1'>
<h2>VIDEO</h2>
ENTER-TAB1-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab2'>
<h2 class='title'>RECENT POSTS</h2>
ENTER-TAB2-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab3'>
<h2>POPULAR POSTS</h2>
ENTER-TAB3-CONTENT-HERE
</div>
<div class='clear'/>
</div>
<div style='clear:both;'/>
I would like to
1. remove the left sidebar
2. have the right sidebar where the left one is
How do I do that?
I realize that this is a major design feature so it may take a lot of work but I think the site will be better that way considering Google's blog heat map.
Thanks
Thabk You very much...Multitab widget is now fixed with your kind help
Now I dont need to delete this...Thnx alot
PBT I need you help please!!! I have my blog template already finished but i have a strange problem, how can i have my logo (header image) so that when I click on it, it could take me to the home page. In other words i want my header logo to take me to the main page when i click on it.
Thanks a lot for your amazing template and for your patience!
hello aiiya..ape post eke font size eka hadannea kohomda,,,ewagma post ekea hed tital eke font eka wenas karannea kohomda..?please reply me....
To change the font size of post, find this:
<Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% Verdana, Arial, Sans-serif;" value="normal normal 100% Arial,Georgia,Serif;">
Change "100%" as you like.
To change
ok aiyya..mama oya kiyapu widiyata wade kara....dhan awit balanna blog eka...mata thawa help ekak onea....magea blog ekata hari yanna oyagea LK Gallery Premium Blogger Template eke thiyena image real eka mage ekata dahaganna cord eka hari gassala dhenwa..?loku udawwak..
ok..aiiya mama oya kiyapu vidhiyata wade kara..dhan awit blog eka check karala balanna..bro mata thawa udawwak onea..oyagea LK Gallery Premium Blogger Template eke thiyena image real eka mage ekata dha ganna settings hadala mata reply karanwa...loku udawwak..
How can I change the catmenu font and color??
Thankiu
Hello PBT,
in addition to problems with the photos in the slide, I noticed that the "Read more" in the post only works with Internet Explorer. How can I view the function with Firefox?
The site is: http://www.flyfishingeuropa.com
Hello
Thanks
Federico
yahoo emotion have [in] download [of] according to your guide, come up [in] my blog but [do] not work, help me pls
Images do not fit well in the sideshow..What size of images should I use? I am using images hosted on different websites. Any suggestions to change the caption area? Its too large.
Slideshow images default sizes are width:515px and Height:250px.
To change the size of caption area,find this:
.jdGallery .slideInfoZone
{position: absolute;z-index: 10;width: 100%;margin: 0px;left: 0;bottom: 0;height: 90px;background: #363636;color: #fff;text-indent: 0;overflow: hidden;}
now change height value as you like.
hello...aiyya,mata oyagen udawwak onea,,...#main-wrapper{} )eka mata width:600px karaganna one..mama template eka 600 karagena anit ewat kalin tibba widiyata hafa ganna vdiya mata kiyla dhenwada,,?please reply me
@PBTemplates I used the tip you've given to "Sungnani" related to placing adsense betwwen Posts. But this is not working. Do I need to parse the adsense code or something else..plz tell me the fix
thnx
In addition to my previous comment, I don't wanna show adsense on home page but only between the posts...tell me how to fix it ??
@Evolution - World
Remove AdSense Ads from the Homepage,read this article:
http://www.bloggertipandtrick.net/2009/05/how-to-remove-adsense-ads-from-homepage.html
Hello bro.. Can you tell me how to put video in tab section. I tryed with Youtube video but it say error. Thanks
Mamee
@Anonymous
Go to you http://www.youtube.com/.
Select your video and get EMBED code for your video(set video width to 280px or less).It will like this:
<object width="280" height="275"><param name="movie" value="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="275"></embed></object>
Now convert your youtube code from here:
http://www.blogcrowds.com/resources/parse_html.php
Now your code will look like this:
<object width="280" height="275"><param name="movie" value="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tWkpfvd_XI0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="275"></embed></object>
Now replace, "ENTER-TAB1-CONTENT-HERE" with your converted youtube code.
Now save your template.
@Sunganani
Hello Sunganani, I can help for this if you want.
Hello
you could see why with Mozilla Firefox can not see the function "Read More" (as I see it with explorer ...)!?
Hello
Thanks
Federico
Hello PBTemplates,
I Had A Small Problem At The Gadget Popular Posts,Recent Comments,Recent Posts..
The Letters At The Gadget Are Going Totally Un-order.Please Say How To Do It Correctly.And My blog Url Is
http://www.tsksoft.blogspot.com
Hello PBTemplates
The slide show is out!
I also watched your demo site and it seems completely out of use (you can see the photo slideshow mixed with post ....)
Let me know how can I do to restore the slideshow
Hello
Thanks
Federico
@FlyFishing
Hello friends,Thank you for your comment.It is a problem with my google code account.Now I corrected it and updated the template.Demo is working fine now.
Hello PBTemplates,
Great template!
I've been using it for about a month now with no problem, but all of a sudden starting yesterday the slideshow stopped working. Do you know what the problem could be?
Thanks
-James
@James
Hello James,
I know it and corrected this problem.You can get download updated version now.
or
Find below line in your template:
http://pwam.googlecode.com/files/mootools-1.2.1-core-yc.js
Now replace it with below line:
http://dl.dropbox.com/u/7405273/mootools-1.2.1-core-yc.js
Now save your template.
Thanks pbtemplate
The slideshow is now working.
Still will not see the item "Read More" (with Firefox) at the end of post
Hello
Thanks
Federico
PBTemplates,
It works!! Thanks!!
-James
thanks you
@PBTemplateshello how to change header logo in photoshop
thx friend for the template nice
my blog
http://www.click2learn.co.cc/
ei bro..your template is really awesome..i'm going to use this for my upcoming domain site....and besides you have a great support..
More Power..
Allan
hipbtemplate.
nice template. Well one problem when i share my link on facebook its doesn't show pictures and details. i think its happened because of this line "You are Here: Home > 2010 > July > Pwning 4.0 On New Bootrom 3GS /3.1.2 SHSH Blobs". i want to remove this complete "your are here" line. tell me how to do this. Because social networks pic this line instead of picture and description.
hi im use this template but i have one question..since im using external comments system from intensedebate the popular post script you gave is not working can you give alternate script if you can and also how can i remove blue colour in topic which shows number of comments beside author name..
Hello Lasantha,
Bro, site has become very slow and unresponsive as the users of template are increasing...right side bar and bottom gadget bar, now both are taking much time to load. How can I host the template at some other place...really need guidance. Thanks!
This template is really great. But, can you tell us something more about feature slider, how to configure the width of it, and other parameters.. ???
Thnx.
@RFT
Read this:
http://www.bloggertipandtrick.net/2010/05/mootools-featured-posts-slider-blogger.html
Article helped, thank you very much?
Btw, is it possible to make another Multitab widget below the existing one? I tried to duplicate html code form body of template (copy paste just below), but the template couldn't be saved...
CAN NOT FOR THE LIFE OF ME GET TITLE OF BLOG TO INSTALL
Moe problems than that but fixing that would be helpful. Have followed the directions repeatedly
P.S. Blog URL http://www.bigbendbikersforfreedom.com/
My apologies, I can't get the Blog title to show
Using your code for recent and most popular post I get nothing but error
codes
Using the Blog crowd link for you tube gives me error codes, trying you tubes code
gives me error codes.
I love this template but it may be beyond my capabilities
will let you have a look http://www.bigbendbikersforfreedom.com/
If I can't figure it out will have to move on. Thanks anyway
One more note the reason I was switching was due to IE freezing on last template after their recent update. Apparently that continues, rgnostic@gmail.com
this its a great template..
PBTemplates a im using it but with some modifications on it, i would like to know how could i have more spaces between the 2 sidebars and the postbody? (left and rigth).
and pagedownd in the footer the black background i want to get it little or be more smaller or thin, i want the 'recent post' 'popular post' and 'recent comments' be at the top of that black background, and don´t have that space beetwen the 'recent post' and body...
sorry for my english i hope that you understan a little
Hello PBtemplates,Can You Please Help In Showing HTML Code In Blog Posts Which Must Be Helpful To Copy By Visitor's.
It Must Be Showed As it Is.Since By Default Every Browser Reads And Automatically Implement The Code And Not Show The HTML Code
Example: Just Like You Show HTML Code In Your Blog Post's
Please Help Me
Regards,
Saikrishna
It Will Be A Great Help If you Solve For Me
Have A Nice Day Bro...!
Hello sir,
how can i get this template? please help me. many times I tried to download this template but i am not success to download your template. i hope that u will be help me.thank you.
@SALIM SUBBA
Try this link:
http://dl.dropbox.com/u/7405273/LK%20Magazine%20V2%20Blogger%20Template.zip
@saikrishna
Read this:
http://www.bloggertipandtrick.net/2009/06/how-to-add-encodedecode-html-entities.html
I have got your this template now with your help,It's really nice template and you are a great and so helpful man. thank you so much for helping and i need your help once again please how can i make slider on my blog page, already i have used your slider code and I read your more details instructions also but till i couldn't make it. hopping yours positive help. thank you..
Hello PBTemplates,
Thank you so much i am successful to make slider. But i couldn't make a blog Header logo when i replace this code(http://2.bp.blogspot.com/_T46SliM0-PI/S_VIpcB5SmI/AAAAAAAAAMs/CuJPES_Z5aE/LK+Magazine+v2.png)nothing appears in blog header please help me once again.. thanks
Thanks For Your Help Bro And It Worked In That Way Of Showing Html Code But What I Need Is... I Like To Show Html Code Just Like You Show In Your Blog Post
Please Help Me On This...And Is There Any Code To Add In Template Which Helps Me Whenever I Post Html Code In Blog Post To Show It Automatically To Visitor's To Copy Or Use
Please Help Me In These Bro
Have A Nice Day
Why I have trouble with this template: the left side bar. Is there a way I can remove it totally so that the post takes up that place instead?
Thanks.
(Have not yet installed it)
Hi PBTemplates,
today dont know why only one post is showing on my home page.
plz help me to sort out this problem.
my site is techbyte4u.com
First of all id like to thank you for this GREAT Template
but i have a question
How could i change the colors of this style from to be yellow i mean font colors and layout colors ...every thing
really appreciate you help
doctor, necesito que me ayudes con los menus para que cuando haga clic en uan de las opciones aparcesca mi la pagina pero en mi mismo blog (el contenido)
Hi, thank you for this wonderful template. How to remove the slider?
Thank you for your template, it is great. I tried to remove the left side bar and increase the main content column to @705, but I faced a problem. The black color continued to show in the post contents, so I have white and black. My site is scientific, and need to increase the width of the main content and have a white background. Please, help me to do it correctly. Thank you for your efforts
Configure Multi tab widget
Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below lines :
What Do I put On These Lines , I just Want to have my recent postings appear and Recent comments Appear.
ENTER-TAB1-CONTENT-HERE
ENTER-TAB2-CONTENT-HERE
ENTER-TAB3-CONTENT-HERE
Replace these lines with your tab contents.
Can You explain This Better
Hello Lasantha,
I've followed all the procedures, but can't get the "featured post" to work. Is there any update about this? Thanks
Sorry, I forgot to mention my blog address: www.martinmanurung.com
Thanks!
@Martin
I checked your blog.
Find this code in your template:
<script src='http://pwam.googlecode.com/files/mootools-1.2.1-core-yc.js' type='text/javascript'/>
Now replace it with below code:
<script src='http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js' type='text/javascript'></script>
save the template.Now your slider will work fine.
@George Abu Jarur
Can you tell me your blog URL?
Hello Lasantha,
I've changed the code as you said, but the slide doesn't work. Instead of sliding like in the demo web, all the featured posts appear on the top of (overlap) the blog posts. Can you please help? Thanks very much!
@Martin
Don't use Internet Explorer to copy these codes.
Lasantha,
No, I dont use internet explorer, I use Firefox.
Hello Lasantha, I do not use internet explorer, I use Firefox. Is there any solutions about the not working slider?
its a great template.. tnx PB!
iam using it now but i want to change the background color of LK magazine v2.
will u pls help me how to change?
thanks!!!!
in firefox i cant see the drop down menu background. for example when i put mouse on link-name1 i cant see drop down menus i.e. linkname1a, link-name1b, etc,and background for that until i hover mouse on the particular link. but it works perfectly in IE and Opera. is ther any prob in my firefox (ver. 3.6.13) or is ther any problem in template. please help me, Thanks
hello sir!!!
Its a great template.. tnx PB! Thanxs Lasantha..
I use your template, thanxs very much.
Lasantha, I need Help..
How to remove breadcrumbs ?? in this template??
Please tell me, cz i try remove breadcrumbs but always error..
Please, Help me...
this is My URL: http://nikicomic.blogspot.com/
Hi Lasantha Bandara,
can you please check my blog? when we click for next page it's only display 3 posts instead of 5 or more. also i want to make 10 number of post for label instead 20.
thank you.
Hello Lasantha,
how do I enter the advertising space on the right (the one with the 4 squares ThemeForest ") photos with links to other sites ?
I hope that I explained
Hello
Thanks
Fede
thanks for this nice template. I want to uncrease the post width. please help me to do that
Hi, I have read your guide above on how to remove the read more in static page.It works but the read more button still appear how to hide it or totally disappear?
Please help me.
@Bennix
To Remove "Read More" from your static pages follow the steps given below.
1.Login to blogger dashboard-->Layout-->Edit html.
2.Click on "Expand Widget Templates".
3.Find this code:
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
4.Now replace above code with below code:
<b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if></p>
5.Now find this code block:
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class='rmlink' style='float:right'><a expr:href='data:post.url'><img src='http://3.bp.blogspot.com/_T46SliM0-PI/S_OAcXPAZZI/AAAAAAAAAMM/rUsEdh1P7_o/24-large-allblogtools.jpg' style='border-style:none;'/></a></span>
</b:if>
6.Replace it with this one:
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class='rmlink' style='float:right'><a expr:href='data:post.url'><img src='http://3.bp.blogspot.com/_T46SliM0-PI/S_OAcXPAZZI/AAAAAAAAAMM/rUsEdh1P7_o/24-large-allblogtools.jpg' style='border-style:none;'/></a></span>
</b:if>
</b:if>
7.Now save your template.
@PB
Thank you man, your such a genius! One more thing I wanted to fix, in the multi-tab in sidebar I want a code that will automatically generate my recent & popular post. I have seen a code for this before from a Jquery site but I can't recall it.
Sir, I have seen your guide above on how to add the popular post script for the sidebar tab but I got this error message:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Element type "a" must be followed by either attribute specifications, ">" or "/>".
Hi Lasantha, I have one more question please disregard the last two questions I have found the answer. Sir, the post title and the content has a big space in between, how could I minimize or remove it?
Thank you in advance...
@Bennix
find this code:
.post-body{margin:0 0 .25em;line-height:1.6em}
Now replace it with this:
.post-body{margin:-30px 0 .25em;line-height:1.6em}
save.
Thank you for the fast reply but It doesn't work sir. I see this lines of codes that makes the space..
Please check my link here:
http://www.bennixville.com/2011/02/asus-g73jh-tz218v-gaming.html
as you can see,there is an empty space between the post title and the content. There's no problem with my post content because I know how to remove the br or any spcing code to make it close to the post title but this time it can't.
Thank you in advance!
Remove that from the template:
<!--.post-body{margin:0 0 .25em;line-height:1.6em}Remove the Extra Space below the Post Title-->
Also replace,
.post-body{margin:-60px 0 .25em;line-height:1.6em}
with,
.post-body{margin:-30px 0 .25em;line-height:1.6em}
Thanks Sir, It works now on my old post but some new post I need to backspace...
Many Thanks to you I love your template...if you have visit my blog and recommends whats the best...
Hi!
I have a problem: I created a static page and I changed the html
with the next one as you said in a comment above
but the problem is that now the page shows twice....
can you help me please?
PS sorry for my bad english....
Hi sir, the multitab is not working.please help. Just in case I want to remove the Multi-Tab widget how to do it?
www.bennixville.com
@Bennix
Hi Bennix,
find this and remove it:
<div class='tabber'>
<div class='tabbertab' id='tab1'>
<h2>VIDEO</h2>
ENTER-TAB1-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab2'>
<h2 class='title'>RECENT POSTS</h2>
ENTER-TAB2-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab3'>
<h2>POPULAR POSTS</h2>
ENTER-TAB3-CONTENT-HERE
</div>
<div class='clear'/>
</div>
<div style='clear:both;'/>
@Bennix
@Bennix
Hi Bennix,
find this and remove it:
<div class='tabber'>
<div class='tabbertab' id='tab1'>
<h2>VIDEO</h2>
ENTER-TAB1-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab2'>
<h2 class='title'>RECENT POSTS</h2>
ENTER-TAB2-CONTENT-HERE
</div>
<div class='clear'/>
<div class='tabbertab' id='tab3'>
<h2>POPULAR POSTS</h2>
ENTER-TAB3-CONTENT-HERE
</div>
<div class='clear'/>
</div>
<div style='clear:both;'/>
just want to know how to remove the blue color below of each post title? thank you.
@SLRC
go to the "edit html" and click on "expand widget templates".
now remove this section and save your template:
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<table><tr>
<td><span class='section-1'>
<b:if cond='data:top.showTimestamp'>
Posted On <b:if cond='data:post.url'><data:post.timestamp/></b:if>
</b:if>
<b:if cond='data:top.showAuthor'>
by <span class='fn'><data:post.author/></span>
</b:if></span></td>
<td><span class='section-2'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</b:if>
</b:if>
</span></td>
</tr></table>
</b:if><br/>
this template is a white hat SEO? i worry about this template include a black hat trick, i worry may be my blog which is use this template cannot aproved by the google adsense, and other ppc
Sincerely,
beautiful templates
I had a problem at KING Magazine V3 Blogger templates.
1. photos on google does not seem that my friends put on the sidebar.
2. Every time my friend commented with Blogger Blogspot their photo ID does not show up, whereas before just fine
I look forward to your help
@Blogger Tips And Tricks|Latest Tips For Bloggers
just want to know how to put or embed my facebook social plug in and twitter in a "tabbertab" section, i already try to parse the code but it doesnt work for it. please guide how to work with it.
http://stlouisreviewcenter.blogspot.com
thank you in advance.
@SLRC
To add facebook box can use this code:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/St-Louis-Review-Center-CALABARZON/168610099851001&width=292&colorscheme=light&show_faces=true&stream=false&header=false&height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe>
when using it, if you get error then use this:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/St-Louis-Review-Center-CALABARZON/168610099851001&amp;width=292&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe>
please disregard about my query yesterday,i found its working now, thank you very much.
(ust want to know how to put or embed my facebook social plug in and twitter in a "tabbertab" section, i already try to parse the code but it doesnt work for it. please guide how to work with it.
http://stlouisreviewcenter.blogspot.com
thank you in advance. )
hi, its me again, just want to know how can i reduce or change the font size/style on the body post section and the post tile?
thanks you.
hi sir,
once again, a pleasant day to you sir, i just want to ask if it is possible to put a sub menu or a drop downlist on the my 3rd tabbertab, i want to put 2 or more (code) live stream radio station that will be shown from the list.
what will be the code for this, please help on this.
thank you very much in advance.
Hi Lasantha, I have seen the LK Magazine Version 3 and I really like the bookmark button above the Banner ads section. Can you teach us how to put it in LK Version 2?
And lastly, How to add another element in the right sidebar section?
Thanks a million!
This is for you sir:
http://www.bennixville.com/2011/03/lasantha-and-cahaya-own-best-premium.html
Hi sir, I have seen the LK magazine version 3 and I really like the subscriber box in the right sidebar just above the banner. How to make it work in LK version 2. I want to have.thanks a lot.
Sir,
How to show slider on only in homepage. when i click on labels in blog, the slider also appear on that page. please help me sir.
Sir,
Thanks for this template. my problem is that when i click on a label the slider also appears on that label page. I want to ask how to show slider to only on homepage on my blog.
I like this templete, thanks for share
how do remove left side column?
MR.Lasantha...Terima kasih, LK magagazine v1,v2 & v3 adalah template yang selama ini saya cari2 & sangat bagus sekali ,Terima kasih...
hard to find best template.... but.. i like your template.. i mean your premiumblogggertemplates theme.. can you give me the link? i need your home theme.... i think will compatible with my wallpaper blog... hope your help..
Dear Mr. Bandara,
I love your templates (I have a blog with one of your templates), and I think they are really easy to customizate, but I have a problem.
I would like to extend the posts that appear in the mainpage. This means that I would like to extend the number of words that appear in each post before clicking on it.
I have been trying for 2 days to find out the code to solve this problem, but I haven't any clues.
Thank you very much in advance
Hi, I really like you template I want to use this one instead of your newer version with some mods however, the only problem I'm having is the slider, It works fine on the homepage but when you click through to a post the slider expands across the pages and covers the post, I have taken a screenshot for you to see,,
http://dl.dropbox.com/u/33478082/sliderissue.png
Hi
Have you thought of a fix for this yet?
http://www.demo.premiumbloggertemplates.com/2010/08/lk-magazine-v2-blogger-template-demo.html
I really want to use your template but this issue is stopping me
http://www.earn-make-money.com/2011/02/types-of-internet-business-models/ Advanced Secrets - Earn money online - Learn how to make extra money
I love your template. invite to all visit www.badhonblog.com and share your news and write your web review
is it possible to make the logo clickable(home page) ?