Welcome, visitor! [ Login | Sign Up ]

How to Install a Blogger XML Template



blogger logoThis article was written to provide a step-by-step guide on how to correctly apply a new xml Blogger template to your blog. This process can be tricky depending on several factors (quality of the code in the new template, your existing widgets, etc) so you need to be careful when changing your template. Don’t worry though, just follow our step-by-step instructions below and we’ll hopefully get you through it without much pain. :-)

Many people make the same mistake when installing a new blogger template. Most problems when installing a new template are caused by the blogger widgets (Page Elements) that you’ve spent time setting up in your previous template. Almost all Blogger templates available for download on this site are in the new Blogger xml template format so if you’ve downloaded the template from us, it’s going to be much easier to follow our instructions.

Step #1 – Backup Your Current Template

Backup Blogger TemplateBackup your current Template just in case you make a mistake. This is very important so you can always go back (click on the screenshot to the left to see exactly how this is done). You’ll want to navigate to the “Template” => “Edit HTML” section of Blogger and then look for the “Before editing your template, you may want to save a copy of it. Download Full Template“. Click on the “Download Full Template” and save it somewhere easy to find later on your computer. We are not responsible for any mistakes you make in applying your new Blogger template. Once you have saved this .xml file onto your computer, move on to step #2.

Step #2 – Take a Screenshot of Your Page Elements

Blogger Page Elements ScreenshotThis next step isn’t necessary but I like to do it anyhow. Take a screenshot of your “Page Elements” page just so you know exactly what widgets (Page Elements) you had before applying the new template (an example of the exact page you should take a screenshot of is in the image to the left). If you blow away all your widgets and you don’t remember which ones you had, this screenshot will at least help you remember. If you’re unsure as to how to take a screenshot, then check out this quick tutorial (MS Windows).

Step #3 – Upload Your New Blogger Template

Upload new blogger templateNow it’s time to upload the new Blogger template from your computer. You’ll want to navigate to the “Template” => “Edit HTML” section of Blogger and then look for the “Upload a template from a file on your hard drive:” text. To the right of that you’ll see two buttons. First, you’ll click on “Browse” and navigate to the new .xml Blogger template on your computer and click “Open”. Then you click on the “Upload” button and cross your fingers.

At this point Blogger is attempting to apply the new .xml Blogger template to your blog. After it’s done, you’ll get a message stating that the upload and new template was applied successfully (in that case you’re done!) or more likely in my case, you’ll get a red error message that states something like:

Widgets are about to be deleted

Please confirm that the following widgets should be deleted. All the widgets’ configuration data will be lost.

  • Text1
  • BloggerButton1
  • Poll1
  • Profile1

Now if you’re like me, you don’t want to lose all those widgets (Page Elements) you spent lots of time configuring and arranging on your blog. If you don’t care and really don’t have anything you’ll be upset losing, then go ahead and click on the “Confirm and Save” button that looks like this:
confirm-save-button.gif

Just remember, that you’ll need to re-add any page elements that you had previously setup in your old template. If they were simple or just recently added then I’d recommend just re-adding them instead of having to follow the next steps. If you decide you want to keep your widgets (Page Elements) then write down (or take another screenshot) the list mentioned above that are going to be deleted. You’ll use this list later when we migrate over your widgets.

Step #4 – Transfer Widgets to New Blogger Template

This process is going to take some careful cut and pasting within the template code so if you’re not comfortable doing this, then I’d recommend just ending on the previous step. First things first, click on the blue cancel button (you should still be on the previous step) that looks like this:
cancel blogger button

This will cancel out of the new Blogger template you were just trying to upload. Next, we’re going to essentially make a temporary placeholder for your widgets (Page Elements) within your current template. You should still be in the “Template” => “Edit HTML” section of Blogger so if you’re not, go back to that section.

You’re going to actually edit this template code now so pay close attention. Look for the following piece of code which is all the way at the bottom.

</body></html>

Now you’re going to replace that code with the following bit of code:

<b:section id='widgets-placeholder' showaddelement='yes'/></body></html>

Save your template and you’ll see this message (which is a good sign):

blogger changes saved

blogger-new-page-element-footer.gifWhat did we just do? We created a brand new widget (Page Element) in your current Blogger template so we can move all your widgets over to keep them safe! Next navigate over to the “Template” => “Page Elements” section of Blogger and you’ll see a blank new footer section.

