How to Fix bX-xu1zoq Error In Blogger
In the Page Elements subtab of Template tab when trying to rearrange your Page Elements or Layout using the drag-and-drop interface you may get a bX-xu1zoq error code as shown below :
Here is a workaround for this :
Switch to Edit Html subtab of Template tab and scroll down to see the code for the widget. It will look like this :
<b:widget id='Label2' locked='false' title='Labels' type='Label'/>
The name, title and widget id may be different but in the unexpanded widget template the whole widget is represented by the above one line. Use Edit---->Cut to remove and copy the widget line to the clipboard. Then use Edit---->Paste to paste it lower down in the same section or to another section.
Remember to paste it within a section which is shown by this code :
<b:section class='sidebar' id='sidebar' preferred='yes'>
PASTE WIDGET CODE LINE HERE
</b:section>
Save Template.
UPDATE : This method also works for ERROR : bX-o3wmwc which you may get when trying to rearrange page elements on the Layout Page.
By Admin n E.K