How To Hide or Remove Disqus Footer?

I wanted to remove the footer of Disqus commenting system plugin. Disqus works fine, but the footer is little iterating. It turns out to be easy to hide or remove the Disqus footer from webpage. Just add following piece of style in your CSS file and Disqus footer won't be visible.



Just add following piece of style in your CSS file and Disqus footer won't be visible.
#disqus_thread{
     position: relative;
}
#disqus_thread:after{
     content: "";
     display: block;
     height: 55px;
     width: 100%;
     position: absolute;
     bottom: 0px;
     background:white;
}
Ref: http://stackoverflow.com/a/22217487

Comments

  1. sir i added your css in style.css but footer not disabled

    ReplyDelete
  2. plz help me i want to remove my disqus footer

    ReplyDelete
  3. css is not working..when i added in my style.css

    ReplyDelete
  4. I think this is one of the most important info for me. And i’m glad reading your article. But want to remark on few general things, The site style is perfect, the articles is really nice : D. Good job, cheers|

    Regards
    Ashley Jones
    Deepwebsiteslinks.com
    Best VPN services
    Darknetmarkets

    ReplyDelete
  5. Should I use Disqus What is the plus minus http://www.andronova.net

    ReplyDelete
  6. Error while adding disqus comment plugin in website. While trying to add the disqus comment plugin to http://www.tickanswer.com/solved/2392456574/how-to-checkin-in-twitter-from-android-application I am seeing the following error:

    We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
    Why does this error show?

    ReplyDelete
  7. I really appreciate this post. I have been looking all over for this! Thank goodness I found it on Bing. You have made my day! Thx again!

    Regards
    UpdateLand

    ReplyDelete
  8. Thanks for your valuable information. I really like your awesome post
    clipping path service

    ReplyDelete
  9. Lovely information about removing the disquis footer. Thanks

    ReplyDelete
  10. Thx u! Do you have an idea on how to remove the policy summary, it is at the top of the comments

    ReplyDelete
  11. I noticed some things are being blocked like ebates.com and a few links in google. Unfortunately even adding ebates.com to my whitelist I was having it blocked. Another problem I’ve been having has been finding a simple way to turn this off. It seems if I just remove the startup/firewall commands and reboot my router tends to hang forcing me to do a 30/30/30 reset and reload all my settings. Any suggestions or ideas for an easier way to turn filtering on and off?

    Harold Burton

    ReplyDelete
  12. This worked awesomely. After following these steps, I just launched about 10 Youtube videos in a row without seeing a single ad. Before installing this I used to get ads all the time.
    Joseph Donahue

    ReplyDelete
  13. UC Browser v10.5.2 absolutely does have an adblock feature! It's available in the settings. Don't know about any of the earlier versions, the current version is the only one I've ever looked at. The adblocker addon is already installed and just needs to be enabled. The adblocker works fine and without digging into it further probably just uses the "easylist" subscription filter like the vast majority of other mobile browsers that offer adblocking. Others might like the Ui but I personally didn't care for it and the fact that it installed four different folders into my device storage was annoying, at least for me.
    Kelly Hubbard

    ReplyDelete

Post a Comment

Popular Posts