Skip to main content

Can't Delete A Page Element?

In a Layouts template, the ability to add and delete page elements (gadgets) is one of the neatest tasks in maintaining your blog.

Sometimes, a page element added can't be deleted later. You can edit a page element either from the blog itself (if you have enabled Quick Edit), or from the Page Elements wizard. When you edit an element, it should have a button to "Remove Page Element".

The button isn't always there - and this generally happens when the gadget is locked.

To unlock the gadget, first use Edit HTML, and backup the template.

With the template backed up, find the entry for the problem gadget. Let's say that we need to remove the "Key Articles" gadget.

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='LinkList1' locked='true' title='Key Articles' type='LinkList'/>
<b:widget id='Label1' locked='false' title='Topics' type='Label'/>
</b:section>
</div>


Change that to "false", and save changes.

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='LinkList1' locked='false' title='Key Articles' type='LinkList'/>
<b:widget id='Label1' locked='false' title='Topics' type='Label'/>
</b:section>
</div>


Then go back to Page Elements, re edit the "Key Articles" page element, and you should have a "Remove" button.

As an alternative, the Template Editor "Revert widget templates to default" wizard may be useful.>

Comments

XC said…
great. thx!
vasu said…
could able to delete a gadget ....wen i click edit button on the gadget ...a window is popping up showing me tat it can harm my computer...pls help me i wanna delete tat gadget from my blog...
Diego said…
I keep on getting this message "You can only have one of the same widget on any given page."
I have created a template with Artiseer, all good apart from this.
Do you know if there is a way to ger round this? Thank you.
Nitecruzr said…
I keep on getting this message "You can only have one of the same widget on any given page."

This would be a good question to ask in Blogger Help Forum: Something Is Broken, where we can try to diagnose the problem.
Chizoba OKAGBA said…
How do I remove the NavBar in Blogger, that is, that portion at the topmost containing "Follow", "Report Abuse", "Next Blog", "Sign Out", etc.? Thanks.
dak os said…
wow !! its working. its gone like easily. thanks to this blog ! i am really happy.. =)

http://liriklagu-best.blogspot.com

Popular posts from this blog

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Blogger Magic - Adding Label Search URLs

One of the simplest ways to make a blog useful is to add label searches. Adding label searches, in page / post text, is not easy - unless you know how to build the URLs. Here's a label search from this blog. http://blogging.nitecruzr.net/search/label/Blogger%20Magic All that I want, when using that label search, is to add another reference to my "Blogger Magic" post series. " Blogger Magic " emphasises how easy it is, to use Blogger. How easy is it, to remember that syntax - to add a label link? Maybe, a " Blogger Magic " reference, in this post?