How to Remove the Load Disqus Comment Button on the ArlinaCode/IdnTheme Template
Are you using a template from arlina or idntheme ? well of course if you use a template from arlina with the disqus comment version. you will certainly find the disqus comment feature hidden by arlina as in the image below.
better. the goal is indeed very, very important. which is to speed up the load on the blog because the addition of a disqus comment reduces the performance or loading speed of a blog so of course the load disqus comment feature is chosen as a good option.
But maybe you feel worried. if the feature button is not removed immediately then the visitors cannot see the list of disqus comments on an article that you have directly and this will have an impact on the lack of new commentators who want to comment on your blog article.
Below i have provided a tutorial on how to get rid of it. because i know and believe that many of you all want to find a way. well how is the tutorial ? just follow the tutorial this time:
Tutorial:
- First of all, make sure you are logged in to blogger and disqus. (and here make sure you have created the disqus comment box installer on disqus before. if not then click here. create the disqus comment box first. also make sure you remember the disqus "Website Name" that you have created there. because the "Website Name" will become a shortname later.)
- Now if you have then click HERE.
- Now you will be taken to the installation page directly.
- Here click the "Add (your blog name) to my blogger site" button.
- Now here the widget will be created. make sure that the "Select a blog" matches the blog that you want to attach the disqus comment box to.
- Now replace the writing in the "Title" column box with "Comment" without quotation marks.
- Now after that click the "Add Widget" button then wait until the widget addition page changes to the layout page where the disqus comment box widget is installed.
- Now if it is. on blogger. enter the "Theme" menu then click the downward-pointing triangle symbol next to the orange "CUSTOMIZE" button.
- Now here choose "Edit HTML"
- Then here you will be taken to your HTML template editing mode page.
- Now look for the code as below :
<b:includable id='comments' var='post'> <div id='disqusshow' onclick='load_Comments()'> <i class='fa fa-comments'/> Load disqus comments</div> <div id='disqus_thread'/> <div class='comments' id='comments'> <a name='comments'/> <h3> <b:if cond='data:post.numComments == 1'> 1 <data:commentLabel/>: <b:else/> <data:post.numComments/> <data:commentLabelPlural/> </b:if> </h3> </div> </b:includable> <b:includable id='disqus-comment' var='post'> <script type='text/javascript'> var disqus_blogger_current_url = "<data:blog.canonicalUrl/>"; if (!disqus_blogger_current_url.length) { disqus_blogger_current_url = "<data:blog.url/>"; } var disqus_blogger_homepage_url = "<data:blog.homepageUrl/>"; var disqus_blogger_canonical_homepage_url = "<data:blog.canonicalHomepageUrl/>"; </script> </b:includable>
- If you have found the code above. then delete the entire code.
- Then look for code like below too. the point is somewhat similar :
var disqus_shortname = "invisionnew";
- If you have found it, then right in the invisionnew name and you can replace it with your disqus shortname.
- If the code above is not found. then copy starting from the var disqus_shortname writing so that it is easy to find, if so, change the shortname to the shortname of your disqus comment box.
- Then look for the code below. I hope there are guys. if not it's okay too:
#comments{display:none;background:#f8f8f8
- Now replace the writing f8f8f8 with the letter fff
- If you have found and managed to replace the red writing above with your disqus shortname and you have successfully found the code that I bolded and replaced the green writing. then save the template. by clicking the diskette symbol.
Well maybe that's the only tutorial I know how to get rid of the "Load disqus comment ” button feature on the ArlinaCode/Idntheme/Arlina Design template. so I hope this tutorial can be useful for those of you who are looking for how to get rid of it.