Drag all your widgets (Page Elements) that were going to be deleted (we wrote them down or took a screenshot in step #3). The order doesn’t really matter as long as you’ve moved them all down into the widget (top image on left). After you’re done, it should look something like this (bottom image on left):

blogger moved widgetsNow click on the “Save” button and the temporary placeholder for our widgets will be saved. We’re not done quite yet but if you’ve gotten this far already you’ve done great! The hardest part is over. Now we’re going to copy the widgets we just protected over to your new template. Hold off on that bathroom break and let’s keep going.

Next, go back to the “Template” => “Edit HTML” section of Blogger and scroll down in the template code and look for the line of code you added before:

<b:section id='widgets-placeholder' showaddelement='yes'/></body></html>

There should now be a bunch more code in between it which will look something like this:

<b:section id='backupwidget' showaddelement='yes'><b:widget id='BloggerButton1' locked='false' title='' type='BloggerButton'/>

<b:widget id='Poll1' locked='false' title='What is your favorite car' type='Poll'/>

<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>

<b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>

</b:section></body></html>

This is a list of all your widgets (Page Elements) that we just moved into the footer. You want to select all this code and copy it. We’re going to paste it into our new Blogger template code which will complete the transfer safely.

Now open your new Blogger template xml file in a text editor (you can use Notepad, just right click -> Open With -> Choose Notepad). Once you have it open, scroll all the way down to the bottom of the code and look for the following code:

</body></html>

You’re going to replace this code with the new code you just copied above. Make sure you only replace that one bit of code otherwise you might run into some problems. Save your new Blogger template and you’ve finished transferring your widgets (Page Elements) into the new Blogger template!

Now after all that work just to save your precious widgets, let’s hope the new template works ok in Blogger. Go back to step #3 above and upload your new template like you attempted to do before. If all goes well, your new template will properly save and your blog will be updated!

Step #5 – Move Your Widgets Back To Their Original Spots

I’m assuming your new template installed without and problems and you’re ready to move your widgets (Page Elements) back to their original spots. This is just the reverse process of what we did before by going to the “Template” => “Page Elements” section of Blogger and moving them out of the footer and back into the sidebar (or wherever you originally had them in your old template).

After you arrange them to your liking, make sure to save and view your blog. If all went well then your blog should be looking the way it did before the new template was applied (well, except for the new beautiful design which is the main reason for this hassle in the first place right?). :-)

Summary

Congratulations on adding a new custom Blogger xml template to your blog! The whole process should have taken anywhere from 15 minutes to 1 hour depending on your experience and comfort with blog template code, the code quality of the new template, and the number of widgets your blog currently has. Blog designs shouldn’t have to change very often so hopefully this is a one-time process for you. If not, I recommend you bookmark or add this page to your favorites so it’s easy to find the next time you decide to change Blogger templates.

Still Having Problems?

Problems or errors during this procedure? Unfortunately, the Blogger xml templates are very picky and don’t always work with your blog. This can be because of several reasons so it’s not always easy to resolve. Sometimes the best way is to just delete one widget at a time and see if that resolves the issue. Blogger doesn’t give you very good error messages to act on so sometimes it’s a shot in the dark.

If you’ve got a specific case you’d like to ask about, please post a comment below. I will respond and help if possible. Your specific problem might help others address their issue as well.

Ready to super charge your blog? Check out our professional premium blogger templates or make money by joining our blog affiliate program!

If you like this post then please consider subscribing to our eBlog Templates RSS feed. You can also subscribe by email and have new templates and articles sent directly to your inbox.




Trackbacks

  1. WP-Polaroid Blogger Template | eBlog Templates on January 24, 2008
  2. Blogosphere News 1st April | Blogging Sueblimely on March 31, 2008
  3. Blog-O-Ninja - 7 Days To Better Looking Blog-Day 2 on June 17, 2008
  4. The Fibromyalgia Experiment » How to keep your widgets from being deleted on August 8, 2008
  5. Uncategorized | WP-Polaroid : Blogger Template : eBlog Templates | All Template Gallery | Gallery of the Best templates available on October 30, 2008
  6. Blogger Magazine | WP-Polaroid : Blogger Template : eBlog Templates | All Template Gallery | Gallery of the Best templates available on October 30, 2008
  7. Kopete™ » Blog Archive » WP-Polaroid Blogger Template on January 19, 2009
  8. WP-Polaroid – Blogger Template – eBlog Templates | Template Boss | Gallery of the the Best Templates on July 25, 2009
  9. Ilmaisia sivupohjia bloggeriin : Ezka on November 25, 2010
  10. 101 sivupohjaa bloggeriin : Ezka on November 25, 2010

