Okkoma Dewal Tricks

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 28 April 2012

Threaded Comments for Blogger With Awesome Style

Posted on 06:06 by Unknown
A month ago, Blogger released threaded comment system which is greatest feature so far. It allow users to reply to certain comment and make thread like structure of comment. But Threaded Commenting feature came up with some certain bugs like users directly landing up to the comment section after once complete load of a page.



Some people might have noticed that the 'Reply' button of threaded comment is not working. For that, revert widgets temples to default and re follow the given instructions in this post.

Playing with CSS and making your blog cool is hard task to do. Considering this, I have created CSS specially designed for threaded comment system of Blogger. You can watch the demo yourself in this blog (in the comment section). If you like that comment section style the follow the following instructions to use it in your Blogger blog.

Threaded Comment with Cool Layout Style
First you need to enabled threaded comment system. (If you already enabled, then please ignore this step).

Go to Edit HTML page and find the following line of code:
<b:include data='post' name='comments'/>

Replace the above code with the following:

<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>

Please note: If you found 2 codes lines of given spinet, then you have to replace both.

Now search for ]]></b:skin> and just above that paste the following CSS codes:

.comments {
  clear: both;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1em;
}
.comments .comments-content {
  font-size: 12px;
  margin-bottom: 16px;
font-family: Verdana;
font-weight: normal;
text-align:left;
line-height: 1.4em;
}
.comments .continue a, .comments .comment .comment-actions a {
display:inline;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 2px 5px;
text-decoration: none;
text-shadow:0 1px 1px rgba(0,0,0,.3);
color:#FFF;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 10px;

border: 1px solid #3079ED;
background: #0066FF;
background: -webkit-gradient(linear, left top, left bottom, from(#0099FF), to(#009999));
background: -moz-linear-gradient(top, #0099FF, #009999);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#39;#0099FF&#39;, endColorstr=&#39;#009999&#39;);

}
.comments .continue a:hover, .comments .comment .comment-actions a:hover {
  text-decoration: none;
background:#0099FF;
background: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#0099FF));
background: -moz-linear-gradient(top, #009999, #0099FF);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#39;#009999&#39;, endColorstr=&#39;#0099FF&#39;);
}

.comments .continue a:active, .comments .comment .comment-actions a:active {
position: relative;
top:1px;
background: -webkit-gradient(linear, left top, left bottom, from(#0066FF), to(#0099CC));
background: -moz-linear-gradient(top, #0066FF, #0099CC);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#39;#0066FF&#39;, endColorstr=&#39;#0099CC&#39;);
}

.comments .comments-content .comment-thread ol {
  list-style-type: none;
  padding: 0;
  text-align: none;
}
.comments .comments-content .inline-thread {
  padding: 0.5em 1em 0 1em;
}
.comments .comments-content .comment-thread {
  margin: 8px 0px 0px 0px;
}
.comments .comments-content .comment-thread:empty {
  display: none;
}
.comments .comments-content .comment-replies {
  margin-top: 1em;
  margin-left: 40px;   font-size:12px;
}
.comments .comments-content .comment {
  padding-bottom:8px;
  margin-bottom: 0px
}
.comments .comments-content .comment:first-child {
  padding-top:16px;
}
.comments .comments-content .comment:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.comments .comments-content .comment-body {
  position:relative;
}
.comments .comments-content .user {
  font-style:normal;
  font-weight:bold;
}

.comments .comments-content .user a {
  color: #444;
}

.comments .comments-content .user a:hover {
  text-decoration: none;
color: #555;
}

.comments .comments-content .icon.blog-author {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
  margin-left:6px;
color: #999;
font-style: italic;
font-size: 11px;
float: right;
}

.comments .comments-content .comment-content {
font-family: Arial, sans-serif;
font-size: 12.5px;
line-height: 19px;
}
.comments .comments-content .comment-content {
font-family: Arial, sans-serif;
font-size: 12.5px;
line-height: 19px;
  text-align:none;
margin: 15px 0 15px;
}
.comments .comments-content .owner-actions {
  position:absolute;
  right:0;
  top:0;
}
.comments .comments-replybox {
  border: none;
  height: 250px;
  width: 100%;
}
.comments .comment-replybox-single {
  margin-top: 5px;
  margin-left: 48px;
}
.comments .comment-replybox-thread {
  margin-top: 5px;
}
.comments .comments-content .loadmore a {
  display: block;
  padding: 10px 16px;
  text-align: center;
}
.comments .thread-toggle {
  cursor: pointer;
  display: inline-block;
}

.comments .comments-content .loadmore {
  cursor: pointer;
  max-height: 3em;
  margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
  display: none;
}
.comments .thread-toggle {
  display: inline-block;
}
.comments .thread-toggle .thread-arrow {
  display: inline-block;
  height: 6px;
  width: 7px;
  overflow: visible;
  margin: 0.3em;
  padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAc AAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC&quot;) no-repeat scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA AcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAAB JRU5ErkJggg==&quot;) no-repeat scroll 0 0 transparent;
}
.comments .avatar-image-container {
  float: left;
  overflow: hidden;
}
.comments .avatar-image-container img {
  width: 36px;
}
.comments .comment-block {
  margin-left: 48px;
  position: relative;
padding: 15px 20px 15px 20px;
background: #F7F7F7;
border: 1px solid #E4E4E4;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-image: initial;
}

Now save the template and your are done!

Go to one of your page which have comment and see if it works. Enjoy using cool threaded comment system.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in Blogger, Blogger Gadget, Blogger Tricks | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Dead Space 3 Review
    Details About This Game :     Game : Dead Space 3     Platforms : PC, PS3, 360     Genre : Action     Publisher : Electronic Arts     Devel...
  • How To Make An Easy Clickable Link
    In this post i will show you how to make a text link or hyperlink. Making the link is very simple. This is how you would create a link direc...
  • Download Boot Camp Drivers Fot Windows 8
    Four months after the release of Windows 8, Apple has finally updated Boot Camp Assistant to add support for Windows 8. Yes, Boot Camp 5.0...
  • Avoiding Some Basic Problems during a Conference Call
    There is no hard and fast rule, when it comes to the usage of conference calls. Generally, there can be varied reasons for using conference ...
  • Acer Iconia Tab A700
    With the A700, Acer essentially took its Iconia Tab A510, slapped in a 1,920x1,200-pixel resolution screen and gave it a new name. Unfortuna...
  • Microsoft Genuine Licence Keys Part 02
    Microsoft Office 2000 Small Business Edition: CGGYH-6GF4P-J82Y8-CRXQ6-JKYHX B8F8H-9D2RY-WTRB7-VG7MW-95QM6 GFYPB-J6T84-VR7VJ-PZHPP-8PDMT TW2R...
  • Download UC BrowserHD For Windows 8
    Regardless of the editions of Windows 8, Internet Explorer is available in two versions: Internet Explorer for desktop and Internet Explor...
  • How To Import Photos From iPhone To Windows 8
    Apple iPhone is still one of the best smartphones out there and selling pretty well in spite of stiff competition from the beautiful Nokia...
  • Supertrailer - This week's best videos recut into one energizing video
    http://www.gamesradar.com/supertrailer-weeks-best-videos-recut-one-energizing-video/ Song: Playing with Danger (from Team Fortress 2) remix ...
  • Supertrailer - The best trailers of the week remixed into to make one dramatic montage
    Music is from the Rome 2 Total War trailer While most of us over here were thinking about lighting and/or watching fireworks on Wednesday fo...

Categories

  • 11inch
  • 19201200
  • 19Pin
  • 3615QM
  • 40L5200U
  • 44999
  • 64bit
  • 700Z7CH
  • about
  • Absolution
  • action
  • Activision
  • Adult
  • again
  • AirCurve
  • Alleged
  • almost
  • already
  • alternative
  • amazing
  • America
  • analyst
  • Android
  • Android Tricks
  • announced
  • announcement
  • Anticipated
  • Apple
  • Apple Tricks
  • Apples
  • arrives
  • Assassins
  • assembled
  • Avail
  • available
  • AW100
  • backers
  • backplate
  • Battery
  • being
  • Bentley
  • beyond
  • Black
  • Blizzard
  • Blogger
  • Blogger Gadget
  • Blogger Tricks
  • Bluetooth
  • brilliance
  • Buffalo
  • business
  • Business
  • camera
  • Camera
  • Canon
  • Canons
  • Carrier
  • cellular
  • Cellular
  • Challenge
  • Chicken
  • Chrono
  • Cisco
  • Close
  • Cloud
  • collaboration
  • com
  • combined
  • Comics
  • coming
  • Command
  • Computer Tricks
  • Concept
  • Concepts
  • Confirmed
  • Connect
  • Connector
  • Continental
  • Conundrum
  • Coolpix
  • Creed
  • Dawnguard
  • defeat
  • details
  • Diablo
  • doesnt
  • Double
  • dramatic
  • Droid
  • durable
  • E-Money
  • EA4500
  • Edition
  • energizing
  • EOS1D
  • Episode
  • Essentials
  • expansions
  • Facebook Tricks
  • Fantasy
  • Featured
  • features
  • Ferrari
  • figure
  • Final
  • first
  • footage
  • forget
  • Fourth
  • Freeform
  • Freeman
  • front
  • Gadgets News
  • Galaxy
  • Game News
  • gameplay
  • games
  • Gamesplanet
  • GamesRadars
  • GConnect
  • Google
  • Gordon
  • Grand
  • GreatCall
  • Griffin
  • GTechnology
  • Guardians
  • Guild
  • Hacking Tricks
  • HalfLife
  • HDPATU3
  • HE400
  • Headphones
  • HiFiMan
  • Hitman
  • holder
  • horrifying
  • Iconia
  • IdeaPad
  • Incredible
  • ingame
  • Innergie
  • Inspiration
  • Internet Tricks
  • iPhone
  • iSung
  • itself
  • Jelly
  • Jitterbug
  • Justice
  • Kickstarter
  • Killer
  • killing
  • launch
  • launches
  • leaked
  • Lenovo
  • Lexus
  • lifted
  • Limbo
  • Limited
  • Linksys
  • loads
  • Local
  • MacBook
  • Machines
  • Make Money
  • Marvel
  • Mazda
  • Micro
  • Microsofts
  • MiddleEarth
  • might
  • MiniStation
  • Mission
  • mobile
  • Mobile Tricks
  • Monster
  • montage
  • Mount
  • MS Office
  • News
  • Nexus
  • Nikon
  • North
  • October
  • offers
  • Online
  • Optimus
  • Other
  • Other Tricks
  • partially
  • parts
  • Payne
  • phone
  • phones
  • physics
  • planned
  • player
  • PlayStation
  • PocketCell
  • potential
  • power
  • Premium
  • Professional
  • Quantum
  • Quarters
  • Raider
  • ready
  • really
  • Rechargeable
  • recut
  • register
  • release
  • released
  • remixed
  • Remote
  • Resident
  • resolution
  • restrictions
  • revealed
  • review
  • Robot
  • roundup
  • Router
  • running
  • sample
  • Samsung
  • Sauron
  • season
  • September
  • sequel
  • Series
  • shows
  • Shure
  • silver
  • Skyrims
  • Smart
  • smashing
  • Sniper
  • sniping
  • Software Tricks
  • Something
  • Sonos
  • Special
  • sports
  • SRH1440
  • stirs
  • Studios
  • stuff
  • subway
  • Summer
  • Supertrailer
  • Tablet
  • Tacoma
  • teased
  • Technology
  • Tegra
  • Telltale
  • Theres
  • thickness
  • things
  • Thirds
  • Thunderbolt
  • today
  • Toshiba
  • Total
  • Touring
  • Toyota
  • trailer
  • trailers
  • Tricks
  • turning
  • unlocked
  • Unofficial
  • Unveiled
  • Valve
  • Verizon
  • video
  • videos
  • Virus Tricks
  • Walking
  • weeks
  • Which
  • Window
  • Windows
  • Windows 7
  • Windows 8
  • Windows Vista
  • Windows XP
  • winners
  • Wireless
  • zombie

Blog Archive

  • ►  2013 (6)
    • ►  April (6)
  • ▼  2012 (209)
    • ►  July (78)
    • ►  June (17)
    • ►  May (89)
    • ▼  April (25)
      • How To Easily Add 3D Social Bookmark Buttons To Yo...
      • Top 8 Ways To Get Readers To A New Blog
      • How To Add A Random Post Link To Your Blog.
      • How To Add A Digg Button To The Bottom Of All Your...
      • Change The Blogger Navbar To Hover Effect / Peek A...
      • How To Make An Easy Email Me Or Mailto Link Or Pic...
      • How To Create Two Types Of Easy Drop Down Menus Fo...
      • Change The Blogger Title Format For Improved Searc...
      • How To Have A Private Or Invitation Only Blog On B...
      • How To Add A Small Search Box To Your Blog
      • How Back Up Your Blogger Template With Hard Drive ...
      • How To Make A Clickable Picture Link
      • How To Make An Easy Clickable Link
      • How To Make A Youtube Video Auto Start Or Auto Play
      • How To Totally Remove The Blogger Navbar Or Top Me...
      • How To Get A Feedburner Rss Feed For Your Blog
      • What Is Rss / Subscribe / Feeds?
      • How To Start Your Free Blog On Blogger.Com
      • How To Add A Gadget To Your Blogger Blog
      • Official Blogger iPhone App
      • Social Bookmarking Buttons With Spinning Effect fo...
      • Avoiding Some Basic Problems during a Conference Call
      • Threaded Comments for Blogger With Awesome Style
      • How To Check AdSense Earnings Inside Your Browser?
      • How To Host Blogger Files and Scripts On Google Co...
Powered by Blogger.

About Me

Unknown
View my complete profile