How to delete and move a locked widget
How to delete and move locked widgets - In some blogger template designs some widgets are intentionally locked so that they cannot be moved or deleted, because the designer wants to make the widget in a fixed layout so that the beauty of the design is not lost because of things accidentally.
But in some cases the blogger widget actually locks itself and causes a layout that is not good to look at, cases like this usually occur when uploading or changing templates.
And, for those who have already changed the template then some widgets lock themselves and cannot be moved, then follow this tutorial, here I will share solutions to delete widgets and move locked widgets (locked = 'true'), if understood correctly from this tutorial You will also understand how to lock widgets so they can't be deleted or moved. let's look at the following picture;
In the picture above I demonstrated the layout of 2 different widgets, namely the widget image with the status locked (locked = 'true') and the follow widget with the status unlocked (locked = 'false').
If the html widget includes the code locked = 'true' then the widget cannot be moved or deleted
And vice versa if the html widget is applied the code locked = 'false' then the widget can be moved and removed from the blogger layout.
So the solution to delete the locked blogger widget is by replacing the locked = 'true' code with the locked = 'false' code on the html widget or template. Follow the steps to delete the locked blogger widget below;
Locked widget
Knowledge bonus; mobile code = 'yes' as shown in the picture is the code to display the blogger widget on a mobile device (mobile), the opposite of the mobile code = 'yes' is a mobile = 'no' ie html command not to display elements or widgets on a mobile device.
So the way "How to delete and move the locked blogger widget", if there are many widgets that are locked do the steps above on the widget that will be removed one by one.
Likewise if you want to lock certain widgets so they can't be moved. If you have something to ask, do not hesitate to write a question in the comments below, good luck and success for you
But in some cases the blogger widget actually locks itself and causes a layout that is not good to look at, cases like this usually occur when uploading or changing templates.
And, for those who have already changed the template then some widgets lock themselves and cannot be moved, then follow this tutorial, here I will share solutions to delete widgets and move locked widgets (locked = 'true'), if understood correctly from this tutorial You will also understand how to lock widgets so they can't be deleted or moved. let's look at the following picture;
In the picture above I demonstrated the layout of 2 different widgets, namely the widget image with the status locked (locked = 'true') and the follow widget with the status unlocked (locked = 'false').
If the html widget includes the code locked = 'true' then the widget cannot be moved or deleted
And vice versa if the html widget is applied the code locked = 'false' then the widget can be moved and removed from the blogger layout.
So the solution to delete the locked blogger widget is by replacing the locked = 'true' code with the locked = 'false' code on the html widget or template. Follow the steps to delete the locked blogger widget below;
- Login to Blogger> Templates> Edit HTML
- Select Jump to widget (select the widget to delete)
- Then replace the locked code = 'true' to false
Locked widget
- <b:widget id='Image852' locked='true' mobile='yes' title='Background Image (Bottom)' type='Image' version='1'>
- <b:widget id='Image852' locked='false' mobile='yes' title='Background Image (Bottom)' type='Image' version='1'>
Knowledge bonus; mobile code = 'yes' as shown in the picture is the code to display the blogger widget on a mobile device (mobile), the opposite of the mobile code = 'yes' is a mobile = 'no' ie html command not to display elements or widgets on a mobile device.
So the way "How to delete and move the locked blogger widget", if there are many widgets that are locked do the steps above on the widget that will be removed one by one.
Likewise if you want to lock certain widgets so they can't be moved. If you have something to ask, do not hesitate to write a question in the comments below, good luck and success for you
0 Response to "How to delete and move a locked widget"
Post a Comment