March 2015


Minima Template ini sebetulnya sudah pernah saya bagikan di blog sebelumnya, namun dikarenakan blognya kena sandbox jadi saya bagikan kembali disini daripada blog demo dianggurin mending saya manfaatkan buat blog demo template kali ini.


Minima Responsive Blogger Template

Sekilas tampilannya mirip dengan Minima Colored, namun jika diteliti kembali memang cukup berbeda baik itu dari segi tampilan maupun fiturnya. Bisa dibilang versi daur ulang atau redesign.

Untuk page speed gak muluk2, yang sedang2 saja :)

Minima Responsive


Ok... Tanpa panjang lebar kali luas alias singkat saja, silahkan lihat fitur, demo, serta link download dari template sederhana ini

 FITUR
  • Responsive Cek
  • SEO Cek
  • Custom Threaded Comment
  • 2 Column 
  • White Base Theme Color
  • Responsive Ads ready
  • Breadcrumbs
  • Related Posts with Thumb
  • Search Box
  • Share Button
  • Top Dropdown Menu
  • Main Dropdown Menu
  • Numbered Page Navigation
  • Top Social Bookmark
  • Custom 404 Page
  • Well Documentation
  • Subscribe Box
  • Facebook Comment
  • Recent Comment
  • 3 Different Sitemap Style
  • Smooth Back To Top Button
  • More...

Sebelum download hilangkan dulu tanda centangnya


Source : http://arlinadesign.blogspot.com/2014/09/minima-responsive-blogger-template.html


SEE DEMO

1. Go to Dashboard ->> Design ->> Edit HTML

2. 
Search this code (Ctrl + F), ]]></b:skin>

3. Copy below code and paste it just after 
]]></b:skin> tag,
<style type='text/css'>
.PopularPosts ul li {background: none repeat scroll 0 0 transparent;float: left;list-style: none outside none;margin: 5px !important;padding: 0 !important;}
.PopularPosts ul li img {padding:0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;border: 2px solid #CCC;height: 80px;width: 80px;}
.PopularPosts ul li img:hover {border:2px solid #BBB;-moz-transform: scale(1.2) rotate(-1090deg) ;-webkit-transform: scale(1.2) rotate(-1090deg) ;-o-transform: scale(1.2) rotate(-1090deg) ;-ms-transform: scale(1.2) rotate(-1090deg) ;transform: scale(1.2) rotate(-1090deg) ;}
</style>
Note: Make sure you add Popular Posts widget to your blogger sidebar. 

4. Now save your template,

5. Edit your Popular Posts widget setting into something like this...





6. Save it.


Refresh your blog to see the result. Cool huh? Good job!


Leave your comment!

imageimage
How To Apply This Tip Hack?
So Here are the Steps to make your Popular Posts Widget act like an Image Grid
1. Go to the Layout Page and add the Popular Posts Gadget, if you haven�t already added it.
image
2. Edit the Gadget Settings so that it displays the Thumbnails and not the Snippet
image
3. Now Go to Template/Design > Edit HTML . DO NOT Click on the Expand Widget Templates checkbox. Leave it unchecked, and look for  PopularPosts1 (Do a Ctrl +F to find it in your template) and you will get some line like this
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/>
4. Change This line to
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content popular-posts'>
<ul>
<b:loop values='data:posts' var='post'>
<li>
<b:if cond='data:showThumbnails == "false"'>
<b:if cond='data:showSnippets == "false"'>
<!-- (1) No snippet/thumbnail -->
<a expr:href='data:post.href'><data:post.title/></a>
<b:else/>
<!-- (2) Show only snippets -->
<div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
<div class='item-snippet'><data:post.snippet/></div>
</b:if>
<b:else/>
<b:if cond='data:showSnippets == "false"'>
<!-- (3) Show only thumbnails -->
<div class='item-thumbnail-only'>

<div class='item-thumbnail'>
<a expr:href='data:post.href' expr:title='data:post.title'>
<b:if cond='data:post.thumbnail'>
<img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
<b:else/>
<img alt='' border='0' expr:height='data:thumbnailSize' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnW5Z3yblDqZOSl2XJUFO9eGlDldJGmEHBFD2IEraO3K5jn5sKfRJcA7niOZ1VFevZn7anyC7t-Gri5XliCEXke-HnfmcqqboBhIjLKK07LLgKSwIECbSRSfUWyGXl8cnZCJrnEwWttLc/s72-c/default.png' expr:width='data:thumbnailSize'/>
</b:if>
</a>
</div>
</div>
<b:else/>
<!-- (4) Show snippets and thumbnails -->
<div class='item-content'>
<b:if cond='data:post.thumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:post.href' target='_blank'>
<img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
</a>
</div>
</b:if>
<div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
<div class='item-snippet'><data:post.snippet/></div>
</div>
<div style='clear: both;'/>
</b:if>
</b:if>
</li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
5. Save your Template
6. Now Go to Template Designer > Advanced > Add CSS and paste the following CSS snippet there, and apply to your Blog
.popular-posts .item-thumbnail{float:left;}
.popular-posts ul{padding-left:0px;}
.popular-posts ul li {list-style-image: none;list-style-type: none;display:inline;}
The image URL present in the Widget Code is the Default Thumbnail which will be displayed if the post doesn�t have a thumbnail associated with it. You can modify it to get a custom default thumbnail. You can spice up the CSS to make the grid look more eye catching. I would leave that to you :)

Reverting Back to the old one

If you are not satisfied by the way it looks, then revert it back. Here are the steps:
  1. Just Remove the Popular Posts Widget from the Layout Page.If you need the original version, then add it back again
  2. Remove the CSS which you added to Template Designer > Advanced > Add CSS
  3. That�s it.
I think that this Hack would work out well on Recipe and Photography Blogs. Try it out, and let me know if it is useful :)

Author Name

{picture#YOUR_PROFILE_PICTURE_URL} Hello {facebook#http://facebook.com/hamza.shafiq.1231} {twitter#http://twitter.com/urdupctutorils} {google#http://google.com}

Contact Form

Name

Email *

Message *

Powered by Blogger.