We started as a free blogspot blog 6 months ago,
Now we make $500 per month. Want to learn from our experience? read and subscribe!

How To Install a Blogger Template, The Complete Guide and The Problems often Occur.

By Jacky Supit • Nov 1st, 2007 • Category: blogging tips - blogging tricks

Have Our Post Delivered to Your Inbox!

Enter your email address:

Update: This is a how to install a blogger template guidance. You have to go here if you are figuring out why your images disappear from your blog, or here if your date format doesn’t show up or here if you are having problem with installing a comment form under post in blogger.
Many people do same mistakes on installing a blogger template. This article is created to help you to understand the right way to install it.

Warning, this is a long article, about 2400 words. So you may prepare a cup of coffee first and your time to read this. Or you can also print this article, or bookmark it first, so you can read it later or next time you have trouble on installing a blogger template.

Opening this article could also load pretty long, especially if you don’t have a fast internet connection there. Please Digg or share this with your friends so they can learn also if next time they have same trouble on it.

This guidance is for New version of blogger template. Most problems on installing template are caused by the blogger widgets (Page Elements). So on old blogger version, you don’t have anything to worry.

Why I said it most problems? Does it mean there any any other problem? Yes of course there are other problems caused not only because the widgets. the most known problem which most often occurs also is that it is because many bloggers just copy and paste the code from the XML file into the template editor. that is wrong.

DO NOT just copy and paste the code from the XML file into your template editor on your blogger dashboard!

Upload Blogger Template

Just Copy and Paste your XML code is not the same as Uploading the template through the Template Uploader.

This is the main different thing of New Blogger Version and the Old one. On the Old version, blogger doesn’t have widgets on it. So you can just copy and paste the code into the template editor. But Not on the New Version!

On the New Version, Blogger has widgets on it. so you can not just copy and paste the code, you have to upload it.

But why? why can’t I just copy and paste the code? you said it is the widget makes the differences. but why the widgets?

Well, On the new version, Blogger has widgets which they store the widget contents on their Server. If before installing this template you have already been using a new blogger template also, and you have widgets on it, and you store some data’s on it. Then Blogger Engine must has your data’s stored on their Database.

Here if you just copy and paste the code from the XML file into the template editor, the new widgets set on the new template may conflict with the widget set on your previous template which has been stored and saved on the Blogger Database Server.

By Uploading your new template through the Template Uploader, you tell Blogger Engine that you are changing your template. And there, Blogger will makes some adjustment on their Database. But not as you just Copying and Pasting the template code.

I hope you understand about this. Please do not just copy and paste the template code. Always upload it through your template uploader.

Back on Installing a template, it is easy actually. So on the normal case, this previous article about installing a blogger template is enough for most templates, but to make it clear, I will also include here all the guidance already mentioned there.

So here it is,

Installing a Blogger Template.

1. Go to your Template Editor on your blogger blog control panel.

edit HTML

2. Click on the Browse button, and get your XML template file, and click Upload.

3. Done.

On the normal and most cases, that steps would be enough.

What did you mean by saying “On the normal case” Jack?

Oh I was expecting you to ask that question, great. On the normal case here means If the XML template has 3 widgets in it. e.g Blog1 Widget, Categories Widget, Archives widget and your current template has also 3 widgets with exactly the same types as the XML template, that is normal case.

You’re lucky if you have same widgets on your current template and on the new template you’re going to install.

Unfortunately, not every time we got that perfect condition. sometimes we got a template with so many widgets already installed on it. This is the main cause of this problem.

How we know if a template has more or less widgets then our current template?

There are several ways to know this. but the easiest way is

1. Create a new blog on blogger. just name it as a test blog

2. Upload the new template there. follow the instructions there above.

3. Go to Page Elements, and see how many widgets exist there.

4. Compare with your current template on your blog.

5. Now you know if it is has more or less widgets then your current template.

