Edit HTML template when you have PIP codes always fail such experience with the error message: We were unable to save your template. Please correct the error below, and submit your template again. Unique on the multi widget was found with id:HTML1. Widget Id should be unique.
Or like this:
We were unable to save your template.
Please correct the error below, and submit your template again. Unique on the multi widget was found with ID: feed 1. Widget Id should be unique.
Differing only in the ID of the error message is the same, namely HTML Feed1 and 1. That's just one example there may be HTML 2, HTML 3, HTML 4, or may have to feed 2 feed 3, feed ID of 4. You may confuse this error message because you cannot edit the template code. Issues may be the cause what that error message appears? If I may answer it like this: error message appears because your template code is two small parts or more with the same ID. Still confused? I give you an example. For example template code in the widget code is like this:
< Div id = sidebar packaging ' >
< B:section class = ' sidebar id = 'upsidebar' choice = ' yes ' >
< Lock b:widget id = 'HTML1' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML4' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML3' = ' false ' title = ' type = HTML/>
</b:section>
< B:section class = ' sidebar id = "sidebar 1' choice = ' yes ' >
< Lock b:widget id = 'HTML5' = ' false ' title = 'Belajar buat site type = HTML/>
< B:widget id = ' locked HTML1' = ' false ' title = free download type = HTML/>
< Lock b:widget id = 'BlogArchive1' = ' false ' title of ='Arsip blog ' type = 'BlogArchive'/>
< Lock b:widget id = 'HTML6' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML7' = ' false ' title = ' dr mampir' type = HTML/>
< Lock b:widget id = 'HTML8' = ' false ' title = site feed ' type = HTML/>
< Lock b:widget id = 'HTML9' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML10' = ' false ' title = ' type = HTML/>
</b:section>
See above two widget code examples with the same ID, it is HTML1 (note the red letter):
< Lock b:widget id = 'HTML1' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML1' = ' false ' title = free download type = HTML/>
If, for example, cases, of course, you can't always save your template code as it will be wrong. If this is the case, what must be done? You must change one of the parts with a different id ID. Example: change the HTML1 and HTML15 or any other number, but with other widget ID number must be different.
< Div id = sidebar packaging ' >
< B:section class = ' sidebar id = 'upsidebar' choice = ' yes ' >
< Lock b:widget id = 'HTML1' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML4' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML3' = ' false ' title = ' type = HTML/>
</b:section>
< B:section class = ' sidebar id = "sidebar 1' choice = ' yes ' >
< Lock b:widget id = 'HTML5' = ' false ' title = 'Belajar buat site type = HTML/>
< Lock b:widget id = 'HTML1' = ' false ' title = free download type = HTML/>
< Lock b:widget id = 'BlogArchive1' = ' false ' title of ='Arsip blog ' type = 'BlogArchive'/>
< Lock b:widget id = 'HTML6' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML7' = ' false ' title = ' dr mampir' type = HTML/>
< Lock b:widget id = 'HTML8' = ' false ' title = site feed ' type = HTML/>
< Lock b:widget id = 'HTML9' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML10' = ' false ' title = ' type = HTML/>
</b:section>
You just change one part ID have different numbering example: HTML1 with HTML15, for example:
< Div id = sidebar packaging ' >
< B:section class = ' sidebar id = 'upsidebar' choice = ' yes ' >
< Lock b:widget id = 'HTML1' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML4' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML3' = ' false ' title = ' type = HTML/>
</b:section>
< B:section class = ' sidebar id = "sidebar 1' choice = ' yes ' >
< Lock b:widget id = 'HTML5' = ' false ' title = 'Belajar buat site type = HTML/>
< Lock b:widget id = 'HTML15' = ' false ' title = free download type = HTML/>
< Lock b:widget id = 'BlogArchive1' = ' false ' title of ='Arsip blog ' type = 'BlogArchive'/>
< Lock b:widget id = 'HTML6' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML7' = ' false ' title = ' dr mampir' type = HTML/>
< Lock b:widget id = 'HTML8' = ' false ' title = site feed ' type = HTML/>
< Lock b:widget id = 'HTML9' = ' false ' title = ' type = HTML/>
< Lock b:widget id = 'HTML10' = ' false ' title = ' type = HTML/>
</b:section>
If you have to change your widget's ID, click the Save template button. You will never see an error message.