122 Responses to “How to Install a Blogger XML Template”




   
Maya on Jan 8, 2008, 5:39 pm  

thank you for this article! I was having lots of trouble with my old template and losing all my page elements. Step number 4 was in great detail and allowed me to transfer everything over to this new blogger template! thank you thank you thank you!! maya


   
jk on Jan 17, 2008, 3:27 am  

I tried. But I got this in return.

We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.


   
David Cowgill on Jan 17, 2008, 11:30 pm  

Hi jk-

Did you try using another template as well? How many page elements do you have? Unfortunately the Blogger error messages aren’t very good so it’s tough to isolate the problem. That’s why I recommend trying to at least narrow it down some by trying another template. Then we’ll know if it’s this template specifically or something to do with your widget page elements.

~David


   
V on Feb 2, 2008, 12:21 am  

How do I use xml templates for old blogger? I don’t know if I’m using old blogger, I think I am… because my blogger page looks quite different from the screenshots you have shown… Well I created my blog in 2006, and then later when they asked me to change it to signing in with my google account, that’s all I did.

Yeah, I hope you get what I’m saying.


   
David Cowgill on Feb 2, 2008, 3:58 am  

If you’re using the old blogger templates then this one wouldn’t even work and vis versa. Do you have a link to your blog? I could tell you just by looking I think.


   
Billy on Feb 3, 2008, 2:25 pm  

Hi, David, lovely clear instructions here, but I get the same error message as JK whenever I try to install an XML template.


   
V on Feb 4, 2008, 6:28 am  

David thank you for replying, but I think I’ve figured it out!
And then I followed your instructions and it’s all awesome! Thank you soooo much!! :D


   
David Cowgill on Feb 4, 2008, 7:20 am  

@ Billy, sometimes you need to give Blogger what I call a “hard reset”. Assuming you don’t mind losing any widgets you may have, try these instructions.

Go to the xml template edit page. At the bottom you’ll see “Revert widget templates to default”. Click that. It basically flushes out all your widgets and resets them to the default ones. Try viewing your blog now.

If that doesn’t work, I usually recommend clicking on “Revert to Classic Template”. Then see if your blog loads. It should work at this point. Now we’ll switch back to the new xml blogger mode so click on “Customize Design” which is in the header area. Select one of the regular xml Blogger templates and give that a whirl.

Let me know if you have any luck!


   
David Cowgill on Feb 4, 2008, 7:21 am  

@ V

You’re welcome! Glad you were able to figure it out. Happy Bloggering! :-)


   
Billy on Feb 7, 2008, 6:33 pm  

Thanks very much, David. I resolved the error (don’t quite know how – I think I’d missed a ‘>’ somewhere along the line when I copied/pasted. I’m getting to grips with new blogger now. After being very stubborn and refusing to switch over, I actually quite like it.


   
David Cowgill on Feb 7, 2008, 7:41 pm  

Glad you like it Billy. The new blogger is much better once you get used to it!


   
Gerry on Feb 17, 2008, 10:45 pm  

Hi,

I run my blog (blogger template minima) on my own server and now I would like to use a 3-column xml-based template. How can I upload a xml-based template without using blogspot?

I tried with copy / pate but it didn’t work.

Kind regards, Gerry


   
David on Feb 18, 2008, 9:47 pm  

@Gerry, it’s not easy to do with the new blogger xml templates. First off, you would have to create an xslt file to process the Blogger xml template. To do this you need to reverse engineer the template tags and have a pretty good understanding of xml and xslt. I wanted to do the same actually so I could create and test Blogger templates locally instead of having to cut/paste/save into Blogger each time I wanted to make an update. I wish Blogger would provide a sample xslt file to use but I don’t think they will.


   
Bunny on Feb 21, 2008, 5:25 pm  

Thanks so much for this! Changing my template was easy-peasy!!!


   
David on Feb 21, 2008, 6:30 pm  

Glad to hear it Bunny! Thanks for stopping by and leaving a comment!


   
Gerry Pacher on Feb 22, 2008, 8:49 am  

Hi Bunny, many thanks for your feedback! Well, I think this is a tricky situation. Maybe I should switch towards wordpress. However, many thanks for your explenation which is really helpful.

Take care,

Gerry


   
KBO on Feb 29, 2008, 11:25 am  

Can somebody help me out, it tried everthing step by step and I still lost some widgets, even my profile…& it looks really messed up…can u check it out & plz tell me what to do:S I need this for a college homework and I finally got a template I like. SOS:S


   
David on Feb 29, 2008, 9:29 pm  

Hi KBO, I’d recommend you setup a 2nd blog within your Blogger account for testing. Then if you make mistakes, you can easily revert without losing anything. Did you also back up you existing template before making changes?


   
KBO on Mar 2, 2008, 9:22 am  

David, just wondering, is it possible that if I send you the two templates codes you or someone else that know how to, could fix this for me…Would be a great help, ‘cos i’ve tried several times, and this codes things it’s kinda confusing…so, i’d appreciate that a lot. Thanks for replyin.=)Have a great day!


   
Vanessa on Mar 4, 2008, 10:48 am  

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.

