New Blogger Template Error Fix 0
Having problemsĀ in uploading a new template for your blogger blog? Recently Blogger.com updated their system and many Blogger Template and Layouts have been affected. Some users can’t save their new blogger templates receiving an error
We were unable to save your template
Please correct the error below, and submit your template again.
The new widget id “Feedjit” is invalid for type: HTML
Here’s how to fix it:
Find the code of “id=Feedjit” and “type=HTML”
ex.
Code:
<b:widget id='Feedjit' locked='false' title='Live Traffic Feed' type='HTML'>
Now change “id=’Feedjit” to “id=HTML1″
Code:
<b:widget id='HTML1' locked='false' title='Live Traffic Feed' type='HTML'>
If another error occurs do the same step as above mentioned.



