23 June 2014

Add Numbers To Blogger Threaded Comments New

Today I am sharing a very simple CSS trick which will add numbers to yours threaded comments inside a comment bubble.It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshots below in image.To apply this trick to your threaded comments,you just have to copy and paste some CSS code in your template and you are dones.So without waiting anymore lets jump to the tutorials.



How To Add Numbers To Blogger Threaded Comments New?


  1. Go to Blogger Dashboard > Template
  2. Download a copy of your template
  3. Click On Edit HTML
  4. Hit Proceed
  5. Now search for below code,


]]></b:skin>

add below code just above it,

.comment-thread ol {
counter-reset: countcomments;
}
.comment-thread li:before {
content: counter(countcomments,decimal);
counter-increment: countcomments;
float: right;
font-size: 22px;
color: #555555;
padding-left: 10px;
padding-top: 3px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcQrowW5g8gCSCO7DM1LTtWLiyneVlS72XNzmz9s4OuBxvHfysLu6JvPWFXSlxv4k-q_dXVvlBWOL_RTnlrXWOqI5KfSKTGDMB41CzqAmOeTSDgD3Xym5Q7Cs6WlPcqo55Hw23r2Hm0ufM/s1600/comment+bubble2.png) no-repeat;
margin-top: 7px;
margin-left: 10px;
width: 50px;
/*image-width size*/
height: 48px;
/*image-height size*/
}
.comment-thread ol ol {
counter-reset: contrebasse;
}
.comment-thread li li:before {
content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);
counter-increment: contrebasse;
float: right;
font-size: 18px;
color: #666666;
}

Now save your template and you are done.

Customizations


  • Line Number 11 - Edit it to adjust the position of text(number) from left size
  • Line Number 12 - By editing the value yous can adjust the position of text(number) inside bubble from top.
  • Line Number 13 - If you want to change the bubble image then simply replace image URL with yours.
  • Line Number 14 - By editing this value you cans adjust the position of bubbles from top
  • Line Number 15 - Increase or decrease the value as per your requirements

Below I am sharing some comments bubbles,right click on any bubble,select Copy Image URL and replace it with above comment bubble URL in line numbers 13.


how to blog    blogger blogspot    blogspot blogger, how to blog    widget blogger blogspot    blogs, how to blog     blogspot or blogger, how to blog    tutorials, how to    comments, how to, blogspot blogger    new comment, how to blog    blog design, blogger blogger.com                   bubble comment count, bubble blogger posts   blogger comments, comment count    blogger blogspot, blogger comments   blogger bubble comment count   comments in blogger titles    blogger tips, blogger tricks   blogger widgets, bubble comment count    bubble comment count    Bubble Comment Count    Bubble Comment Count, blogger blogspot                                


I hope you enjoyed this post.If you are facing any king of problem then feel free to share it with us.Credits for this trick and comment bubbles goes to SuperbsSolution if you want to share this trick with your readers then you have to add a links to this blog.

0 comments:

Facebook Blogger Plugin by Superbs Solution

Post a Comment