This is what I get everytime I upload the file. Could it be the file I uploaded it into? Where should the file be downloaded in my computer? My computer chooses zipfile automatically and it goes on my desktop or in my documents

The new template upload is nothing but ???????????? etc. What am I doing wrong David. Its a test blog right now so I can be brutal (smile)I never have success with these downloads.


   
Jessy on Mar 9, 2008, 1:45 pm  

Thanks for the easy explanation on how to save widgets when changing the template! I really appreciate it.


   
kat on Mar 11, 2008, 11:59 pm  

dear david,
i tried and i tried, i follow the instructions here but still i can’t use any of your beautiful templates for my blog…
i’m so tired already…

Pls help me…


   
Empress Nightshade on Mar 12, 2008, 7:33 pm  

This tutorial was excellent and although I had to make adjustments, it really helped. Thanks!


   
Nicky on Mar 15, 2008, 3:00 am  

Edit Template: :sad:
Edit the contents of your template. Learn more
We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The document type declaration for root element type “html” must end with ‘>’. :cry: :sad:

I hope u will reply to this plz…help plzzzz…..


   
Nicky on Mar 15, 2008, 3:02 am  

My blog is showing the below error when i tried to upload or copy pasting the code plz i need ur help

Edit Template
Edit the contents of your template. Learn more
We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The document type declaration for root element type “html” must end with ‘>’. :cry: :sad:


   
David on Mar 15, 2008, 10:50 am  

Nicky, you must not be copying over the template code correctly. The error message is saying you are missing some pieces of the template. Make sure you highlight and copy everything or just load in the template via the Blogger button.


   
Bola Oluyemi on Mar 17, 2008, 12:53 am  

I got this error msg:We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.
which have been previously reported from comments above.But unfortunately, none of the other templates i tried seems to work.Pls help, ilove some of your template, but can’t seem to get any of them to work on my blog.


   
min on Mar 20, 2008, 8:44 am  

I can’t even install the mush blue template which I downloaded from here. :cry:
Plz help..It stated like this after I’d followed the instructions.

We were unable to preview your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The document type declaration for root element type “html” must end with ‘>’.


   
min on Mar 20, 2008, 8:51 am  

I manage to install the template but there’s nothing I can see from my blog. It’s only a white plain page with my blog content.What’s going on actually? plz help.thx.


   
David on Mar 20, 2008, 11:51 pm  

min, since you’re using a template from Jackbook.com, I would ask him for support on his site. I’m not familiar with how his code is written so it could be any number of things. If you try installing the mush blue template from our site again, make sure you select all the code when you are copying and pasting. The error message you’re getting is saying you are missing some parts of the code.


   
evilbit on Mar 21, 2008, 10:29 am  

I don’t have the option to upload from a file, just edit html, but when i try to copy/paste the xml into blogger it comes out with crap formatting… any ideas?


   
celowe on Mar 26, 2008, 10:46 pm  

Hi David,
I noticed there have been a few comments with this same error and i’m sorry to post it again but could you help me figure out how to fix it.

We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.

This is the error I get when I try to download a template. I can get one from another website http://cutestblogontheblock.blogspot.com/
about 1/5 of the way down it gives instructions and that has worked for me but for some reason I can’t get others. I promise it’s me, I’m not good with the whole computer world stuff.
Thank you!


   
Ade on Mar 30, 2008, 6:27 pm  

Hello David:

I am trying to apply your wonderful template to my blog but am having difficulties. I followed your directions but continue to get the following message:

We’re sorry, but we were unable to complete your request.

When reporting this error to Blogger Support or on the Blogger Help Group, please:

Describe what you were doing when you got this error.
Provide the following error code and additional information.
bX-btcv0r
Additional information
blogID: 9000989320739549144
host: http://www.blogger.com
uri: /html

This information will help us to track down your specific problem and fix it! We apologize for the inconvenience.

I wonder if I did not save the template in the correct manner????

Any assitance would be greatly appreciated. Thanks!


   
Ashley on Apr 2, 2008, 12:17 pm  

