Sporty Magazine 2 Free

Tuesday, December 6

Name : Sporty Magazine 2
Author : Herdiansyah Hamzah
Url Author : Herdiansyah Hamzah
Designer : Borneo Templates
Url Designer : Borneo Templates
Published : Borneo Templates
Url Published : Borneo Templates

Description and Featured : Sporty Magazine 2 is blogger template with premium looks, professional design, menu navigation dropdwon, featured slidehow content, news ticker, twitter widget, 3 column main page, 5 column footer page, social bookmark on postpage, all image host on blogger, SEO ready, and time script on top.

Sporty Magazine 2 Privacy Policy First, do not change the credit link at the bottom of this template. delete or modify this template links, as well as premises did not appreciate my work. Second, this template for free, not for sale. for it is forbidden to sell this template to any company or business without my knowledge, and Third, after you see a live demo of this template, please leave your comment. this is important as an input for me to make a template that is much better in the future.

View themes live demo View themes live demo

TUTORIALS HOW TO USE SPORTY MAGAZINE 2

First step, you have to download Sporty Magazine 2 files. After that, follow the instruction below.

Menu Navigation Dropdown

To set this menu, please go to your HTML stukrut page (no need to expand), then scroll down and find the following code : <div id='menuwrapperpic'> (Notes : for quick search, press the F3 key, type the code above and enter). After this code, you will find menu navigation dropdwon below :

<div id='menuwrapperpic'>
<div id='menuwrapper'>
<ul id='menubar'>
<li class='selected'><a href='/'><img border='0' src='http://1.bp.blogspot.com/-7Eveg1Sruok/TZE6GFV_OHI/AAAAAAAABZo/jRHomtpFbd0/s1600/home_white.png' style='padding:0px;'/></a></li>
<li class='selected'><a href='#'>About Us</a></li>
<li><a class='trigger' href='#'>Contact Us</a>
<ul>
<li><a href='#'>Herdiansyah Blog</a></li>
<li class='hr'/>
<li><a href='#'>Contact on Facebook</a></li>
<li><a href='#'>Contact on Twitter</a></li>
<li class='hr'/>
<li><a href='#'>Free Template Design</a></li>
</ul>
</li>
<li><a href='#'>Moto GP</a></li>
<li><a href='#'>Football</a></li>
<li><a href='#'>Formula 1</a></li>
<li><a href='#'>Web Design</a></li>
<li><a href='#'>Free Template</a></li>
<li><a href='#'>Videos</a></li>
<li><a href='#'>Image</a></li>
<li><a href='#'>Download</a></li>
<li><a class='trigger' href='#'>More</a>
<ul>
<li><a href='#'>Editorial</a></li>
<li class='hr'/>
<li><a href='#'>Off Topic</a></li>
</ul>
</li>
</ul>
<br class='clearit'/>
</div>
<div style='clear:both;'/>
</div>

Notes : change the code # with your link url address, and name labels with your label or categories.

News Ticker

First step, you have to register your blog to API Google Code and you will see your API code. After that, find this code below on your edit HTML tabs :

<!-- News Ticker -->
<script src='http://www.google.com/jsapi?key=ABQIAAAA4qkT5i26SQ6NmgJd5KQemhRQ_a6zv5_Bim3H_GL4gaueIFZ15xRdt8jcAUk8ZHokIVo-TBZgYVbkzw'/>

Notes : replace the blue code, with yourAPI Key.

Next step, you have to change your url link to make it news ticker appear with your latest post. Find this code below on edit HTML tabs.

