What is Blogger Preview Click Trap:
Basically, it’s a layer build with CSS that prevents users from clicking anywhere in the website. There are no strong reasons why Blogger has implemented this trap. But Since Blogger is an open source CMS system so with some minor tweaks we can shape it according to our liking.To find the click trap in blogger, you would need Google Chrome with Developer tools (comes built-in). Go to Blogger ›› New Posts ›› Preview ›› Press F12 to open the developer tools and look for “blogger-clickTrap” in the chunk of HTML Coding. Check out the following screenshot for assistance:
How to Remove Click Trap from Blogger Preview:
To remove click trap from blogger all you need to do is to add the following piece of CSS coding into your blogger template this will override the default CSS and would remove the click trap from your blog.Paste the following code above ]]></b:skin> tag in Blogger Template.
.blogger-clickTrap {
display: none!important;
}
We hope this tutorial helps you in removing the click trap from the blogger preview as it works with both custom and default blogger templates. Few designers, already include this code in their themes, but a few don’t. Do share your thoughts, If you like this post do not hesitate to share it on Facebook, Twitter, Google+.
WOW,
ReplyDeletethanks for sharing this useful tips and tricks. this is something completely new for me. great post bro...!!
Hi, there is a reason in order to exist this "click trap". If you accidentally click on an external link of your blog in preview mode, the url address that goes to other blog shows exactly your blog ID. Blogger team should have added "clicktrap" because of it.
ReplyDeleteNice post as ever expected from MBL.
ReplyDeleteStay Blessed :)
Thanks for liking,
DeleteHi Bro, How To Create Sub-labels in Blogger, Pls help
ReplyDeleteYou cannot create sub Labels in blogger
DeleteAwesome one! :D
ReplyDeleteOne thing that I want to know "when ever I am trying to comment with Open ID using my blogger hosted website I am getting error What could be the problem" ?