hello, I’m trying to add the code in step 4 to save the widgets but it will not save. When I click save afterwards it just goes back to warning me my widgets are going to be deleted, it doesn’t say “Your changes have been saved: view blog”. any ideas as to what I’m doing wrong? Thank you.


   
blueash on Apr 14, 2008, 3:43 am  

hi!!! i cant download the template. it says in a red color when i paste & save the template:

“Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The document type declaration for root element type “html” must end with ‘>’.”

How will i put the WP Polaroid Blogger Template?

Please response

Thank You

God Bless


   
David on Apr 14, 2008, 7:50 am  

@blueash, make sure you copy and paste all the code. That message means you’re missing part of the code.


   
Angie Hurst on Apr 15, 2008, 5:06 am  

It took a while… but I got it and still have all my MANY widgets!! Thanks!


   
Ante on Apr 23, 2008, 11:54 am  

I’m sorry. I see you have answered this question a thousand times already, but I still don’t understand how I can fix the problem. I also got the error; Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.

And I still don’t understand how to fix it. I would be really glad if you would try to help me. Do I miss something? I use the new Blogger, but I have actually no idea what a XML are at all. :P

Thanks!


   
Ante on Apr 23, 2008, 12:08 pm  

And also, when I try to add the new template, the whole code looks like squares and Chineese-signs or something. :P


   
pinkunoneko on Apr 24, 2008, 6:27 pm  

:lol: :lol: :lol: :lol: thank you so much….really appreciate ur effort of sharing..changes my template n managed to do it right..with ur easy-to-comprehend instructions..tq tq tq..keep up the good work!!


   
syazana on Apr 25, 2008, 9:18 pm  

omg, THANK YOU!


   
favago on Jun 19, 2008, 7:34 am  

Hi,

how can you upload a template, if there is no upload button there. I go to the edit html page, but I only can edit the html code, so the whole “browse and upload templates” are missing. How is that possible (I’ve got a new blogger account)? If I change the html code to the new one, only some parts of the template get “uploaded”.
I want to host it via webhost, so should I upload it to the ftp directory?

Thanks for the help!


   
mayjah on Jun 25, 2008, 11:10 pm  

To those of you that were having the “Your template could not be parsed” error, make sure you “extract” the zipped file, don’t try to upload the zipped file still zipped. Open the zipped file and you’ll see an option to ‘extract file’ and save the .xml file. Then upload THAT. I finally got that straightened out, phew!


   
Anna on Jun 30, 2008, 4:18 pm  

Hey Guys,
I have had the repeated “Content is not allowed in Prolog” problem. In fact, I had the problem all day today and kept trying to do everything I could in order to fix it. I had been downloading templates from Pyzam.com and I began to assume that all of their templates must have been designed wrong. After a whole lot of messing around it really did make sense that the real problem lay in the widgets.

I don’t even know exactly what I did but I promise that if you keep messing with it you will finally get it.

First of all, to use an XML template, you will need to be using the new blogger format, which you can make sure you have on by going to “Customize Design” and clicking on the upgrade button.

After I did this, I copied the XML of the new template directly into the HTML box. Before I had been getting prolog issues or repeated ID number issues in case I wanted to report the issue to Blogger.

To solve the problem I would try:

1.) Unchecking the “Expand Widget Templates” box.

2.) If this does not work click on “Revert widget templates to default” and then retry with unchecking and checking the “Expand Widget Templates” box.

I can’t guarantee this will work, but what I mainly want to let you guys know is that there is hope for those who are having xml prolog issues. I doubt its as much the templates as it is the settings on the layout. If it doesn’t work just keep messing with it!

Good luck! – Anna


   
lgodbey on Jul 1, 2008, 6:58 pm  

This was the exact tutorial I needed to make the transition to a new template. Thanks so much for posting it!


   
prabu on Jul 2, 2008, 10:23 am  

hi i am getting following error when i try to upload the new XML code to my blog.

“More than one widget was found with id: LinkList1. Widget IDs should be unique.”

help me to solve this….


   
logzel7ya on Jul 6, 2008, 1:44 pm  

when i change my old tamlates only new posts appear on it , but the old posts appear on old tamplate what can i do ????


   
Elizabeth McCoy on Jul 21, 2008, 7:49 am  

WHAT AN AWESOME tutorial!!!! I have a good understanding of computer using but definitely NO progamming knowledge. This was fantastic I was able change my template and not loose my widgets easily and quickly too.

THANKS!!!


   
Mutant on Jul 22, 2008, 5:13 pm  