<div class='newspic'>
<div class='news'>
<div style='float:left;padding:5px 60px 5px 0;font:bold 14px Arial;color:#333;text-transform:none;'>News Update :</div>
<div style='float:left;width:800px;padding:4px 0; position:relative; overflow:hidden;'>
<script type='text/javascript'>
var cssfeed=new gfeedrssticker(&quot;example1&quot;, &quot;example1class&quot;, 4000, &quot;_new&quot;)
cssfeed.addFeed(&quot;News Update&quot;, &quot;http://sportymagazine2.blogspot.com/feeds/posts/default&quot;) //Specify &quot;label&quot; plus URL to RSS feed
cssfeed.displayoptions(&quot;date&quot;) //show the specified additional fields
cssfeed.setentrycontainer(&quot;div&quot;) //Wrap each entry with a DIV tag
cssfeed.filterfeed(10, &quot;date&quot;) //Show 10 entries, sort by date
cssfeed.entries_per_page(1)
cssfeed.init()
</script>
</div>
</div><div style='clear:both;'/>
</div>

Notes : replace the red code, with your site/blog url link.

Featured Slideshow Content

First step, add new html/java script widget on your page. Put this code below :

<div id='featured'>
<ul class='ui-tabs-nav'>

<!-- 1st Small Image -->
<li class='ui-tabs-nav-item ui-tabs-selected' id='nav-fragment-1'><a href='#fragment-1'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 2st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-2'><a href='#fragment-2'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 3st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-3'><a href='#fragment-3'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 4st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-4'><a href='#fragment-4'><img alt="" src="#" /><span>Post Title</span></a></li>
</ul>

<!-- First Content -->
<div class='ui-tabs-panel' id='fragment-1' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Second Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-2' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Third Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-3' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Fourth Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-4' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href='your-url-link'>Post Title</a></h2>
</div></div>
</div>

Notes : replace red code (#) with your image url link, orange code (Post Title) with your post title, and blue code (your-url-link) with your url link post.

Featured Label Categories

First step, open your blog page and add new HTML/Java Script widget. Next step, put this code below :

<script type='text/javascript'>var numposts = 3;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 60;</script>

<script type="text/javascript" src="/feeds/posts/default/-/Borneo?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>

Notes : Change orange code (3), with number of post will be appear, and red code (Borneo) with your label or categories.

Twitter Widget (Live Updates)

Open your page elements and put this code below with add new HTML/Java Script.

<div style="background:#fff url(http://4.bp.blogspot.com/-EGnF5QAztxU/TaHe6Nz0N4I/AAAAAAAAAjw/KkLBzEZ8hiw/s1600/bg_twitter.gif) no-repeat;padding-top:40px;padding-left:5px">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 3000,
width: 285,
height: 118,
theme: {
shell: {
background: 'transparent',
color: '#000000'
},
tweets: {
background: 'transparent',
color: '#000000',
links: '#B45F04'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('borneotemplates').start();
</script>
</div>

Notes : change orange code (borneotemplates) with your twitter username.

Search Widget 

Open your page elements and put this code below with add new HTML/Java Script.

<form name="jksearch" action="http://www.google.com/search" method="get" onsubmit="jksitesearch(this)" target="_blank">

<input id="hiddenquery" type="hidden" name="q" />
<input name="qfront" onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" value="Search on this site..." type="text" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" style="width: 240px;border:none;padding:8px 10px; font:normal 11px arial;color:#666; background:url(http://3.bp.blogspot.com/-KPO8JYvY8q0/TaTLCf3UXqI/AAAAAAAAAk0/HMNCQmZV-YI/s1600/search_field.jpg) no-repeat;" /><input type="image" src="http://4.bp.blogspot.com/-tS-vIIuEX1Y/TaTJeZlNYPI/AAAAAAAAAkw/-OF_RBII1lw/s1600/search_button.jpg" align="top" value="Search"/>

<div style="font: normal 11px Arial;color:#666;padding:2px 0;">
<input name="se" type="radio" checked /> Google
<input name="se" type="radio" /> Yahoo
<input name="se" type="radio" /> Msn
</div>

<script type="text/javascript">

// All-in-one Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

//Enter domain of site to search.
var domainroot="www.borneotemplates.com"

var searchaction=[ //form action for the 3 search engines
"http://www.google.com/search",
"http://search.yahoo.com/search",
"http://search.msn.com/results.aspx"
]

var queryfieldname=["q","p","q"] //name of hidden query form for the 3 search engines

function switchaction(cur, index){
cur.form.action=searchaction[index]
document.getElementById("hiddenquery").name=queryfieldname[index]
}
function jksitesearch(curobj){
for (i=0; i< document.jksearch.se.length; i++){ //loop through radio to see which is checked
if (document.jksearch.se[i].checked==true)
switchaction(document.jksearch.se[i], i)
}
document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value
}
</script>
</form>

Notes : change orange code (www.borneotemplates.com) with your twitter username.

Thats it, happy blogging. If you have question about Sporty Magazine 2 Templates, please leave your comment below or contact me via email on mail [at] borneotemplates.com.

Warm Regards,
Borneo Templates
www.borneotemplates.com

Type your email address and subsribe
to get new templates from Borneo Templates :

320 comments :

  1. really...really awesome template. Borneo is the best !!
    thanks for sharing

    ReplyDelete
  2. please..make movie template :)

    ReplyDelete
  3. Thank you, hope you enjoyed. Happy blogging.......

    ReplyDelete
  4. Oke, i'll try to make it. But i need time more time and support from everyone.

    ReplyDelete
  5. thanks for your kindness..I will support you and the others too :)

    ReplyDelete
  6. Can you give a tutorial how to make new ticker for existing blog?

    ReplyDelete
  7. Thanks for your support, i'll do it better.

    ReplyDelete
  8. Oke, i'll make the tutorial for english languange. For now, try to translate this page : http://www.herdiansyah.net/2011/10/cara-memasang-newsticker-via-google-api.html

    ReplyDelete
  9. evandwinugrahaiskandarDecember 7, 2011 at 7:45 AM

    kurang paham gan

    ReplyDelete
  10. Minta bantuan mbah google aja via google translate.

    ReplyDelete
  11. Makasih atas gratisannya om..
    Udah saya aplikasikan ke web saya dan berhasil. Izin sedikit modifikasi.
    Thanks so much!
    http://www.galatema.info

    ReplyDelete
  12. baru aja saya beli yang berbayar kemarin.. eh sekarang udah ada yang gratisan nye...

    Tapi gak papa lah mungkin ada perbedaan di antara gratis dan berbayar..

    sekalian mendukung kreativitas dari kang herdiyansya hamza..

    kautau.com

    ReplyDelete
  13. baru aja saya beli yang berbayar kemarin.. eh sekarang udah ada yang gratisan nye... Tapi gak papa lah.. sekalian mendukung kreativitas bang herdiyansya hamza...

    kauta.com

    ReplyDelete
  14. Maaf mas, ini ulah para pencuri2 source code template ini. AKhirnya digratisin. Mereka2 pencuri ini yang justru membunuh kreativitas para designer template. Hitung2 support Borneo Templates untuk membuat template yang lebih baik kedepan ya. Thanks

    ReplyDelete
  15. You're welcome, semoga bermanfaat ya. Jangan lupa credit linknya tetap dipasang. Thanks

    ReplyDelete
  16. Wahhh.. akhirnya dikasih free juga.. :) mantap.. tapi codingnya bertumpuk semua yaa.. bikin pusing ane yang masih nubi ini.. kalau boleh tanya, cara menhilangkan judulnya gimana om? sedari tadi ane utak-atik tetep aja muncul.. g mw ilang2 dianya..

    ReplyDelete
  17. Template-nya mantap-mantap nih,.ijin donlod yang ini ya mas..:). Sekalian mo nanya gimana cara ganti background-nya ya..??? Thanks

    ReplyDelete
  18. Judul apanya nih? Judul blog dan deskripsi maksudnya?

    ReplyDelete
  19. Silahkan mas. Untukganti background, tinggal buka tab edit HTML, lalu cari kode CSS body {background silahkan ganti dengan gambar yang diinginkan. Thanks

    ReplyDelete
  20. iya mas. judul blog nya... masih nampak.. rencannya judul nya mau diganti dengan gambar.. tapi g tw cara nya..

    ReplyDelete
  21. Tinggal buka tab edit halaman blog Anda, lalu klik widget header. Ganti tulisan atau gambar yang Anda inginkan.

    ReplyDelete
  22. Dj Alberto da Rádio TecnomelodDecember 8, 2011 at 4:29 PM

    Hello, I am a Brazilian blogger, I want to know how to put the dates in Portuguese? link of the test blog: http://tecnoteste2012.blogspot.com

    ReplyDelete
  23. Hi Borneo,

    I love this template, pls help me
    Featured Label Categories" is not working for me , i just replaced "Borneo" with label name .

    ReplyDelete
  24. What is your site url link? Let me check first.

    ReplyDelete
  25. I Cant download this template anyone help me

    ReplyDelete
  26. Here is alternatif download link : https://docs.google.com/open?id=0BwFI1gqK_q5PMzA5N2U5NmEtYWRhNi00YmFkLWIyOTgtZDU1ZTQyMDJjNzBm. Open it from new window, click file and download. Thanks

    ReplyDelete
  27. Script for date on this template, only for english languange. Try to search with google search about portuguese languange script date. Thanks

    ReplyDelete
  28. Try to erace code and put again. If this way does not working, delete your label on sidebar first. Hope this work.

    ReplyDelete
  29. Mas Herdiansyah template sport magazine2 pada homepagenya sudah hampir sangat bagus, tapi halaman postnya kalau bisa ditambahkan artikel terkait, artikel lainnya dan kolom komentar yang lebih professional. Intinya pembenahan sedikit di postpage!
    THANKS Herdiansyah's for this template ! ( '_' )

    ReplyDelete
  30. Bisa aja mas, cuma lagi malas nambahin aja. Untuk sementara, teman2 yang menggunakan template ini bisa menambahkan sendiri dulu. Btw, trims masukan dan komentarnya ya. Insya Allah kedepan saya bagikan template yang lebih baik.

    ReplyDelete
  31. Mas, gimana cara menyesesuaikan tinggi daftar catatan yang ada dibawah fitur slide show nya.. ?? g ketemu2 kode nya.. trims..

    ReplyDelete
  32. Thanks for your work, your templates are amazing!!!!!!!

    www.seleccionmexicanadebaloncesto.com

    ReplyDelete
  33. Your templates are AMAZING! Thanks for the sharing, Im from México and I use this template:

    Sportly www.seleccionmexicanadebaloncesto.com

    And a question:

    Why anybody make a Blogger Template with horizontal posts way?
    Always are vertical, wich is great, but i never find one ho have this way

    HEADER


    BODY
    Category 1 : Post1 Post 2 Post 3 Post 4 ...
    Category 2 : Post 1 Post2 Post 3 Post 4 ....
    Category 3 : Post 1 Post 2 Post 3 Post 4 ....

    FOOTER

    See you! and thanks for your time again

    ReplyDelete
  34. Mas mw tanya masalh Featured Label Categories gak stiap kategory atw lebel bisa muncul di homepage.. gmna solusinya pdhal script sma tinggal ganti lebel yang laen gk muncul

    ReplyDelete
  35. Labelnya yang Anda masukkan satu suku kata atau dua? Kalau dua, tempatkan kode %20 ditengahnya tanpa spasi. Ingat juga penggunaan huruf besar dan kecil. Karena widget featured label ini bersifat case sensitive atau peka terhadap huruf besar dan kecil. Kalau menempatkan banyak widget ini di blog Anda, saya piki ngk ada masalah. Live demo template ini buktinya. Silahkan dicoba dan sukses selalu.

    ReplyDelete
  36. Cari kode ini di halaman edit html : #featured li.ui-tabs-nav-item a

    ReplyDelete
  37. Maaf mas, Maksud saya bagaimana cara membuat widget yang ini height nya bisa disesuaikan dengan keinginan kita. http://1.bp.blogspot.com/-Yq4pIt9Ya_g/TuOESiuh5FI/AAAAAAAAAXU/B0ANV_dGm4M/s1600/blog.jpg

    saya g tau nama nya apa yang ini mas.

    ReplyDelete
  38. sebelumya saya mengucapkan terima kasih banyak karena sudah berbagi template yg sangat menarik ini, saya mau tanya mas, di halaman depan saya kok jumlah post nya cuma 4 post saja y, padahal saya sdh seting k 10 post, letak kesalahannya ada dimana ya? thanks,,,

    http://novelravindra.blogspot.com/

    ReplyDelete
  39. Saya baru menemukan template ini, bagus sekalai, dan saya juga menggunakannya..silahkan cek
    www.bolaku.net

    ReplyDelete
  40. Mas Herdiansyah saya mau mendesain logo (gambar) untuk Header yang menarik, menggunakan apa, dan bagaimana caranya?

    ReplyDelete
  41. Mas dari 4 Featured Label Categories cuma 2 yang muncul, dan saran mas yang diatas sudah saya coba tapi gak bisa juga, mohon bantuannya :-)

    ReplyDelete
  42. Hey thanks love this template.... I just have one question Why i can't see the pictures on the slide show? I follow the steps but still have the same problem help me please
    my blog:http://mibarsa.blogspot.com/

    ReplyDelete
  43. News update nya di ganti baagaimana?

    yang news sticker

    ReplyDelete
  44. oh iya,,kok kalo nge hilangin judul blog gak ada kodenya?
    biasanya kan kode nya gini

    #header h1 {
    margin:5px 5px 0;
    padding:15px 20px .25em;
    line-height:1.2em;
    text-transform:uppercase;
    letter-spacing:.2em;
    font: normal normal 200% Georgia, Serif;
    display:none;
    }

    tolong bantuannya...

    ReplyDelete
  45. Saya biasanya hanya menggunakan cara praktis, word dan painted. Tapi kalo mau hasil yang bagus, silahkan pakai corel atau photoshop. Diluar itu, banyak juga kok web penyedia fasilitas pembuatan logo. Gunakan aja google search dengan kata kunci logo maker online. Silakan dicoba. Tks

    ReplyDelete
  46. Kalo kesulitan memahami tutorial di atas, coba ikuti cara ini : http://www.herdiansyah.net/2011/10/cara-memasang-newsticker-via-google-api.html Semoga bermanfaat.

    ReplyDelete
  47. Kodenya ada kok mas. Untuk lebih mudahnya, silahkan tekan ctrl + F untuk mencari kode tag judul blog tersebut.

    ReplyDelete
  48. Alamat url blog Anda apa? Biar saya cek dulu.

    ReplyDelete
  49. Sudah saya cek di blog Anda. Jumlah postnya cuma 4 karena Anda memang belum menambah artikel atau postingan baru. Coba tambahin artikel baru dulu sampai lebih dari 10 buah. Tks

    ReplyDelete
  50. Terima kasih mas, semoga bermanfaat. Btw, saya sudah mengunjungi blognya, dan hasil modifikasinya bagus. Mungkin kita bisa bekerja sama membuat design baru nantinya. Sukses selalu...

    ReplyDelete
  51. bang...form komentar saya hapus, terus ganti ama fb comment...pi jarak antara comment form ama footer itu jauh banget...kira kira apa ya yang harus di rubah....mohon pencerahannya....

    ReplyDelete
  52. bang...ane kan hapus coment bawaan dari bloggernya ane ganti ama fb comment...pi antara comment form ama footer ada jarak..kira kira apa yang harus dirubah ya bang biar jarak itu bisa dideketin ( kaya borneo template antara comment form dan footer jaraknya deket ) mohon pencerahannya

    ReplyDelete
  53. saya sadah pake template ini,, bagus banget mas herdiansyah..
    cekidot .. http://www.yooglez.com

    ReplyDelete
  54. kok jadi warna putih?

    lihat di randibouty.blogspot.com

    ReplyDelete
  55. entar taruh dimana display:none; nonenya?

    tolong bantuannya

    ReplyDelete
  56. kok jadi warna putih? lihat di randibouty.blogspot.com

    ReplyDelete
  57. kok jadi warna putih? newsticker nya? lihat di randibouty.blogspot.com

    oh iya,punya tutor slide show auto matis gak?

    ReplyDelete
  58. You have to put your image Tony. Try to read the tutorial above first.

    ReplyDelete
  59. Kok jadi warna putih?

    lihat di www.manchesterunitedidn.blogspot.com

    ReplyDelete
  60. kok jd warna putih?

    lihat di randibouty.blogspot.com

    ReplyDelete
  61. bro cara buat slide show kayak gitu gimana ea?

    ReplyDelete
  62. kok new sticker nya dari warna puth?
    lihat di randibouty.blogspot.com

    mohon bantuannya

    ReplyDelete
  63. maz saya mau hapus featured slider bawaan dari maz nih, saya sudah punya sendiri, boleh tau kode yang dihapus apa aja seh, biar ga begitu berat blognya.terimakasih
    www.bolaku.net

    ReplyDelete
  64. Bisa lihat kode yang dimasukkan dan ditempatkan dimana?

    ReplyDelete
  65. ini mas urlnya poinesia.blogspot.com
    mohon saran untuk penginstallan templatenya trims !

    ReplyDelete
  66. Mas ini urlnya blognya poinesia.blogspot.com
    mohon bantuannya tims!
    "MAJU TERUS BORNEO TERMPLATE"

    ReplyDelete
  67. Thanks, semoga bermanfaat. Terimakasih juga sudah mampir dan meninggalkan komentar.

    ReplyDelete
  68. Support Situs Cerita DewasaDecember 13, 2011 at 3:22 PM

    Mantap Gan.. Terima kasih template nya.. dah langsung Ane pake...

    http://situsceritadewasa.blogspot.com/

    ReplyDelete
  69. contoh kode nya itu kayak gimana ea?

    tolong di lampirkan,,soalnya bingung neh :(

    ReplyDelete
  70. gan saya mau tanya tentang kolom komentar facebook.
    saya letakkan kode komentar fb tepat dibawah itu memang bisa, tapi secara keindahan kurang bagus. nah terus saya coba letakakan dibawahnya lagi, sebagai contoh seperti kotak disclamer saya itu, mau saya letakkan dibawahnya, tapi komentar fbnya kok ga muncul ya..coba silahkan cek
    www.bolaku.net

    ReplyDelete
  71. Template ini kalo dipasang diblogku kok nggak seperti preview diatas?
    Malah berantakan...

    ReplyDelete
  72. Sama2 mas, semoga bermanfaat. Terimakasih juga sudah menggunakan template buatan kami.

    ReplyDelete
  73. Ini keluhan pertama. Alamat blog mas apa? Ntar saya coba review dulu letak kesalahannya dimana.

    ReplyDelete
  74. Coba dilettakkan dibawah ekstensi footer mas, setelah id label.

    ReplyDelete
  75. mantap bro,cara ngasih flashnya gmn?mklum msh beginer

    ReplyDelete
  76. Halo mas saya suka banget sama template ini tapi saya ingin Featured Slideshow nya berubah secara otomatis bisa ga, jadi ga musti manual .... kalau bisa seperti apa caranya, saya tunggu infonya di email yah blognyaomiyan@gmail.com

    ReplyDelete
  77. Ini mas : http://ifan-andri.blogspot.com

    ReplyDelete
  78. Ini mas : http://ifan-andri.blogspot.com

    ReplyDelete
  79. Mas kalau mau meletakkan code +1 button dibagian mana?
    udah saya coba tapi ngak sejajar share button lainnya

    ReplyDelete
  80. mas, saya setuju sama mas Omiyan, saya tunggu infonya di muflih1431@gmail.com, hehe..

    ReplyDelete
  81. gimana membuat posting menjadi biasa ya ??

    ReplyDelete
  82. Tân Lá»™c Giáo XứDecember 15, 2011 at 6:04 PM

    thankyou! it's great. visit giaoxutanloc.blogspot.com

    ReplyDelete
  83. Tân Lá»™c Giáo XứDecember 15, 2011 at 6:06 PM

    If you add code share this post on FB and G+ and more is greater

    ReplyDelete
  84. Saloed to Bro Herdiansyah H....Template yang bagus, Mohon ijin untuk gunakan template ini, terimakasih sudah share ke kita2, Sukses Bro...

    ReplyDelete
  85. Flash yang mana ya? Slideshow content yang diatas posting itu maksudnya ya?

    ReplyDelete
  86. Slideshow automatis terbilang masih baru untuk blogger. Borneo templates masih merapikan layout untuk fasilitas ini. Ntar dibuatkan tutorialnya kok.

    ReplyDelete
  87. Oke, akan dibuatkan tutorialnya. Sementara masih diperbaiki layout widget tersebut.

    ReplyDelete
  88. Maksudnya yang biasa seperti apa ya? Bisa lebih detail?

    ReplyDelete
  89. Medial Social share button is complete on this themes, but only appear on postpage. Are you mean on homepage?

    ReplyDelete
  90. Thanks, sama2. Semoga bermanfaat. Keep on spirit.....

    ReplyDelete
  91. Kalau saya jujur pengen tampilan slide itu otomatis jadi ga musti manual, konfirmasi kalau bisa yah mas... karena ini praktis banget untuk situs berita yang musti tiap jam/menit update berita mas ... kabari saya di 087774359192 email blognyaomiyan@gmail.com

    ReplyDelete
  92. ya mas intinya saya lebih praktis kalau tampilan slide show berita muncul otomatis saja tidak musti manual, untuk situs berita akan terasa ribet saya tunggu kabarnya secepatnya bisa koment di blog pribadiku

    http://bungaliani.wordpress.com atau ke garasisepedaku.blogspot.com

    ditunggu pisan mas soalnya kadung suka nih sama themes dan saya rencana mau buat situs berita

    ReplyDelete
  93. saya juga dong!

    di duniamusik16@ymail.com makasih swebelumnya

    ReplyDelete
  94. tanq For ur information

    ReplyDelete
  95. Kok SlideShownya gak jalan yaw saya coba.??

    ReplyDelete
  96. Salam Kenal...

    Bro Herdiansyah H. Ijin sedot Templatenya... Mau dipakai

    Terima Kasih

    ReplyDelete
  97. Gan bisa edit dikit templatenya?Tapi Designya tetap kang Herdiansyah!

    ReplyDelete
  98. askum,... mas knp size templatenya bisa lebih dari 150 k, padahal pas download cuma 17k.
    mohon bantuannya, kalau dilihat di preview templatenya gak nyampe 150k, tapi begitu di pasang di blog aku, knp lebih. saya juga udah cek blog lain yang memakai template sama dari borneo semua di atas 150k. ?? tolong bantuannya mas. html mana yang harus di hapus agar templatenya bisa di bawah 150 k. makasih mas.

    ReplyDelete
  99. Ukuran awal templatenya saat didownload berukuran 17k, karena hasil download berupa file compressed (.zip). Dan setelah di ekstrak menjadi file (.txt) yang ukurannya bertambah menjadi 150k.
    http://poinesia.blogspot.com

    ReplyDelete
  100. Mas Herdiansyah mohon bantuannya sekali lagi. Di blog saya http://poinesia.blogspot.com Featured Label Categories tidak mau muncul, mohon sarannya.
    Atau mungkin fitur tersebut tidak bisa menampilkan posting yang memiliki 2 atau lebih categories (label).

    ReplyDelete
  101. Mas Her ijin Pakai templatenya.....semoga sukses dalam segala hal...AMIEEN

    ReplyDelete
  102. Live Demo template ini ngk ada masalah dengan slideshow. Padahal menggunakan script yang sama. Coba cek penempatan kode di bagian HTML body.

    ReplyDelete
  103. Ngk ada masalah, yang penting credit link tetap dipertahankan. Trims

    ReplyDelete
  104. Ukuran template ini 77 KB, tidak lebih. Kecuali ada penambahan script baru dan jumlah posting.

    ReplyDelete
  105. Dj Alberto da Rádio TecnomelodDecember 18, 2011 at 8:41 AM

    good night friend, your template is not working on my blog, what's the problem? www.tecnomelody.com

    ReplyDelete
  106. seperti ada isi postingannya.. dan ada read more nya juga.
    gak cuman titlenya aja.

    ReplyDelete
  107. seperti ada isi postingannya.. dan ada read more nya juga.
    gak cuman titlenya aja.

    ReplyDelete
  108. seperti ada isi postingannya.. dan ada read more nya juga.
    gak cuman titlenya aja.

    ReplyDelete
  109. seperti ada isi postingannya.. dan ada read more nya juga.
    gak cuman titlenya aja.

    ReplyDelete
  110. seperti ada isi postingannya.. dan ada read more nya juga.
    gak cuman titlenya aja.

    ReplyDelete
  111. Code yang mana penempatan kode di bagian HTML body, yang penempatan coding dibody hanya
    - Menu Navigation Dropdown,
    - News Ticker dan coding dibawahnya itu juga.
    atau harus ditambah juga kodingnya di body html sperti CMSnya.??
    kirim ke email saya Om! petufangky@yahoo.com
    ditunggu!

    ReplyDelete
  112. gak cuman title posting doank,tpi ada isi dan read more segala ..

    ReplyDelete
  113. Coba periksa di pengaturan komentar bawaan blogger mas.

    ReplyDelete
  114. Mas.. klo membuat postingan beserta isinya gimana mas? template ini kan hanya menampilkan judulnya saja.

    ReplyDelete
  115. Terima Kasih...

    Sangat Bermanfaat dan saya pakai, Mohon Pencerahannya utk tampilan yang di sebelah Kanan supaya Judulnya dan Contentnya ada di dalam Kotak. Karena yang di sebelah kanan Judulnya Polos aja.

    Terima Kasih Bro Herdiansyah H.

    ReplyDelete
  116. Kerent Mas Temanya...
    Mu tanya nih.
    Kal ngatur Lebar Tema gmna..
    Yar Sesuai sama yang kita inginkan...

    ReplyDelete
  117. Featured Slideshow Content Is Not Working Properly in my blog http://rakishblog.blogspot.com/

    what's the problem?

    ReplyDelete
  118. mas, mau tanya di blog saya kok news tickernya yang muncul postingan lama bukan postingan baru, terima kasih

    ReplyDelete
  119. Hapus kode css .post-body {display:none} di tab edit HTML blog Anda.

    ReplyDelete
  120. Ubah kode #outer-wrapper di tab edit HTML blog Anda.

    ReplyDelete
  121. Baru mau dijawab, udah beres toh. Oke, happy blogging.

    ReplyDelete
  122. I've been visited your blog and it's look fine.

    ReplyDelete
  123. mas mau tanya, klo mau ngilangi widget posting di homepage gmna?

    ReplyDelete
  124. Ikuti tutorial di link ini aja : http://catalog-tutorial.blogspot.com/2009/04/membuat-halaman-blog-dinamis-bag-kedua.html. Semoga bermanfaat.

    ReplyDelete
  125. gan... tolong kasih tutor cara ganti comment blog dengan comment facebook donk :)
    terimakasih

    ReplyDelete
  126. Ok, Thx,
    Mas, Minta kode CSS yar menu horizantalnya dropdown semua..
    plzz,

    ReplyDelete
  127. Help, my Featured Label Categories some appear posts, some do not. I dont know why. If i replace with another label it will show.

    ReplyDelete
  128. May i know your blog url link? Let me check first. Thanks.

    ReplyDelete
  129. Sorry late for reply. Oke, let me check first.

    ReplyDelete
  130. Here it is, htttp://sieublog.com
    Example for the block "Teen News", no posts appear, but if you click the link on navigation bar, it will show 3 posts... similar to another blocks...
    I can't find any problems with the code...if you help me, i'll give you infomation about my account. Thanks.

    ReplyDelete
  131. Would you give what code you put on the widget? Are you have been read the tutorial above first?

    ReplyDelete
  132. I know, if your labels have 2 words, you have to put this code %20 betwen your label words. Ex. your label is teen news, the code is teen%20news. Thanks

    ReplyDelete
  133. it makes sense, but why it shows 1 post when the label is teen news? when i change it to teen%20news, it's still the same. the label has 2 posts. Could you please give me your email address then i'll send my login infomation to you, so you can see it clearly.thanks

    ReplyDelete
  134. Do not forget uppercase and lowercase of your label. Oke, my mail is mail@borneotemplates.com. Thanks

    ReplyDelete
  135. I've sent it to you, thanks!

    ReplyDelete
  136. Hi, I have a problem, not working Featured Label Categories, help me solve this problem. Thank you.

    ReplyDelete
  137. What is your url link? Let me check first. Thanks

    ReplyDelete
  138. Now i know the reason, your RSS must be set to full so all the posts will appear, thank you very much Borneo! :)

    ReplyDelete
  139. http://evgensv.blogspot.com/

    ReplyDelete
  140. only that it worked here http://evgensv.blogspot.com/. the problem was that the entry on the blog was only for the administration. As soon as I opened the blog for all readers, it worked :)

    ReplyDelete
  141. I've been visited your blog, and nothing wrong about featured label. Would you more spesific about your problem? Thanks

    ReplyDelete
  142. gan... tolong kasih tutor cara ganti comment blog dengan comment facebook donk :)

    trus gimana cara nambahin widget recent post dgn efect scroll dan ada picnya,, udah coba cari tutornya di google tapi hasilnya acak2n.

    terimakasih

    ReplyDelete
  143. Oke, nanti dibuatkan. Trims masukannya ya.

    ReplyDelete
  144. Hi, thanks a lot for this template, i like it very much but i have a problem that my pages on blogger didn't appear , like you know i have a contact form and others importants pages
    please help me

    ReplyDelete
  145. API Google Code itu funguinya untuk apa Gan...,??
    mohon penjelasannya..
    Thx sblumnya..

    ReplyDelete
  146. Sekarang kok loadingnya lama banget sih????

    ReplyDelete
  147. Sekarang kok loadingnya lama banget sih???

    ReplyDelete
  148. Sekarang Kok Loadingnya lama banget sih????

    ReplyDelete
  149. API Google Code,, di blog saya kok gak bisa load mas,, bisa dibantu?

    ReplyDelete
  150. Bisa ikuti tutorial dalamat url link ini aja mas : http://www.herdiansyah.net/2011/10/cara-memasang-newsticker-via-google-api.html. Thanks

    ReplyDelete
  151. Karena terlalu banyak yang menggunakan template ini mas. Jadi script dan gambar juga digunakan secara bersamaan. Solusinya, silahkan hosting script dan gambar sendiri aja. Cara hostingnya bisa mengkuti tutorial dialamat link ini : http://www.herdiansyah.net/2011/11/solusi-hosting-gratis-dari-google-code.html. Thanks

    ReplyDelete
  152. API Google ini semacam feed rss dengan platform script code. jadi artikel terbaru dari sebuah alamat situs atau blog dapat dipanggil melalui fasilitas API code ini. Contohnya di alamat demo template sporty magazine 2 ini. Thanks

    ReplyDelete
  153. This template was made before blogger static page lounch. I'am sorry for that. I'll try finished. Thanks for your comments.

    ReplyDelete
  154. maav mas,, ternyata saya ada yang salah,, hehehe maav mas,, :)

    ReplyDelete
  155. Templatenya keren Sangat..
    Kak, untuk membuat Facebook Widget (Live Updates) itu....,, bisa gak kak,,,???
    Mhon dikasih penjelsannya????

    thx so much kak...

    ReplyDelete
  156. is there any solution to include static page in the template

    ReplyDelete
  157. Ok, i'll help you to make tutorials as soon as posible. Thanks

    ReplyDelete
  158. thanks a lot

    ReplyDelete
  159. Makasih ya, Mas.. Semoga Mas tambah maju.. Amin..

    ReplyDelete
  160. sebuah hasil karya yang sangat luar biasa mas! saya ijin untuk menggunakan template tersebut, sedikit dimodifikasi dan menerapkannya keblog saya yg baru, mohon koreksinya di www.campur.biz

    ReplyDelete
  161. Terimakasih. Untuk widget twitter, bisa mengikuti tutorial disini : http://www.bloggermaps.com/2011/05/how-to-make-widgets-twitter-with.html. Thanks

    ReplyDelete
  162. mas, recent postnya bisa di sertain dengan labelnya?
    misalnya setiap post di sampingnya ada label.


    yang di recent postnya

    ReplyDelete
  163. Hi, after reading code of this template, i found that it contains Threaded Comments system
    please can you show us how to enable it
    thanks a lot

    ReplyDelete
  164. oh,iya,maaf nanya lagi.

    saya mau tanya,bagaimana membuat templatenya seperti http://www.campur.biz/ dan bolaku.net saya suka warna hijaunya dan menu nya ada di bawah.

    bagaiman cara2 nya ya?
    membuat seperti itu?

    makasih sebelumnya

    ReplyDelete
  165. oh iya mas,,saya minta tolong lagi,
    gimana caranya ea agar templatenya bisa seperti bolaku.com dan campur.biz?

    warna hijaunya saya suka dan menu2 nya ada di bwah bukan atas.

    gmn car buat kayak gitu ea?

    tolongdi jawab di sini aja ea..dua2 nya di jawab hehe makasih

    ReplyDelete
  166. saya sudah berkali2 untuk mencoba "Featured Label Categories" tapi selalu gagal / tidak bisa muncul kategori2nya. mohon bantuannya yang jelas mas. terimakasih

    ReplyDelete
  167. saya lancar jaya tuh mas :D
    mungkin label nya terdiri dari 2 kata ya??
    contoh "world news" nah waktu masukin kode ke widgetnya jangan pake spasi labelnya, tapi ditulis kaya gini "world%20news" dan tulisannya harus sama persis :)

    ReplyDelete
  168. Sudah dijawab oleh A lin, trims ya sudah membantu. Sukses selalu.

    ReplyDelete
  169. Try to setup on your blog with the original blogger system. Thanks

    ReplyDelete
  170. Bisa diakali dengan tag H2 disetiap widget yang Anda pasang.

    ReplyDelete
  171. Modifikasinya bagus. Semoga bisa dikembangkan jauh lebih menarik dan bagus kedepannya. Thanks

    ReplyDelete
  172. mas gimana buat kayk gitu ea?

    menu nya di bawah,dan warna nya hijau

    ReplyDelete
  173. Menunya tinggal ditempatkan dibawah header dan backgroudnya diganti.

    ReplyDelete
  174. Sir,...I am facing a problem in your template in my home page ,.I am not able to get the background color white as in your demo site when i placed the'featured label categories'.Please have a look at my site www.shinekerala.com and kindly suggest me a solution for that.
    Thank you

    ReplyDelete
  175. Ismail SOSSE ALAOUIJanuary 1, 2012 at 9:39 PM

    please show me how?

    ReplyDelete
  176. template ini gak bisa pakai comment facebook?

    saya sudah menciba berulang kali,tp gak bisa

    ReplyDelete
  177. Kak.., kok saya pasang plugin Like Box facebook nya gak bisa berjalan itu knapa???
    tlong penjelasannya ....????
    mksh sebelumnya...

    ReplyDelete
  178. Ismail SOSSE ALAOUIJanuary 2, 2012 at 2:12 PM

    Hi admin how are you , i hope for a happy new year...
    bref, i have asked you for the problem of static page, threaded comment and bottom menu bar... can i send my template to fix me these problems by email to mail@borneotemplates.com.
    thanks a lot...

    ReplyDelete
  179. makasih banyak bang, templatenya udah gratis..... syukran...... http://zezenzn.blogspot.com

    ReplyDelete
  180. saya mau tanya,, kenapa tiba2 slideshow saya tidak berfungsi,, padahal kemarin masih bisa,, padahal saya tidak mengedit HTML nya,??
    www.newsnsporty.blogspot.com

    ReplyDelete
  181. gan di http://kabar-sepak-bola.blogspot.com/
    Featured Slideshow Content nya kok gag bisa.....
    (gambarnya gag bisa ganti)
    kenapa gan? mohon pencerahannya

    ReplyDelete
  182. gan di http://kabar-sepak-bola.blogspot.com/
    Featured Slideshow Content nya kok gag bisa.....
    (gambarnya gag bisa ganti)
    kenapa gan? mohon pencerahannya

    ReplyDelete
  183. coba bantu jawab,,
    kode HTML "Slideshow" agan bentrok ama Kode HTML "TERKINI"

    berdasarkan pengalaman ane sih gitu gan,, coba aja diilangin Widget "terkini" insyaallah jalan lagi slidshownya..

    mungkin dari Borneonya sendiri ada solusi lain :)

    ReplyDelete

Thank you for visited us. Please leave your comment below :