Actually, I recommend you to always have a new dummy blog, so you can always test a template there first before you’re going to install it on your main blog. I recommend it high!

On the next guidance, we will focus on this matters. I will separate the guidance into 2 lines. The first is Installing a blogger template which has more widgets then our current template, and Installing a blogger template which has less widgets then our current template. they are different things.

Installing a blogger template which has more widgets then our current template.

1. Upload your template. Follow the steps on the first guidance there above.

Usually, if the template has more widgets, it has no problem on the uploading. so you should have no problem until this step.

And here, you have been successful, at the moment your new template is alive. if you refresh your blog, you should see that your new template is already installed.

The problem will occurs if you want to make some changes on your template. Each time you edit something, you will never be able to save your changes because an error occurs saying like this

We were unable to save your template

Please correct the error below, and submit your template again.

More than one widget was found with id: HTML5. Widget IDs should be unique.

What cause this problem? It is because as I said before, the new template has more widgets then our previous template.

It is Blogger Engine’s bug I think. Each time we upload a new template with more widgets then our previous template, let say the template has this widgets

“Blog1, Archive1, Label1, HTML1, HTML2, HTML3, HTML4, HTML5″

and our previous template has only this widgets

“Blog1, Archive1, Label1, HTML1, HTML2″

The Blogger Engine will automatically convert those widgets that we don’t have yet on our previous template. To be example as this below

“Blog1, Archive1, Label1, HTML1, HTML2, HTML1, HTML2, HTML1″

So each time we create some modifies on the template, we will never be able to save it because it has some widgets with same id’s.

So how to fix this problem?

now we go to the next step on installing a blogger template with widgets more then our previous template.

2. After you successfully upload your new template, now without changing anything, Click on the Save Template there next to the template code.

If you don’t see any error occurs, then Congratulation. You don’t need to read the next steps anymore.

But if error occurs. and says More than one widget was found with id: HTML5. Widget IDs should be unique.

then here is how you can fix it.

Fixing the Duplicate id’s on blogger template

2.1 If it says HTML5 should be unique, then go find HTML5 (you can use CTRL+F on your keyboard and type HTML5 on the search box).

Now you should see your cursor is now focusing on this lines below

<widget id=”HTML5” bla..bla..bla…

*Why I wrote bla..bla..bla? I know it doesn’t look pretty, but because it could be very vary depends on the duplicate widget you had. on this example, we have HTML5 id duplicated which is likely the type of the widget is HTML. but on your case, it could be the Feed widget, Link list, or etc.

2.2 Now you have found that HTML5, rename it into HTML6.

then try to save your template. if now you see an error says More than one widget was found with id: HTML6. Widget IDs should be unique.

