What's up with the Blogger Comment Reply Button? - KhalistaBlog -->
Skip to content Skip to sidebar Skip to footer

What's up with the Blogger Comment Reply Button?

Quoted from the article www.bungfrangki.com entitled "Blog Error Comment, Reply Not Working Button, What's the Solution?". Here I try to check it turns out that it's true that the reply button on Blogger's comments isn't running as it should. Now here I am confused how come? There may be changes in bloggers that I don't know about.

For those of you who experience this on their blogs especially for templates that have been optimized, you can restore some of these optimizations to the beginning like in this post How to Delete CSS, Javascript, and Blogger Bundle Widgets. So for those who previously did tips on how to delete CSS, JavaScript, and Blogger Bundle Widgets you can restore it as before.

What's up with the Blogger Comment Reply Button?

All you have to do is return all the code that was optimized to the beginning.

Head opening code

Change this code

<head>

With this code

&lt;head&gt;

Code to hide CSS Reset

Change this code

&lt;style type=&quot;text/css&quot;&gt;
&lt;!-- /*<b:skin><![CDATA[*/]]></b:skin>
<style type='text/css'>

With this code

<b:skin><![CDATA[

Change this code

</style>

With this code

]]></b:skin>

Code of head cover

Change this code

&lt;/head&gt;&lt;!--<head/>--&gt;

With this code

</head>

Code of body cover

Change this code

&lt;!--</body>--&gt;&lt;/body&gt;

With this code

</body>

But you don't need to change this code

<HTML>

And this

</HTML>

The rest is replaced all. If you have returned the default CSS and JavaScript blogger, then you can do this to fix it.

Open Blogger >> Click the Themes menu >> Click the Edit HTML button and search for this code:

<b:includable id='comment_picker' var='post'>...</b:includable>

Change the markup with this version

<b:includable id='comment_picker' var='post'>
  <b:if cond='data:post.commentSource == 1'>
    <b:include data='post' name='iframe_comments'/>
  <b:elseif cond='data:post.showThreadedComments'/>
    <b:include data='post' name='threaded_comments'/>
  <b:else/>
    <b:include data='post' name='comments'/>
  </b:if>
</b:includable>

Next, add this CSS code before </head>

<style type='text/css'>
/* Fix Comments */
#comments h4,#comments h3{display:block;background:#fff;padding:10px 15px;border-radius:2px}#comment-holder{overflow:hidden}#comment-holder ol{margin:0;padding:0}#comment-holder li{background:#fff;margin-left:0;padding:15px;border-radius:5px}#comment-holder .comment-replies{background:#f7f7f7;margin:0}#comment-holder .datetime{float:right;font-size:11px;font-weight:normal}#comment-holder .datetime a{color:#999}#comment-holder .datetime a:hover{color:#000}#comment-holder .user{font-weight:500}#comment-holder .comment-reply{background:#e74c3c;text-align:center;color:#fff;font-weight:normal;padding:6px 10px;margin:0 auto 10px auto;border-radius:2px}#comment-holder .comment-actions a{display:inline-block;background:#e74c3c;text-align:center;color:#fff;font-weight:normal;padding:0 10px;margin:0 5px 10px auto;border-radius:2px}#comment-holder .comment-actions a:hover,#comment-holder .comment-reply:hover,#comment-holder .comment-actions a:focus,#comment-holder .comment-reply:focus{text-decoration:none;background:#c0392b;color:#fff}#comment-holder .comment-content{margin:0 0 5px 0;color:#222;word-wrap:break-word;padding:10px 0}#comment-holder .thread-count{display:table;margin:5px auto 0 auto;text-align:center}#comment-holder .thread-count a{background:#fff;font-size:12px;padding:3px 10px;color:#999;text-align:center}#comment-holder li:before,#comment-holder .thread-arrow,.comment-form p{display:none}
</style>

If so, click the Save theme button and to see the results you can try pressing the reply comment button on his blog. By doing the above, it should be resolved and also comments from Google+ you can reactivate.

According to my suggestion, one of the best solutions is to switch to the Disqus commenting system, like the article that I shared earlier, namely Disqus comments with the Onclick Event. Because Disqus has many advantages compared to the default Blogger comment system, but all of that returns to your own choice.

That's tips that I can share about What's up with the Blogger Comment Reply Button. Hopefully useful and good luck.

6 comments for "What's up with the Blogger Comment Reply Button?"

  1. I like your post & I will always be coming find local
    frequently to read more of your post. Thank you very much for your post once more. https://www.2findlocal.com/b/13492007/dgsolagency-sydney

    ReplyDelete
  2. can you make money from blogger
    9 ways to make money through blogging, in this article we covered 9 proven points to make money from blogs. Read the full article to learn how to earn money with a blog.

    ReplyDelete

Provide comments relevant to the posted articles and provide critiques and suggestions for the progress of the blog