LK Magazine v2 Premium Blogger Template

Advertisement


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/
http://www.bloggertipandtrick.net/

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/

169 Responses to “LK Magazine v2 Premium Blogger Template”

  1. arger says:

    Your the best! Great!!!!!!!!!!!!!!

  2. wasim khan says:

    Nice and great blogger template. I like it. Good information shearing. Thanks.

  3. sameera says:

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

  4. Blogger Tips And Tricks|Latest Tips For Bloggers says:

    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:

    &lt;object width=&quot;280&quot; height=&quot;275&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/tWkpfvd_XI0&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/tWkpfvd_XI0&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;280&quot; height=&quot;275&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

    Now replace, "ENTER-TAB1-CONTENT-HERE" with your converted youtube code.

    Now save your template.

  5. Vinayak says:

    Good1

  6. Sunganani says:

    Great template. I am busy tweaking the links and ads before I continue blogging. Thanks.

  7. sameera says:

    lasantha bro it work..thanks...now tel me how to post Resent post and popular post thear...it big help....

  8. PBTemplates says:

    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&amp;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.

  9. thor says:

    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!

  10. PBTemplates says:

    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 != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</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 == &quot;item&quot;'><data:post.body/></b:if></p>

    4.Now replace it with below code:

    <p><data:post.body/></p>

    5.Save your template.

  11. guillermo_sg says:

    la plantilla es de lo mejor, gracias... Solo que no he resuelto el menù, ... espero me ayuden... soy novato...

  12. guillermo_sg says:

    Necesito ayuda para configurar el menù

  13. guillermo_sg says:

    I can like set the menu ?
    I am a beginner, I request your help to set the menu ...

  14. PBTemplates says:

    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.

  15. guillermo_sg says:

    thank you very much, thanks for the support ... The template is excellent... excuse my English proficiency

  16. sameera says:

    hry bro...thanks it..work...now tel me..how add resent coomment...

  17. PBTemplates says:

    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&amp;num=10" type="text/javascript"></script>

    Remember to replace YOURBLOG with your real blog name.

  18. sameera says:

    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

  19. PBTemplates says:

    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.

  20. SAM says:

    hey bro...not work this,,,i try but not work this templat,,,how fix it..?

  21. SAM says:

    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..?

  22. PBTemplates says:

    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.

  23. SAM says:

    hari aiiyamama oyata mail karannam dan mata oyage Email eka denwada.....mata oya hadala mage tempate ka ewanna ok...smile wada na appa...

  24. PBTemplates says:

    Send your template through this form:

    http://www.premiumbloggertemplates.com/2009/06/submit-your-templates-here.html

  25. SAM says:

    hari aiiyamama oyata mail karannam dan mata oyage Email eka denwada.....mata oya hadala mage tempate ka ewanna ok...smile wada na appa...

  26. SAM says:

    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..?

  27. ගීත් says:

    Hi. How to change back color and how to remove 125 ads ,video places. Plz Plz

  28. SAM says:

    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..?

  29. Sunganani says:

    How do i insert ads between posts. These are not going to be adsense ads.

    Thanks

  30. PBTemplates says:

    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 == &quot;item&quot;'><data:post.body/></b:if></p>

    3.Copy below code and paste it just after theabove code.

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    INSERT YOUR AD CODE HERE
    </b:if>

    4.Save your template

  31. Sameera says:

    hello bro why cant reply me.....whats up...plz fix my prob...?

  32. FlyFishing says:

    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

  33. FlyFishing says:

    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

  34. PBTemplates says:

    "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

  35. PBTemplates says:

    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 == &quot;item&quot;'>
    <div style='clear:both; '>
    <div style='width:60px; float:left;'>
    <script type='text/javascript'>
    digg_url = &#39;<data:post.url/>&#39;;
    </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='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + 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='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + 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='&quot;http://technorati.com/faves?add=&quot; + 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='&quot;http://twitthis.com/twit?url=&quot; + 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='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + 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.

  36. FlyFishing says:

    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

  37. PBTemplates says:

    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 == &quot;item&quot;'>
    <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 != &quot;true&quot;'>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
    <script type='text/javascript'>
    var currentposturl=&quot;<data:post.url/>&quot;;
    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.

  38. Deadbeatcobr4 says:

    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,?

  39. Deadbeatcobr4 says:

    Never mind found it ^_^ thanks for the great template though love it :D

  40. Sunganani says:

    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.

  41. FlyFishing says:

    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

  42. PBTemplates says:

    Hello FlyFishing,

    Don't use larger images (larger file sizes).

    Host your images in blogger (It will helpful to load your images faster)

  43. Surbhi says:

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

  44. PBTemplates says:

    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 == &quot;item&quot;'><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 == &quot;item&quot;'><data:post.body/></b:if></p>

    5.Now save your template.

  45. Surbhi says:

    thank you very much for instant help.....
    it worked :)

    PLz suggest me how can i change font of posts????

  46. PBTemplates says:

    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.

  47. Thor says:

    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?

  48. Sameera says:

    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

  49. PBTemplates says:

    Sammera,

    Delete below code from your template:

    text-align:justify;

  50. Sameera says:

    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....?

  51. PBTemplates says:

    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

  52. Sameera says:

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

  53. Thor says:

    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.

  54. PBTemplates says:

    Hi Thor,

    Can you explain your problem further?Do you want to show Adsense ads between posts in home page?

  55. Eliécer Suárez says:

    Hello someone can help me configure the Multi tab widget?.

  56. FlyFishing says:

    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

  57. සෑම් says:

    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

  58. Thor says:

    Hi PB, yes, I want to show my adsense in between the summary posts. Thank you!

  59. ගීත් says:

    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

  60. Evolution - World says:

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

  61. Evolution - World says:

    Plz tell me how to remove "Multi Tab Widget" Coz, I've tried a lot but cannot fix the popular post tab :(

  62. PBTemplates says:

    Hi Evolution,

    To add a popular post widget use below code:

    &lt;script language='javascript'&gt;
    aBold = true;
    numposts=200;
    maxshowresult=10;
    home_page = &quot;http://YOURBLOG.blogspot.com/&quot;;
    &lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;&gt;
    var postTitlear=new Array();var postUrlar=new Array();var postCommentar=new Array();var totalpost;document.write(&quot;&lt;ul&gt;&quot;);function showrecentposts(j){var a=j.feed.entry.length;totalpost=a;for(var f=0;f&lt;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&lt;h.link.length;d++){if(h.link[d].rel==&quot;alternate&quot;){g=h.link[d].href;break}}for(var d=0;d&lt;h.link.length;d++){if(h.link[d].rel==&quot;replies&quot;&amp;&amp;h.link[d].type==&quot;text/html&quot;){b=h.link[d].title.split(&quot; &quot;)[0];break}}c=(aBold)?&quot;&lt;b&gt;&quot;+c+&quot;&lt;/b&gt;&quot;:c;postTitlear.push(c);postUrlar.push(g);postCommentar.push(b)}sortPosts();for(var f=0;f&lt;maxshowresult;f++){var e='&lt;li&gt;&lt;a href=&quot;'+postUrlar[f]+'&quot; class=&quot;recent-link&quot;&gt;'+postTitlear[f]+&quot; (&quot;+postCommentar[f]+&quot; comments)&lt;/a&gt;&quot;;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&lt;postTitlear.length-1;b++){for(var a=b+1;a&lt;postTitlear.length;a++){if(parseInt(postCommentar[b])&lt;parseInt(postCommentar[a])){c(b,a)}}}}document.write('&lt;script src=&quot;'+home_page+&quot;feeds/posts/default?max-results=&quot;+numposts+'&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&quot;&gt;&lt;\/script&gt;');
    &lt;/script&gt;

    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;'/>

  63. Sunganani says:

    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

  64. Evolution - World says:

    Thabk You very much...Multitab widget is now fixed with your kind help :) Now I dont need to delete this...Thnx alot

  65. Spanishboy says:

    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!

  66. සෑම් says:

    hello aiiya..ape post eke font size eka hadannea kohomda,,,ewagma post ekea hed tital eke font eka wenas karannea kohomda..?please reply me....

  67. Blogger Tips And Tricks|Latest Tips For Bloggers says:

    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

  68. සෑම් says:

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

  69. සෑම් says:

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

  70. Tuentitrucos says:

    How can I change the catmenu font and color??

    Thankiu

  71. FlyFishing says:

    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

  72. M. Faroz Indonesia says:

    yahoo emotion have [in] download [of] according to your guide, come up [in] my blog but [do] not work, help me pls

  73. Abbas Abbasi says:

    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.

  74. PBTemplates says:

    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.

  75. සෑම් says:

    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

  76. Evolution - World says:

    @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

  77. Evolution - World says:

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

  78. PBTemplates says:

    @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

  79. Anonymous says:

    Hello bro.. Can you tell me how to put video in tab section. I tryed with Youtube video but it say error. Thanks

    Mamee

  80. PBTemplates says:

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

    &lt;object width=&quot;280&quot; height=&quot;275&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/tWkpfvd_XI0&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/tWkpfvd_XI0&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;280&quot; height=&quot;275&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

    Now replace, "ENTER-TAB1-CONTENT-HERE" with your converted youtube code.

    Now save your template.

  81. PBTemplates says:

    @Sunganani

    Hello Sunganani, I can help for this if you want.

  82. FlyFishing says:

    Hello
    you could see why with Mozilla Firefox can not see the function "Read More" (as I see it with explorer ...)!?

    Hello

    Thanks

    Federico

  83. saikrishna says:

    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

  84. FlyFishing says:

    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

  85. PBTemplates says:

    @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.

  86. James says:

    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

  87. PBTemplates says:

    @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.

  88. FlyFishing says:

    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

  89. James says:

    PBTemplates,

    It works!! Thanks!!

    -James

  90. trung says:

    thanks you

  91. Anonymous says:

    @PBTemplateshello how to change header logo in photoshop

  92. Driss says:

    thx friend for the template nice
    my blog
    http://www.click2learn.co.cc/

  93. Blogger Allan says:

    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

  94. Salman Qamar says:

    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.

  95. max says:

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

  96. Evolution World says:

    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!

  97. RFT says:

    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.

  98. PBTemplates says:

    @RFT

    Read this:

    http://www.bloggertipandtrick.net/2010/05/mootools-featured-posts-slider-blogger.html

  99. RFT says:

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

  100. rc says:

    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

  101. rc says:

    P.S. Blog URL http://www.bigbendbikersforfreedom.com/

  102. rc says:

    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

  103. rc says:

    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

  104. Roy Cordero says:

    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

  105. saikrishna says:

    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...!

  106. SALIM SUBBA says:

    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.

  107. PBTemplates says:

    @SALIM SUBBA

    Try this link:

    http://dl.dropbox.com/u/7405273/LK%20Magazine%20V2%20Blogger%20Template.zip

  108. PBTemplates says:

    @saikrishna

    Read this:

    http://www.bloggertipandtrick.net/2009/06/how-to-add-encodedecode-html-entities.html

  109. SALIM SUBBA says:

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

  110. SALIM SUBBA says:

    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

  111. saikrishna says:

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

  112. Sunganani says:

    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)

  113. Surbhi says:

    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

  114. EgyDoctor says:

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

  115. hhidalgo says:

    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)

  116. indtelli says:

    Hi, thank you for this wonderful template. How to remove the slider?

  117. George Abu Jarur says:

    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

  118. The Blogger says:

    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

  119. Martin says:

    Hello Lasantha,
    I've followed all the procedures, but can't get the "featured post" to work. Is there any update about this? Thanks

  120. Martin says:

    Sorry, I forgot to mention my blog address: www.martinmanurung.com
    Thanks!

  121. PBTemplates says:

    @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.

  122. PBTemplates says:

    @George Abu Jarur

    Can you tell me your blog URL?

  123. Martin says:

    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!

  124. PBTemplates says:

    @Martin

    Don't use Internet Explorer to copy these codes.

  125. Martin says:

    Lasantha,

    No, I dont use internet explorer, I use Firefox.

  126. Martin says:

    Hello Lasantha, I do not use internet explorer, I use Firefox. Is there any solutions about the not working slider?

  127. richardsain says:

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

  128. Pradip Patil says:

    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

  129. richardsain says:

    hello sir!!!

  130. Niki Kaze says:

    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/

  131. pickdump says:

    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.

  132. FlyFishing says:

    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

  133. SARANSH says:

    thanks for this nice template. I want to uncrease the post width. please help me to do that

  134. Bennix says:

    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.

  135. PBTemplates says:

    @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 == &quot;item&quot;'><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 == &quot;item&quot;'><data:post.body/></b:if></p>

    5.Now find this code block:

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</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 != &quot;static_page&quot;'>
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</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.

  136. Bennix says:

    @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.

  137. Bennix says:

    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 "/>".

  138. Bennix says:

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

  139. PBTemplates says:

    @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.

  140. Bennix says:

    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!

  141. PBTemplates says:

    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}

  142. Bennix says:

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

  143. STD says:

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

  144. Bennix says:

    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

  145. PBTemplates says:

    @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;'/>

  146. PBTemplates says:

    @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;'/>

  147. SLRC says:

    just want to know how to remove the blue color below of each post title? thank you.

  148. PBTemplates says:

    @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 != &quot;item&quot;'>
    <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/>

  149. itsme arif says:

    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

  150. Jelajah Komputer says:

    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

  151. SLRC says:

    @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.

  152. PBTemplates says:

    @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&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>

    when using it, if you get error then use this:

    &lt;iframe src=&quot;http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/St-Louis-Review-Center-CALABARZON/168610099851001&amp;amp;width=292&amp;amp;colorscheme=light&amp;amp;show_faces=true&amp;amp;stream=false&amp;amp;header=false&amp;amp;height=258&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:292px; height:258px;&quot; allowtransparency=&quot;true&quot;&gt;&lt;/iframe&gt;

  153. SLRC says:

    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. )

  154. SLRC says:

    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.

  155. REUS says:

    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.

  156. Bennix says:

    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

  157. Bennix says:

    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.

  158. Abhishek kumar says:

    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.

  159. Abhishek kumar says:

    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.

  160. Administator says:

    I like this templete, thanks for share :)

  161. muruchandru says:

    how do remove left side column?

  162. al badroen says:

    MR.Lasantha...Terima kasih, LK magagazine v1,v2 & v3 adalah template yang selama ini saya cari2 & sangat bagus sekali ,Terima kasih...

  163. Rachmawaty says:

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

  164. Ignacio Pérez says:

    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

  165. AK47 Network says:

    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

  166. AK47 Network says:

    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

  167. GRakeydmf says:

    http://www.earn-make-money.com/2011/02/types-of-internet-business-models/ Advanced Secrets - Earn money online - Learn how to make extra money

  168. bd969 says:

    I love your template. invite to all visit www.badhonblog.com and share your news and write your web review

  169. JM says:

    is it possible to make the logo clickable(home page) ?

Have a Problem with a template? First Read Our Blog for fast solutions.

Leave a Reply