Then it means you have to repeat this step (#2.2) until you see no more error occurs.

if you can now save your template without any error occurs, the it means you’re done.

Installing a blogger template which has less widgets then our current template.

If this is your situation now, then you have to read all this steps carefully.

1. Upload your template. Follow the steps on the first guidance there above.

If the new template has less widgets then your previous template, usually it will raise this warning,

Widgets are about to be deleted

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

  • HTML14
  • HTML15
  • HTML16
  • HTML17
  • HTML10
  • HTML8
  • HTML5
  • HTML7
  • LinkList4
  • LinkList5
  • LinkList5
  • LinkList6
  • Image1
  • LinkList3
  • LinkList2
  • LinkList1
  • Text1
  • HTML16
  • HTML4
  • HTML13
  • HTML12
  • HTML11
  • HTML14
  • HTML15
  • Header1
  • HTML3
  • HTML1
  • HTML9
  • HTML2
  • HTML6
  • Blog2

Write down all that widgets id that listed on the going to be deleted list above. (We will use it later)

Of course this also could be very vary, depends on how many widgets your previous template has which the new template doesn’t have!

Now what is your decision? Are you going to delete all your widgets listed above? if your choose no, then you can click the cancel button, and read the next steps on the I want to keep my widgets section down there.

But if you choose Yes to delete all your widgets, then go to next step.

Delete All The Widgets

2. Click on the Confirm and Save button.

If after clicked on the Confirm and Save button you don’t see any error message, then congratulation. You’re done here. and can begin to customizing the template to be more personal as yours now.

But if you see an error occurs, then usually it’s like this

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

see the screenshot,

Error on Uploading Blogger Template

Somehow, Blogger will gives us this error to our face each time we’re trying to delete many widgets on a same time. Again I think this is Blogger Engine bug.

If this happened, then unfortunately, you have to delete it manually.

There are several methods to delete those many widgets, but the safest way which I recommend to you is by deleting all the widgets one by on through the widget control panel (Your Page Elements Control).

3. So now Push Back Button on your browser,

- You are now on the previous page, asked about deleting your widgets or not.

- and click Page Elements on your Blogger Dashboard.

4. You are now on your Widget Control Panel.

Now delete one-by-one all the widgets on your going to be deleted list. (remember our going to be deleted list above?)
How to know which the id of the widget?

- Hover your mouse on the edit link on each widget.

hover on a widget edit link

- There you will see your widget id on your browser statusbar.

Widget id

look at your list, if you found widget id matched, click that edit link.

A new window will popup, then click on the Remove Page Elements Button.

Remove Page Elements

keep doing this until your list is completed.

* If you found some Page Elements / Widgets are unable to be removed, then try to refresh your Browser first. and try the steps again.

Now if you have all your widgets on the list deleted, you can begin to upload your new template again. and it should now succeeded. You’re done here.

Now if your previous decision is to keep your widget. You can read the next steps.

 

I want to keep my widgets

Ok, if you want to keep all your widgets on your new template. then pay more attention, this will be pretty complicated.

1. Go to your Template Editor.

edit HTML

2. Find this code below,

</body></html>

It’s usually on your last lines of your templates. now replace it with this code below,

<b:section id='backupwidget' showaddelement='yes'/></body></html>

3. Save your template.

4. Now go to Page Elements Control Panel.

There on the most bottom of your page elements, you should see a new blank section exists.

what you need to do next is, drag and drop all the widgets on the list (remember the going to be deleted list?) to that blank section. All of them.

5. Click on the save button. (on the top right).

Save Blogger Widgets

6. Then go to your Template Editor again.

Find this line.

<b:section id='backupwidget' showaddelement='yes'>

Yes, it is the line previously we just added. now the html code has been changed rite?

Now copy all of that HTML code begin form the line above, until the last line. (see the example below)

<b:section id='backupwidget' showaddelement='yes'>COPY ALL THE HTML CODE HERE, INCLUDE THE LINE ABOVE OF COURSE,UNTIL THE LAST LINE. INCLUDE THE LINE BELOW OF COURSE

</body></html>

7. Now open your new template XML file. (you can use Notepad, just right click -> Open With -> Choose Notepad).

inside the New Template Code, Go to the last line.

then replace this codes below with the HTML code you just copy on the previous step.

</body></html> <-- (Replace this)

8. Save your New Template.

9. Now Upload your template again as usual. see the first steps on Installing Blogger Template.

10. done.

Congratulation, you have finished reading this article. Now how do you think? I hope you now really understand how to install a blogger template. so next time you face a problem or error message while you are uploading a new template, you can figure it out the problem solve by your self.

Please feel free to bookmark us, so you can read this article again next time you need it. Thanks

Don't forget to subscribe!

Related Entries

About the post author:

Jacky Supit is The man behind the site. Do you have any questions, problems or anything about your blogger or wordpress? AskJack on TemplateForum.Org

100 Comments »

Comment by nickpick
2007-11-02 07:50:38

Hey! this helped greatly. The widget conflict was what was messing me up. i have a new question though. My site does not do the smooth minimizing and expanding animation. the links are always showing. is there something i could do to fix this?

Comment by Jack
2007-11-02 12:41:41

Hi NickPick,
sorry i can’t get what you mean? could you give us your link?

 
 
Comment by nickpick
2007-11-02 07:55:53

PS. the site i’m talking about is the web 2.0 template…version 1.1. my blog is http://npick.blogspot.com

Comment by Jack
2007-11-02 12:44:14

oh btw, the problem seems like you just copied and and pasted it. did you?

Comment by nickpick
2007-11-02 14:42:50

no…i uploaded a new template, deleted all the preexisting widgets (because i got the error message listed above) and uploaded the version 1.1 template. from there i just started adding page elements and those are the ones that aren’t letting the menus drop down and condense back whenever you click on the header.

i hope that makes sense…

(Comments wont nest below this level)
Comment by AcideReflux
2008-03-04 15:46:57

mAYbe the tag is differen.like ‘ and `
or / and \

 
 
 
 
2007-11-02 19:44:11

[…] forget to read all the instruction about installing a blogger template here. that is a full guidance about installing a blogger template. remember, do not just copy and paste […]

 
Comment by Jack
2007-11-03 02:25:41

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-8o4rmd :roll:

What i need to do? I got this problem.. :lol:

Comment by Jack
2007-11-03 13:07:29

Hi Jack,
I have mentioned it on the post. please read the post carefully.
thanks

 
 
Comment by Willy
2007-11-03 05:46:19

Ey jack!I’m trying to use the mushblue template but…. when I upload it it always say me that I must delete Profile1 and I can’t find it in the HTML text so…. I just delete it but then…. the template only works sometimes…. not always!!and when it doesn’t work is just….. text whith white background.
If u could help me….
Thanks Jack!

Comment by Jack
2007-11-03 13:10:40

Hi Willy,
that is not because you mis-installed your template. The only reason why you saw that is i believe because you haven’t follow this instruction. please note that under all template post, i always say that you guys have to host all the images on your own host.

subscribe to our full rss feed, so you will always receive notification if we release update or tips with your blogger template.

thanks

 
 
Comment by aryanto
2007-11-05 12:29:34

Hello, i already read the post and the comment. but no one fits with me. I’m trying to upload redblogger (more widget then current template), but it always go to error page.
“We’re sorry, but we were unable to complete your request. and bla.. bla..”

And i notice that your tips above only work IF we SUCCESS upload the new template. Can you give me a hand?

Comment by Jack
2007-11-05 14:48:31

Sure. How could i help you Aryanto?
Would you give me your login and temporary password so i can install it?

thanks

Comment by aryanto
2007-11-07 00:28:11

Hello Jack,
Thanks for the help. But, after i close the browser and upload it again (not just refresh the page), it works :smile: May be you can add that one to your tips.

(Comments wont nest below this level)
 
 
 
Comment by Gary
2007-11-08 14:57:22

Everything I do seems to result in me getting the

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

I use Opera as my browser, could it be something to do with this? I was trying to install the “red-white-blogger” template and only seem to get “All the widgets’ configuration data will be lost.” for one thing which is “Profile1″ (by the way this is on a fresh new blog)

I wish I could find this simple, I think the internet don’t like me :sad:

Any help is appreciated.

Comment by Jack
2007-11-10 13:39:52

Hi Gary,
you can give me your temporary password, and i will install it for you.
thanks

 
 
2007-11-09 23:47:23

[…] you are going to install, please refer to this post. I have written a long post about how to install a blogger template and the problem often occur […]

 
Comment by Rome
2007-11-10 05:06:32

I followed all the instructions. I have already removed all the elements in my page but it still gives the error after I upload the new template.

Comment by Jack
2007-11-10 14:22:03

Hi Numb,
give me your login id and temp pass.
i will install it for you.
thanks

 
 
2007-11-16 16:18:19

[…] one, then I encourage you to upgrade to the new blogger version. it’s free. You can read all the instruction guide on installing a blogger template here. Have a nice new look! Share […]

 
Comment by Stephan
2007-11-18 18:56:45

Hi,

I tryed following your guide but it won’t work for me.

My page switches the layout? Sometimes it shows the template, other times it just looks like something written in notepad.

I suppose it’s a problem with thoose widgets because i always get an error in IE

“Line:32
Char:4
Error: ´undefined´is null or not an object
Code: 0″

I hope that you perhaps could help me?

Comment by Jack
2007-11-18 23:31:03

i have update the post. please read the first paragraph.
i bet you haven’t move all the images needed by your template to your own googlepages.
thanks

 
 
Comment by Todd S
2007-11-23 12:00:40

Hi Jack-

I uploaded the iPhone 1 template and have two problems:

1. Posts are not centered in the template GFX, they are aligned left. The blog title is about 1/3 of the page down aligned left.

2. The date format is not working. I followed the intructions word for word, still have a problem.

Any thoughts?

TS

 
Comment by Omar Abid
2007-11-24 02:29:17

I want to change my style on http://omarabid.blogspot.com but it delete my widjet and all things (side bar, top bar…)
How can i avoid that ???
help!!

 
Comment by Michelle
2007-11-27 12:50:47

Jack?
will you marry me? You are wonderful!!!
:D lol (be careful, I’m only half joking)
Yes, this post was long (I managed not with a cup of coffee, though I’m sure that would have been better for my hips, but with a couple of Oreos) but most helpful!
I cannot express enough gratitude for your time in not only writing this up, but writing it clearly.
I bow before your knowledge. :)
Once again, Thank you!

 
Comment by maripan
2007-11-29 18:48:26

jack,
i followed each of ur instructions but this error still appeared and
i also deleted all my widgets..nothing happened except that error msg..please help me..and i noticed that u had installed somthing on other people blog to solve this problem,what is it..?:

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-o3wmwc
Additional information
blogID: 6445041828167228155
host: http://www.blogger.com
uri: /rearrange

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

Comment by Jack
2007-11-30 12:02:44

you can send me your username and temporary password
and i will install it for you
thanks

 
 
Comment by ulwan
2007-11-30 11:32:01

hi jack i got a problem it says xml isn’t well formated..
what does this mean?>>i follow ur instructions but it says
b section must be matched by ending tag












Comment by Jack
2007-11-30 12:10:56

hi Ulwan
send me your username and temporary password
i will install it for you
thanks

 
 
Comment by nutrilift
2007-11-30 16:57:02

hi jack,
I tried the “keep my widget” with the neo template, but it says :The element type “body” must be terminated by the matching end-tag

thank you for your help

 
2007-12-01 13:08:30

[…] you have trouble on installing this template, please read first this instruction here about how to install a blogger template. if you still can make it, you can send me your username and temporary password so i can install it […]

 
2007-12-01 16:00:17

[…] because they think  I have written such a useful post for them, Questions  are usually about how to install a blogger template, why my date format is not shown up, can I install comment form under post on their blogger […]

 
Comment by ulwan
2007-12-05 00:02:02

nevermind i already fixed it..
thanks for you being so friendly..
how to remove the border of the posts?..like in http://www.soscili.blogspot.com
and can i move the title to centre..?my title post looks weird la..thanks

 
2007-12-07 22:03:07

[…] all the complete instructions here about how to install a blogger templates. if after read it you still can make it, send me your username and temporary password, I will try […]

 
Comment by Tammy
2007-12-09 21:20:35

I followed your instructions about using a test blog and trying the changes with that and I couldn’t even upload the new template to that, this is the error message I get on both my test and regular blog …………… 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 as I really like the template I’ve picked out. Thanks so much.

Comment by Jack
2007-12-09 23:37:56

send me your username and temporary password, and i will install it for you
thanks

Comment by Grateful
2007-12-30 07:05:47

Hi there Jack, thanks for a wonderful article. I read it all and I will follow these steps once I am able to actually upload a template. I was reading the comments hoping to find the solution.

problem1 :mad:

One of the comments mentioned of this problem which is quite annoying:

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. It should be closed with >

problem2 :?: :mad:

also one of the templates I did upload is a 3 column template but when I upload it and try a post, the text goes back to the most left of the screen to a 2 column blog.

I know you offered to fix some people’s problems by logging in and doing it yourself. which is great but I would really like to learn it myself first.

If you would be so nice to advice me what to do and help I would immensely appreciate it.

Thanks,
Grateful :smile:

(Comments wont nest below this level)
Comment by Grateful
2007-12-30 07:07:03

oh I am using blogspot.

 
 
 
 
Comment by hay
2007-12-10 10:29:22

hei jack..how to add a menu to my header in fluid solution blogger template.?

 
Comment by Tammy
2007-12-10 12:17:23

Thanks so much, the template I want is the ipone one. my user name is tammytrudel and my temp password is ***. Please let me know when you are done. Thanks so very much for the help.

Comment by Jack
2007-12-10 13:07:12

man.. please don’t expose your password here :) i remove your password for your own safety.
i’ll try my best to help you. thanks

 
Comment by Jack
2007-12-10 13:08:54

oh and your password is wrong.
i can’t login to your blogger
but hey, i don’t think you have to send me your password.
you can just invite me as your admin contributor. now blogger allow contributor as an admin.
thanks

Comment by Tammy
2007-12-10 14:14:15

Jack could you send me an email or something? I can’t find how to make you ok to access my page if I can’t put your name on it anyway, email me and I’ll let you know the new password. Thanks. I tried to contact you but it doesn’t like to your email.

(Comments wont nest below this level)
Comment by Jack
2007-12-10 17:13:44

hi Tammy,
Need my help guys?

 
 
 
 
Comment by Tammy
2007-12-10 20:19:52

Thanks so much Jack, it is really nice of you to help all of us with these problems. I very much appreciate it and hope you have a great day. Peace

 
Comment by hay
2007-12-11 09:50:00

jack u didn’t answer my question la..
how to make a menu shortcut in fluid solution
damn i was the first to ask..

Comment by Jack
2007-12-11 13:00:14

sorry Hay,
this section is about how to install a blogger template, you should submit your question under fluid solution post page.

but ok,
what do you mean with how to make a menu shortcut in fluid solution?
what do you want exactly? do you have any example?
thanks

 
 
Comment by ulwan
2007-12-11 09:54:28

jack u are choosing people right??>>
so u won’t allow people to modify u template..
that’s why i ask u u didn’t answer me right?>
well pity coz other’s know modify ur template.

Comment by Jack
2007-12-11 13:14:56

hi Ulwan,
sorry what do you mean?
I didn’t answer your question because you said it that it’s ok remember?
what can i do to help you?
thanks

 
 
Comment by Tammy
2007-12-11 11:57:23

You have been added Jack, thanks again for the help :razz:

 
Comment by Sexy Comments
2007-12-11 12:26:00

didn’t know there are many problems with widgets

 
Comment by Tammy
2007-12-11 12:27:13

is that answer meant for me jack or the guy ahead of me?? Just wondering.

 
Comment by Tammy
2007-12-11 12:28:30

Ignore that lol, got confused ha ha

 
Comment by Tammy
2007-12-12 04:44:23

Ok Jack, it’s all yours. I’m not posting anything till you have it done, that way I won’t mess anything up. Just give me a holler when you’re done. Thanks.

 
Comment by MangalMAn
2007-12-20 17:26:08

hi dude how do i expand blog archive to show monthly post or daily post? it is only showing yearly post right now. thanks in advance.

 
Comment by zach
2007-12-20 20:55:55

what you need to do next is, drag and drop all the widgets on the list (remember the going to be deleted list?) to that blank section. All of them.

i dun understand this sentence :oops:

 
Comment by Tammy
2007-12-20 23:20:14

Jack, still waiting for you to fix my template.Let me know if you’re not going to do it so I can continue to use my blog, or pick another template.

 
2007-12-21 19:31:43

[…] This template needs 1 HTML/Javascript Widget only, so if you currently have 2 or more HTML/Javascript widgets, you might consider to read this tutorial about installing a blogger template here. […]

 
Comment by Gadgets
2007-12-26 20:45:01

A dummies guide.
A+++++++++ from me.

 
Comment by Gadgets
2007-12-26 20:48:32

You have gone below 50,000 on alexa.
Best of luck.

 
Comment by Shyam
2007-12-29 22:31:34

I am having a problem with my post titles.They are overlapping each other when they are long.plz help me get rid of that.

Blog :http://windows-registry-editor.blogspot.com/

 
2008-01-04 14:03:04

[…] If you need more guidance about how to install a blogger template, read this tutorial here. […]

 
Comment by Alan
2008-01-04 15:16:08

Hi,
I tried follow all your instrcution to set for this template,
but i’m still facing the error msg below:
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-86kn6p
Additional information
blogID: 8655081301918226967
host: http://www.blogger.com
uri: /rearrange

it’s appreciate if you could help me to install teh template.

Thanks, look forward to hear from you soon.

Comment by agung
2008-01-09 09:29:07

Yes…especially when page element is moved to other column or when making add page element then in move to sure other column of error……

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-ji78k6

…………

jack,
very nice template and i like template…. but please corrected again your scrip wow-blogger-template.xml

There are the same template with your template but not as good tempale you, your template there are its(the menus recent comment/article

I hoped template you are corrected again until final

regard :smile:

 
 
Comment by vishnu
2008-01-05 05:12:05

hey from where can i get this xml file
when i download the tamplate its zip
plz tell me clearly wat to do i dont kno………..

Comment by Wizurai
2008-01-13 14:42:37

unzip that file so you can get file .xml

 
 
2008-01-14 14:19:17

[…] 1. How to install a blogger template? […]

 
Comment by ciya
2008-01-14 14:23:37

hi, i’m an old blogger
so what can i do just copy paste right?
but it didn’t work on preview..
could u help me? :)

 
Comment by Jacky Supit
2008-01-18 16:30:28

shizz.. you’re right lol :) hm.. just let it be. thanks for inform me that :)

 
 
2008-01-25 22:52:21

Thank you…thank you..very much for guidence…:)

 
Comment by Pegasus
2008-01-26 23:48:55

Hi Jack,

I have been using 3 Clolumn Scribe template for a while with no problem. Something happened for no appearent reason and my blog is not viewed properly on explorer. There is no problem when viewing by Firefox. What do you think might be causing this problem ?

Thank you…

http://www.aryanon.blogspot.com

Comment by Jacky Supit
2008-01-28 10:45:44

weird, i see your page fine on my i.e 6
what version you are using there?
thanks

 
Comment by Jacky Supit
2008-01-28 10:52:09

oh wait
try to remove any javascript (widgets or any direct javascript inside your template) and see what would happen.
thanks

Comment by Pegasus
2008-01-30 06:11:38

I’ve removed a widget and a javascript but nothing changed. I use i.e 6.0 ..I’ve removed my last two posts but still nothing. It was all fine until the last two posts.

I don’t know if u could figure it out but I still appreciate your help Jack. thanks

(Comments wont nest below this level)
 
 
 
Comment by asimplebride
2008-02-09 14:34:52

hi Jack…
i still have this error below even though im using a new blog and have deleted all widgets except the original…. i cant figure out how to upload the new 3 column template…..help?

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-fr2zru
Additional information
blogID: 1923818473559936897
host: http://www.blogger.com
uri: /html

 
Comment by Decao
2008-02-17 03:27:41

Guy, i have a problem, widget of search not work, his look in the Sponsored links menu.

 
Comment by Dream Traveller
2008-02-23 15:37:39