Showing posts with label unremovable. Show all posts
Showing posts with label unremovable. Show all posts

Wednesday, November 16, 2016

Unremovable widgets in blogger Solution



Unremovable widgets in blogger Solution


Unremovable widgets in blogger - Solution



Often bloggers encounter problems, where they download templates from a third party site and then try and edit it as per their wishes. But many a times they find a problem, that the widgets from the third party templates cannot be removed, using the conventional techniques.

So whats the solution, simple, HTML trumps CSS.

i.e. usually when you want to change a particular widget, you go to

your Dashboard --> Layout
then click on edit button corresponding to the widget to be changed.

 

Youre then redirected to a pop-up which opens up the properties.
Unlike usual widgets, they will not have a remove button.

 

So heres the solution, Go to Dashboard ---> Template ---> Click on Customise and proceed.


 
Find out the piece of code>Ctrl+F>>>>      b:widget id=
Recognize your widget name and change the parameter, locked=true to locked=false
Now try the above process for any other widget.

  
 Then go to Layout and remove the widget, manually. 


Option 2: 

After Step 2, remove all <b:widget... to </b:widget> section then Save template.
Remove b:widget section

More Tricks

  • Keyboard Dancing Led Light Trick
  • Learn To Make Dangerous Virus In A Minute
  • How To Open Number Of Sites With A Single Click ?
  • How to Lock a Folder in Windows 7/8/8.1
Remove b:widget section
With Option 2 you can delete any widget you want, but be careful, any mistake can make your template not work well.

This was an article on
Note:-As always, if you would like to leave a sensible comment, then please do so in the comments section below.


Available link for download




Read more »