Mr.David, my blog does not look like the screenshot in step#1.
It look likes this:
http://img112.imageshack.us/img112/5668/blogel1.jpg
Can you please help me?


   
nadiah on Jul 25, 2008, 12:42 pm  

hi david, i have the same problem with other bloggers in pasting a new template. i get this message ;

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The document type declaration for root element type “html” must end with ‘>’.

i tried to paste again and again, as in your reply to other comment up there, saying that may be i missed some part of the script. But, it turn with the same error. please help me, u may reply to my email


   
sherry on Jul 26, 2008, 11:08 am  

hi david..
m trying to apply your lovely template to my blog but m getting this error..

~~~~~~~~~~~~~~~~~~~~~~

The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

——————————————————————————–

The server did not understand the request, or the request was invalid. Error processing resource ‘http://www.w3.org/TR/xhtm...


   
Grannos on Jul 30, 2008, 12:12 pm  

i have tried 20 templates and non of them works. not even one!!!

i simply dont know what to do with that. i try to preview the template and theis is what i get every single time:

“We’re sorry, but we were unable to complete your request.

When reporting this error to Blogger Support or on the Blogger Help Group, please:

* Describe what you were doing when you got this error.
* Provide the following error code and additional information.

bX-cxyu7t
Additional information
blogID: 7664819276438294253
host: http://www.blogger.com
uri: /html”

Does anyone have any idea what to do?! i use bolgger and as i said, not even one template works!!! :cry:

pleas help!


   
Grannos on Jul 30, 2008, 1:42 pm  

i figured out what thw problem was!

as the default internet browser i used mozilla and that whas th problem. i uploaded several templates with IE and they work.


   
Erica on Aug 6, 2008, 9:10 pm  

Thank you for these instructions! I finally understand this, but I am still having a problem with step 4. After I have added the new code and save the template I do not get the “changes have been saved view blog” it just goes back to the “widgets are about to be deleted” can you help???


   
suzanne on Sep 3, 2008, 6:16 am  

i am trying this template out on a blank blog (didn’t want to mess to much with my existing blog – i have actually deleted almost all widgets on existing blog in preparation of swithing to different template) … anyhow, even though i am trying to upload the polaroid template to essentially a blank, btand new blog – i get that XML error message. hoping you can help me figure out the problem. I like this template as well as the Neo template, but it happens with both of them …


   
tyo on Sep 9, 2008, 3:26 pm  

thanks for the article,….that’s help me as a new blagger,…


   
Mandii on Sep 12, 2008, 9:24 am  

Thank you so much for this! It was very clear and helpful, unlike so many of the “help” articles out there for this sort of thing.


   
Plaz on Sep 15, 2008, 5:45 am  

Ok fellas, Thanks to Grannos.

For those getting Any errors at all, before you do anything, TRY TO USE IE.

Yes, USE IE.

I am getting all kind of errors and stuff using Firefox, but i switch to IE …i got it in 1 go.

Switch to IE !


   
uday11 on Sep 22, 2008, 1:57 am  

thax man, it workedddd…………. yupppppppppppp


   
Clement on Oct 25, 2008, 9:02 pm  

Yo… Grannos and other fellas

I have used IE but still error happened after I click “Confirm and Save”

Any tips and tricks? Few months ago I upload XML with no problems. Please help coz this template awesome and I’m going to use it for Youth Fellowship Blog http://gyspemudasunter.blogspot.com


   
Hui2 on Nov 19, 2008, 8:34 am  

thanks a lot for the great advice!
saved me loads of work!!!!!


   
Congkak on Dec 2, 2008, 12:04 am  

After trying to upload xml templates using both Firefox and IE, I managed to upload using Safari.

Try it.


   
viznine on Dec 6, 2008, 7:10 am  

Thanks dude. Your template so awesome. :grin:


   
Jenny Fletcher on Dec 13, 2008, 9:12 am  

I saved my old layout as you suggested but you DON’T say to expand the widgets first.

Now, I got all the way through, and could display with the new template, but there is nothing in any of the widgets although the placeholders are there.

When I reverted to my saved layout, there was just the same problem. Widget placeholders, no widget content. (see the blog now)

It is going to take me hours to put them all back.

Also, when I finished, I had lost the top Blogger control bar, although it shows in the page layout for this blog if I access my dashboard via one of my other blogs like http://angrybutton.blogspot.com.

If you need to expand widgets before saving your original layout, PLEASE amend your install instructions and make this clear, to save other people all this grief.


   
Navjeet Singh on Jan 1, 2009, 5:12 am  

