Cari Blog Ini

Tampilkan postingan dengan label blogger template. Tampilkan semua postingan
Tampilkan postingan dengan label blogger template. Tampilkan semua postingan

Senin, 22 Juli 2013

Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks

In this tutorial i will show you how to Add Comment Number with every comment using beautiful images or bubbles and also give number to every comment. It is very simply to add comment numbering in your blogger template and also very helpful because you can easily find how many comment you have to every post. It will add numbers like this way 1,1.a,1.b,1.c,1.d and so on you can easily see in a screenshot which is given below in image. This is done with CSS Tricks if you want to do this then follow my below small tutorial for adding this beautiful trick on your blogger comments.

Add Best Comment Numbering In Different Bubbles:


Go to Template.
Click on Edit HTML.
Now Press Ctrl+F in the HTML Body Box.
When you Press Ctrl+F then Search Box is appear top right corner.
Copy below Code/Tag and paste in search box and press enter.

]]>
]]></b:skin>

When you find this above tag in HTML Body then add below code just above/before this ]]></b:skin> tag.
Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks
Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks

.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/AVvXsEge1fjXcH8hUJ4g8DuUcbI789AMyJDBTzg8vl0UiBH_3_5n4QqsVY5iREus81vIaJOpXzBZx9ZIIC5IPGKFm50tGHlwzxoqZ2PUnaGkPBmoAYm2TMSmtdM62EbqL2qQ5oGnXPf3mPwVaz77/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 and now turn to customization in blogger comments by replacing bubbles.

Customization In Comment Number In Bubbles:


padding-left: 10px; - Edit it to adjust the position of text(number) from left size
padding-top: 3px - By editing the value you can adjust the position of text(number) inside bubble from top.
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge1fjXcH8hUJ4g8DuUcbI789AMyJDBTzg8vl0UiBH_3_5n4QqsVY5iREus81vIaJOpXzBZx9ZIIC5IPGKFm50tGHlwzxoqZ2PUnaGkPBmoAYm2TMSmtdM62EbqL2qQ5oGnXPf3mPwVaz77/s1600/comment+bubble2.png) no-repeat; - If you want to change the bubble image then simply replace image URL with yours.
margin-top: 7px; - By editing this value you can adjust the position of bubble from top.
margin-left: 10px; - Increase or decrease the value as per your requirements.


Bubbles Image URL For Adding In Comments:


Now i am going to give you some shapes, images or bubbles which you can easily add in your blogger comment for adding these bubbles shapes Copy the URL of bubble images which you want to add and replace with red highlighted text or url and then save it. How to pick the URL of image? Your Answer is here. Right Click on your desire picture which you want to add and click on view image in your browser and copy the url in your browser and paste it.



Now save your template and you are done.
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 screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
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 screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
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 screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
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 screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf

Related Articles:


Rabu, 01 Mei 2013

How I Remove Or Change Blogger Post Image Border In Blogspot

Blogger post image border is big problem remove/delete this images border line or box easily with simple tricks. Some times you see border line with post image in blogger its not good looking this tutorial show you how you can easily change it or remove. If you have good looking blog and you get daily hundred of visitors on your blog then you should make it perfect for looking beautiful. Below paragraph easy tutorial is given on this problems to solve it.

If your are using latest template Like Simple and Awesome Inc Black then read below link tutorial.

How Remove Photos/Images Border In Simple Or Awesome Inc Templates Blogger

When we start blogging then some times we want to remove, delete or changes then image border of a custom blogger template. I will show you how it is easy to make changes to your templates so that you can get rid of useless image borders around all the images which is appear on your all blog posts or images.

Remember this tutorial is for those blogger which are custom templates and the previous blogger templates. But if you are using now new Blogger Templates with New Interface then my above post is about those templates which is new interface. You can easily manage and done this tutorial in 3 minutes.

How You Can Remove/Delete and Get Rid of Image Borders in Blogger Posts:

Now start tutorial with most and very helpful tricks and simple steps.

Go to Blogger.com.
Go to Templates.
Go to Edit HTML.
First Download your template in your computer. By click download template.
Find the following code which i given below in your blogger templates.
Remember that Blogger templates queries varies but this code is only that which you will find on a Blogger Minima Template and most other default Blogger templates.

 .post img {

padding:4px;

border:1px solid $bordercolor;

}




If you can't find this above code in your blogger templates then you should find the below code.

 img{

padding: 4px;

border:1px solid $bordercolor;

}


There are two ways to get rid of the unwanted border image code. You can either:

Remove the following line:

 border:1px solid $bordercolor;
                                                     or
Change it the following:

border:0px;

Click on the Save Template Button. 
Now you have done your work. 



If you want to change the border line of your blog post image then i have post a tutorial about this on next day how to change.

Related Articles: