Thursday 30 August 2018

Remove Footer Credit From Blogger Template Without Redirecting To Their Website

So, you want to hide that 'footer credit' from the free blogger templates-and you tried editing the main HTML of the theme. You removed that footer element from there and went back to refresh page - It redirects you to their theme website!

Many of the Blogger template makers make the templates like Goyabi, Msdesign , Templetify etc..Most of them provide the same paid template free - but has that footer credits on it.There's nothing much to keep that templates name down the footer, some some people found it to be problem :(

Now how to remove that? These templates have encrypted JavaScript in it which checks if the footer credit is present or not. If not, it will simply redirect you to their website.

Here, I'll not show how to decrypt it, but how to remove that or hide that credit.There are many solutions already present but some works and other didn't. So I thought to came up with a ultimate way to solve this problem.

#1 Using CSS

You can easily set the opacity or visibility of that to none or 0.But in some cases, it still redirects to their main web page.
Steps are as follows for this method-
  1. Go to Blogger.com , Theme > Edit HTML.
    Edit html in blogger.
    Edit HTML in Blogger.
  2. Click Ctrl + F, but before that, make the text area focused(That means right click on the code anywhere.) then this will appear.
    search for the name
  3. Search the exact the thing that appear on footer. For eg - If it comes MSdesign , search for Msdesign.
  4. Then you will able to find the footer tag. If not, Search 'footer' and finally add between the tag.For eg, <div id='footerfix'> , change to <div id='footerfix' visibility='none'> .
Now lets move to the Second one.

#2 Using JavaScript OR Jquery

Here, we will be finding the element and using JS or Jquery.[after page loads ->> set opacity to 0.] 
Steps are as follows for this method-
  1. Go to your blog and open Inspect Element.(Ctrl+Shift+I on Google chrome for Windows).
  2. Click on select element (Ctrl+Shift+C) on the top left corner of Inspect window.
    Ctrl+Shift+C
  3. Locate the element you want to hide and note down the respective id.(If there is no id, note down the class.)Click on below image and look carefully.
  4. Add the below code in the <head></head> of your page, replacing the ID with your Id.(Do not remove the # and If you noted down class[as  in step 3], replace #ID to the class and add '.' in front of it.)
    1. <script>
    2. $(document).ready(function(){
              $(#mscontent).css('opacity','0');
      });
      </script>
  5. And for JavaScript, put below code at the end of the document-
  6. <script>
    document.getElementById("ID").style.opacity= 0;
    </script>
So here you knew about how to hide that.If you know about query or JavaScript, you can easly make it out.And, if you missed any steps and lost any where, simply comment your blogs URL down below and I'll give you direct Jquery and JavaScript code.

40 comments:

  1. https://gamefullindir.blogspot.com/

    pls help me

    ReplyDelete
    Replies
    1. As I can see, you are using visibility='hidden' to hide the credits.

      If you want, you can use the following jquery code.


      $(document).ready(function(){
      $(#mycontent).css('opacity','0');
      });


      Thanks for commenting.

      Delete
  2. www.pleasebeupdate.com

    Please provide Jquery Code

    ReplyDelete
    Replies
    1. Oops!Your site isn't opening. Please recheck your URL.

      Delete
  3. WWW.andriytech.blogspot.com

    Please i want to remove the footer credit on this website, what should i do?

    ReplyDelete
    Replies
    1. Worry Not!
      You can add the code given below to your HTML-

      $(document).ready(function(){
      $('.copyright-area').css('opacity','0');
      });

      OR else you can refer to this.

      Thanks for Commenting.

      Delete
  4. Replies
    1. Hi,
      You can add the code given below to your HTML-

      $(document).ready(function(){
      $('.ty_footer_copyright').css('opacity','0');
      });

      Thanks for Commenting.

      Delete
  5. www.manadarling.com

    pls hide the footer...

    ReplyDelete
    Replies
    1. Hmm...looks like there is some problem with your domain service provider:(

      Delete
  6. Replies
    1. You can add the code given below to your HTML-

      $(document).ready(function(){
      $('.copyright-area').css('opacity','0');
      });

      Thanks for Commenting.

      Delete
  7. Replies
    1. You can add the query code given below in your script element-

      $(document).ready(function(){
      $('#mscontent').css('opacity','0');
      });

      Thanks for Commenting.

      Delete
  8. Hello CssMagz,

    Please help to remove encrypt code and footer credit of https://get-celebrities.blogspot.com/

    ReplyDelete
    Replies
    1. You can add the query code given below in your script element-

      $(document).ready(function(){
      $('#mscontent').css('opacity','0');
      });

      Thanks for Commenting.

      Delete
  9. https://dorrkalm.blogspot.com/
    help pls sora templ

    ReplyDelete
    Replies
    1. You can add the query code given below in your HTML script element-

      $(document).ready(function(){
      $('.ty_footer_copyright').css('opacity','0');
      });

      Thanks for Commenting.

      Delete
  10. https://www.homestayhoctienganh.com/

    please help me fixed it

    ReplyDelete
  11. Help please, I have tried all your advise. Nothing works. www.modernmogul.co.uk is mine. Please help

    ReplyDelete
  12. The code is not working for my website https://www.newsbus.tk in use schema template please help me

    ReplyDelete
  13. مش بيفتح معي
    https://www.tknobloog.com

    ReplyDelete
  14. plzz decrypt my blogger template my url here
    https://fullstockrom.blogspot.com/

    I am very very very very very very upset plzz heeeeeelp meeee

    ReplyDelete
  15. Hi please help me : Https://anontech1.blogspot.com/

    ReplyDelete
  16. I don't went to remove it but just want to stop it from redirecting. Check mine here > www.billionairesroot.blogspot.com, after that kindly comment the code there so I can see it easily. It's still under development. Thanks for your support

    ReplyDelete
    Replies
    1. If you want to stop redirecting, you can decrypt and remove unwanted JavaScript.
      Know More - https://css-magz.blogspot.com/2018/09/encryption-and-decryption-of-footer-credits-in-Blogger.html

      Delete
  17. https://www.techquiet.com/

    Pls help me to remove my footer credit

    ReplyDelete
  18. please help me
    https://www.iitianscareer.com/

    ReplyDelete
  19. please help me..i'll give you acces to my blog www.kaifiyatuna.com

    ReplyDelete
  20. Great it work! Very satisfied!

    ~Awesome!

    ReplyDelete
  21. https://healthweightlossdaily.blogspot.com/ please help hiding the copy righted area.

    ReplyDelete
  22. hi, can you please help me for this one https://www.govtjobs247.com/
    with regards
    mk

    ReplyDelete
  23. I have done all the dycription of javascript as you said. Now, how to remove footer credit.

    ReplyDelete
    Replies
    1. Simply remove the HTML or JavaScript associated with it.

      Or else you can replace the name and link of the credit with that of your website.

      Delete
  24. Hello Dear,

    I would like to know the method of removing signature java-script completely instead of hiding it for the www.templateclue.com templates.

    If possible to send a description or a video tutorial

    Thank you and best regards
    lebanondoctorcomputer@gmail.com


    ReplyDelete
    Replies
    1. Hi

      I have already written a post about it :)
      https://css-magz.blogspot.com/2018/09/encryption-and-decryption-of-footer-credits-in-Blogger.html

      Thanks For the Comment.

      Delete