hi, I tried to do it but I received this.

We’re sorry, but we were unable to complete your request.

When reporting this error to Blogger Support or on the Blogger Help Group, please:

* Describe what you were doing when you got this error.
* Provide the following error code and additional information.

bX-9ls7v4
Additional information
blogID: 6872031759079357530
host: http://www.blogger.com
uri: /html

This information will help us to track down your specific problem and fix it! We apologize for the inconvenience.
Find help

See if anyone else is having the same problem: Search the Blogger Help Group for bX-9ls7v4
If you don’t get any results for that search, you can start a new topic. Please make sure to mention bX-9ls7v4 in your message.

I tried it 5 times but didn’t got succees.


   
mikecampbell on Jan 3, 2009, 9:12 am  

Hello David,
I thought this would help your readers. I was also having problems with this error message. Four hours latter I figured it out.
Please correct the error below, and submit your template again. Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The document type declaration for root element type “html” must end with ‘>’.

When downloading the template it is saved in a zip folder… you have to unzip (extract the files) the folder and save the file… It will read xml. then you can upload or cut and paste. For some reason you can not even cut and paste from the zip folder eventhough you see the code. You must extract the files first.


   
Robinseo on Jan 26, 2009, 1:56 pm  

Hi David,

When hosting the blogger account on your own hotsing the template doesn’t allow posting.

Do you know why?


   
Hamzah on Jan 27, 2009, 11:54 pm  

Hi all…
It’s nice
what’s all about
I like this one!
@David@ well done.


   
webgadgetreview on Feb 14, 2009, 5:23 am  

Hello

I am trying to upload the problogger template, but I get this error:
We were unable to save your template
Please correct the error below and submit your template again.
The new widget id “Recent-Posts-Widget1″ is invalid for type: Feed

Any ideas?
Thanks


   
pouisonus on Feb 15, 2009, 10:24 am  

I cannot install and save any of your templates for blogger. I keep getting that stupid error. What do you reckon for me???

It is all good work here. Thank you.

my website is htpp://www.memzlearning.com


   
safizie on Feb 19, 2009, 7:14 am  

DEar Sirs,

I’m really in love with this template. BUt am not able to download it. THis error keeps on coming

The new widget id “Header” is invalid for type: HTML


   
blurry on Feb 20, 2009, 10:32 pm  

Yes David, i am having the same error like safizie here :

The new widget id “Header” is invalid for type: HTML


   
popisdead on Feb 25, 2009, 8:47 am  

Hi all, i need help to use the template.
If anybody willing to help me, please add my skype:popisdeadfx

+im willing to pay small fees.

pop


   
Varun on Feb 26, 2009, 10:48 am  

Hello,

I am having a problem while saving the template, it shows an error (Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The content of elements must consist of well-formed character data or markup.). Please help me out of this.

Thanks


   
brp002 on Feb 28, 2009, 1:50 pm  

Hey david is it possible to install this template for a wordpress on my personal website? Really like the theme but its not like all the other websites


   
David on Mar 1, 2009, 4:00 pm  

@brp002, this template only works with Blogger.


   
Don on Mar 12, 2009, 10:44 am  

sir i try to install an profession web template from ourblogtemplates.com,i deleted all the page elements but still receiving an error…what should i do…i really like that template…


   
Jenny Fletcher on Mar 12, 2009, 12:54 pm  

Referring you back to my question about widgets from December 13th that was not answered.

I tried again, expanding widgets first and it still didn’t work.

what could be the problem?


   
Techkran on Mar 13, 2009, 4:46 am  

Wonderful David.How to upload new Blogger Templates


   
Techkran on Mar 13, 2009, 4:47 am  

You can see this simple tutorial alsoTechkran


   
Tracie on Mar 23, 2009, 4:40 pm  

Hi David,

I just bought and downloaded your premium template and love it! However, when I am in the layout/page elements section and I try to edit any of the widgets on the right sidebar column, it opens up the edit dialog box, but they are all blank. How do I fix this? Thanks.


   
Tracie on Mar 23, 2009, 6:11 pm  

Hi David,

It’s Tracie again. Is there any way to make the entire template smaller like around 760px or 800 pixels wide instead of 960px, so the background shows more and the whole site looks smaller? While i am looking at the template, it just seems so wide. Thanks.


   
David on Mar 24, 2009, 11:02 pm  

@Tracie, you can go into the template code and change the width from 960px to 760px but it will most likely break other components. The template was designed to be this size and it actually looks great on most monitor resolutions. I’m guessing you have a lower monitor res so it’s taking up your whole screen. You should check it out on someone else’s computer and see how it looks there.


   
David on Mar 24, 2009, 11:03 pm  

@Tracie, are they all blank or just the recent comments and posts widgets? I posted a comment on the lifestyle and church template pages which explain how to fix this.


   
Tracie on Mar 25, 2009, 10:23 am  

Hi David,

Thanks for the quick reply. My screen resolution is set at 1024 x 768 and it still seems to take up the whole screen, but I will check it from another computer and see.

Also, I understand how to change the 960 to 768 in the code, but wasn’t sure what to set the other components at. Any ideas?


   
Tracie on Mar 25, 2009, 10:25 am  

One last question.

When I try to move the sidebar widgets such as “recent posts”, recent comments to below the “blog post” section – the header or style of the widget disappears and it shows up as just text without the header. What do I need to do to move the widgets to appear exactly as they do, but under the blog posts? Thanks.


   
Tracie on Mar 25, 2009, 10:27 am  

Yes, they are all blank. Not just the “recent posts” and “recent comments” section. The video section is blank as well, all the widgets on the right sidebar are blank. Please help.


   
Logan on Apr 5, 2009, 11:13 am  

David,

On Step #4 where you copy the saved widget code into the new template….. when I go to save it I get the error

Please correct the error below, and submit your template again.
More than one widget was found with id: BlogArchive1. Widget IDs should be unique.

I’ve done everything before that correct but I always get this same error.


   
Michael on Apr 18, 2009, 4:05 am  

I’m trying to install the Red Stamp template:

http://www.eblogtemplates.com/red-stamp-blogger/ ,

and I keep getting the following error message:

” The new widget id “Recent-Posts-Widget1″ is invalid for type: Feed “.

Seems many people are getting this same error and responded in that template’s comment field with zero solution. Please help!


   
Geordan on May 6, 2009, 9:24 am  

Hello David .. can u help me please to ADD a new .. Widget bar in the LOW part of my page .. ?

I would like to add a Couter ( Hit couter to my blog .. and this new template i’m using has no FOOTER add .. widget .. how can i add .. i tried to .. work on BACKUP widget stuff and it does not work .. i’ll put here a pic with what i want to do .. ok ?

A printscreen with what i want to do is here :

The Blogger page is in my native language wich is Romanian .. so .. if i misspeled something wrong .. SORRy !

Please HELP!


   
Geordan on May 6, 2009, 9:25 am  

A printscreen with what i want to do is here :

HERE


   
Eldrick on May 23, 2009, 6:00 pm  

Awesome article. Thanks!


   
dawny on Jun 10, 2009, 2:38 am  

wow you are a real star to have explained something i’ve been battling with , thank you so VERY much :-)


   
Chitra on Jun 12, 2009, 10:47 am  

Thank you so much for the step by step process..


   
Natalie on Jun 18, 2009, 1:28 pm  

It didn’t save my widgets so they’ve all been deleted!!! :(


   
tincan on Jul 12, 2009, 2:11 pm  

Thank you so much for this fantastic guide – I havent finished all the steps yet – but so far this has all worked out – this is the ferterst I have ever come when it comes to changing over template without messing things up!


   
GIrl on Jul 17, 2009, 11:58 pm  

heyy , can i know y when i dload my template , it doesnt work like this ;

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Content is not allowed in prolog.

please help me . pleeeseeeeeeeeeeee , im begging .


   
Susilo on Jul 22, 2009, 8:10 pm  

help me please, i don’t can blog xml..


   
Pat on Jul 30, 2009, 4:43 pm  

I just found out how to solve my problem, which seems like a lot of others’ problem also. The error message was:
“Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: Content is not allowed in prolog.”

And the solution was that copying and pasting the html was not possible. It is meant to be saved to a file on your computer and then uploaded rather than pasted. So wherever you are getting your new html, just save that file to your computer. Then on your blogger “edit html” page in your “backup/restore template” area, there is a place to upload. Just upload the file you saved earlier and it replaces your html. That was the solution in my case anyway. Hope it helps.


   
Lady Elena on Aug 21, 2009, 9:15 pm  

Hi David :)

Congratulations, you have beautiful templates!
I wanted to upload one of them as well, but it shows this:

We were unable to save your template
Please correct the error below, and submit your template again.
The new widget id “Recent-Comments-Widget” is invalid for type: Feed

What can I do?
Thank you for your help :)

Lady Elena




Leave a Comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Putting spammy or irrelevant links in your comments will result in deletion and potental banning.