#navbar-iframe {height:0px;visibility:hidden;display:none}

MFBQ

Most Frequent Blogger Questions



I don't know more than I know--sometimes I know even less!
Click to see the incredible list,

All The Things I Don't Know!


If some portion of this blog is unreadable in Firefox, Internet Explorer, or whatever, tell it to go to hell then try another browser!!!

BLOGGER SUPPORT
http://help.blogger.com/?page=contact


BLOGGER PROBLEM REPORT FORM http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=bug_with_blogger_beta&Submit=Submit

BLOGGER HELP FORM
http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=other&Submit=Submit


Tell BLOGGER WISHLIST about a feature you'd like to see in Blogger!

Email Me if you have questions! And make sure the subject line or first two words in the message identify you as an MFBQ reader, so your email won't be mistaken as Squid, Squod, or Spam!

Email your questions to me here!

EMERGENCY STEPS

Kick-starting The Blog
1. Refresh (F5) or Ctrl-F5
2. Clear cache (delete temporary Internet files) and cookies in Tools-Internet Options.
3. Add a question mark to the end of your blog's internet address in the address box and see if it will show the latest update. (Can also be done with other people's url's in the address window.)
4. Republish (if in classic Blogger)
5. Reboot
6. Log out and log back in again (may change to an untroubled server)
7. Change browser (IE, Firefox, others)

---Not necessary to do all of these at once!---

Blogger may make problems for some computers about accepting cookies, especially when you are using the new versions of Internet Explorer or Firefox browsers. Difficulties with accepting scripts may be caused by security systems, antivirus programs, firewalls, and some add-ons. Check all your settings.

You may need to change your browser settings, or to list www.blogger.com and blogger.com as "trusted sites" in your Internet Options-Security so that scripting can occur.

USEFUL BLOGGER HELP FILE

http://help.blogger.com/bin/answer.py?answer=41971&topic=8914

[For Newbies or anyone else who gets lost in the rain in Juarez.]
Showing posts with label template. Show all posts
Showing posts with label template. Show all posts

Thursday, May 28, 2009

Template Corruption

Nitecruzr has already done a good job, I think, on explaining this little fixit, so I'm only going to add a few notes and direct you to his post also called Template Corruption".

The only significant addition I can make is to show the code line in another way so that you can be certain of what you're intended to delete and then replace in his directions.

In my own code (for this blog) I located the following:

<div id='main-wrap1'><div id='main-wrap2'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='HTML9' locked='false' title='' type='HTML'/>
<b:widget id='HTML6' locked='false' title='' type='HTML'/>
<b:widget id='HTML8' locked='false' title='EMERGENCY STEPS' type='HTML'/>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div></div>

It is the line of code in red that I removed and replaced. (See further important details at Chuck's post.)

If you were really familiar with this blog, you'd notice the Email envelope icon has returned below each post for the first time in ages!

Wednesday, December 3, 2008

When Reverting to Classic Template Was A Big Mistake

Oops!
Now you want to revert back to the New Blogger (Layout) version, but Blogger only allows for part of that; unless you had not yet created any page elements, you can't switch back with a single button-push or without some busy work!
1. locate and click on "Customize Design",
2. then click on "Upgrade Your Template ",
3. choose a new template.
4. click "Save the template"

[More below...]



You will be returned to an upgraded version of Blogger (with the layout) in which you will find some aspects of the Layout version, but not the elements that you added previously. You can create new Page Elements, but all the elements that disappeared when you reverted to the Classic template will remain lost. The only way to have kept a "backup" of the page elements would have been to have "expanded" the widget templates and to have made "copy and paste" copies of the text data and kept them in plain-text files (such as Notepad).

I've switched back and forth like this numerous times, but only in a test blog, not in an important blog with things too important for me to lose all the elements, so I may not have noticed every detail of what's possible and what's not. I just know that some things will be possible.

Never discount the possibility of being able to view "cached" versions of your blog in Google or other search engines and possibly being able to "copy and paste" some of your code or info from there. Maybe you can recuperate a goodly portion of it by using your Internet Options to get to the "View Source Code" feature.

But do be careful not to copy any parts of the posts out of the Source Code into your actual template; it will cause great damage if you do!

When Reverting to Classic Template Was A Big Mistake

Oops!
Now you want to revert back to the New Blogger (Layout) version, but Blogger only allows for part of that; unless you had not yet created any page elements, you can't switch back with a single button-push or without some busy work!
1. locate and click on "Customize Design",
2. then click on "Upgrade Your Template ",
3. choose a new template.
4. click "Save the template"

You will be returned to an upgraded version of Blogger (with the layout) in which you may find some aspects of the previous Layout version may reappear. You can also create new Page Elements for those that may be missing, but all the elements that disappeared when you reverted to the Classic template will remain lost. The only way to have kept a "backup" of the page elements would have been to have made "copy and paste" copies of the text data and kept them in plain-text files (such as Notepad).

I've switched back and forth like this numerous times, but only in a test blog, not in an important blog with things too important for me to lose all the elements, so I may not have noticed every detail of what's possible and what's not. I just know that some things will be possible.

Never discount the possibility of being able to view "cached" versions of your blog in Google or other search engines and possibly being able to "copy and paste" some of your code or info from there. Maybe you can recuperate a goodly portion of it by using your Internet Options to get to the "View Source Code" feature.

But do be careful not to copy parts of the posts out of the Source Code into your actual template; it will cause great damage if you do!

Sunday, July 20, 2008

Post Template

Adding code or text to every post
If adding a bit of code to every post is sufficient to do a certain job, why bother with Copy and Paste? Why not use the Post Template? You can use CSS for some things, but it's more difficult in some cases. If you're new to Blogger, it's easier to wrap your brain around the Post Template!

  1. Go to Dashboard,
  2. click on Settings.
  3. click Formatting.
  4. Go almost to the bottom of the page. Post Template is the eleventh item, I believe.
  5. Place any code or text that you wish to have in every post. Every time you create a new post, that template will take effect.
  6. If you start your post above the code, then that code will be at the bottom of each.
  7. As far as that goes, any code you wish could also be at the top of your post, as long as you're careful to put your post between the top template code and the bottom template code.
  8. You are already at the bottom of the Formatting List, but be sure to "Save Changes" before you exit.

[More below...Examples]


Below are items of code or text you might want in every post and can put it in every new post with the Post Template. These are only examples, not meant as literal recommendations—after all, I don't know you well enough!

  • I used to put a colored line at the bottom of each post with <hr color=crimson>
  • a <br /> (or 2 or 3 of them) would add a small blank space.
  • You might add the codes needed in each post for your Expandable post hack or some other item of code (font size or font colors, perhaps) that you like, but hate to type in each time.
  • You can either use it a little or a lot, depending on how comfortable you can get with it or how often you wish to have some of the same formatting in each post.

The Post Template will not help you with existing (old) posts, only with ones you create after the Template has been created.

Post Template

Adding code or text to every post
If adding a bit of code to every post is sufficient to do a certain job, why bother with Copy and Paste? Why not use the Post Template? You can use CSS for some things, but it's more difficult in some cases. If you're new to Blogger, it's easier to wrap your brain around the Post Template!

  1. Go to Dashboard,
  2. click on Settings.
  3. click Formatting.
  4. Go almost to the bottom of the page. Post Template is the eleventh item, I believe.
  5. Place any code or text that you wish to have in every post. Every time you create a new post, that template will take effect.
  6. If you start your post above the code, then that code will be at the bottom of each.
  7. As far as that goes, any code you wish could also be at the top of your post, as long as you're careful to put your post between the top template code and the bottom template code.
  8. You are already at the bottom of the Formatting List, but be sure to "Save Changes" before you exit.

Below are items of code or text you might want in every post and can put it in every new post with the Post Template. These are only examples, not meant as literal recommendations—after all, I don't know you well enough!

  • I used to put a colored line at the bottom of each post with <hr color=crimson>
  • a <br /> (or 2 or 3 of them) would add a small blank space.
  • You might add the codes needed in each post for your Expandable post hack or some other item of code (font size or font colors, perhaps) that you like, but hate to type in each time.
  • You can either use it a little or a lot, depending on how comfortable you can get with it or how often you wish to have some of the same formatting in each post.

The Post Template will not help you with existing (old) posts, only with ones you create after the Template has been created.

Sunday, November 4, 2007

Where Is "Style" In New Blogger?

  1. When you open the template, move to the Edit Html tab and click it.
  2. Search for "Body" and other Style (CSS) items that you might already be familiar with from Classic Blogger, though they are not called "Style" any more in New Blogger templates!

    (Note: CSS stands for Cascading Style Sheets).

  3. You might see something like this:

    body {
    background:oldlace; url("http://www.blogblog.com/harbor/rocks.jpg") no-repeat right bottom;
    background-attachment:fixed;
    margin:0;
    padding:0;
    font:x-small Georgia, Serif;
    color:$textcolor;
    font-size/* */:/**/small;
    font-size: /**/small;
    }

    At that point you are in the Style (or CSS) section.

END.

Where Is "Style" In New Blogger?

  1. When you open the template, move to the Edit Html tab and click it.
  2. Search for "Body" and other Style (CSS) items that you might already be familiar with from Classic Blogger, though they are not called "Style" any more in New Blogger templates!

    (Note: CSS stands for Cascading Style Sheets).

  3. You might see something like this:

    body {
    background:oldlace; url("http://www.blogblog.com/harbor/rocks.jpg") no-repeat right bottom;
    background-attachment:fixed;
    margin:0;
    padding:0;
    font:x-small Georgia, Serif;
    color:$textcolor;
    font-size/* */:/**/small;
    font-size: /**/small;
    }

    At that point you are in the Style (or CSS) section.

END.

Saturday, February 10, 2007

Edit The Template

How to edit or add to the template
Old Blogger;
1. From the Dashboard, click on Template.

New Blogger:
1. From the Dashboard, click on Layout.
OR
1. From the Navbar, click on Customize.

2. Then click on Edit HTML to edit the template.

Now you have to know what you're doing. If you are in New Blogger, you may wish to place the code in a page element instead.


END.

Edit The Template

How to edit or add to the template
Old Blogger;
1. From the Dashboard, click on Template.

New Blogger:
1. From the Dashboard, click on Layout.
OR
1. From the Navbar, click on Customize.

2. Then click on Edit HTML to edit the template.

Now you have to know what you're doing. If you are in New Blogger, you may wish to place the code in a page element instead.


END.

Tuesday, February 6, 2007

Where To Place A Graphic For The Header

New Blogger method, easier for most
1. In Dashboard go to Layout.
2. Click Header in the Layout.
3. Have the url of the image you want to use handy.
4. Type or paste or Browse for the url into one of the two Image boxes,
5. Either an image on your computer or one already hosted on the Web.
6. You can choose to add the photo Behind the Title and Description or
7. You can Replace the Title and Description with the photo.
8. Be sure to Save Changes.


I can't emphasize how much easier the method above is!
Below is the old (Classic) method

This method still useable and ultimately more flexible (but you may be well satisfied with the first method above):

The code you'd look for to put a graphic into the header seems to come from a variety of locations in your template. It might go in the #header or #header-wrapper. The method I usually use is to locate a background url that already exists like these:

#header {
margin: 0 2%;
background-color: $headerBgColor; background:url("
http://2.bp.blogspot.com/_AVxLoZ0mR_0/Rb_W1nLeYQI/AAAAAAAAAIg/
qCR5JYhLf6o/s1600/dgblues.jpg") no-repeat bottom 10px;
color: $headerTextColor;
padding: 0;
font: $headerFont;
position: relative;
}

or

#wrap2
{background:url("xxxhttp://4.bp.blogspot.com/_AVxLoZ0mR_0/
RcNxJHiGO3I/AAAAAAAAAKA/5GfVtiwhGRE/s1600/jg2.jpg")
no-repeat center top; }

If this doesn't make anything more clear, ask again. I won't mind. But I don't know everything!

------------------------------------

It also worked for me to place an extra html/javascript page element above the header, with code like below:


<a href="http://jgblues.blogspot.com/"><img top
src="http://4.bp.blogspot.com/_AVxLoZ0mR_0/RcNxJHiGO3I/AAAAAAAAAKA/
5GfVtiwhGRE/s1600/jg2.jpg" no-repeat center/></a>

but first you'll have to go into the header widget in the template and change it so that the extra header is allowed, like this:

1. Go to Template.
2. Click on Edit Html
3. Click on Expand widget templates.
4. Locate the header widget.
5. It might look like this:
<b:section class='header' id='header' maxwidgets='1'>
6. Change the maxwidgets number to 2 or more.
7. If there's a showaddelement='no', change it to say 'yes'.
8. I don't advise removing the old header entirely unless you can otherwise preserve the title for the search engines, but if you mean to try, I understand that you'll have to change locked='yes' to 'no'.
9. Save your new template.

Some have remarked that they have no header at all, and I don't know what that's about. In new blogger, you might find a section like this, which reflects the fact above that I have the mentioned html/javascript page element added to that header.

<b:section class='header' id='header' maxwidgets='4'><b:widget id='HTML6' locked='false' title='' type='HTML'/><b:widget id='Header1' locked='true' title='JUDY GARLAND BLUES (Header)' type='Header'/></b:section>

Various statements of fact and warnings on this subject may be missing or careless at present, so beware.

Where To Place A Graphic For The Header

New Blogger method, easier for most
1. In Dashboard go to Layout.
2. Click Header in the Layout.
3. Have the url of the image you want to use handy.
4. Type or paste or Browse for the url into one of the two Image boxes,
5. Either an image on your computer or one already hosted on the Web.
6. You can choose to add the photo Behind the Title and Description or
7. You can Replace the Title and Description with the photo.
8. Be sure to Save Changes.


I can't emphasize how much easier the method above is!
Below is the old (Classic) method

This method still useable and ultimately more flexible (but you may be well satisfied with the first method above):

The code you'd look for to put a graphic into the header seems to come from a variety of locations in your template. It might go in the #header or #header-wrapper. The method I usually use is to locate a background url that already exists like these:

#header {
margin: 0 2%;
background-color: $headerBgColor; background:url("
http://2.bp.blogspot.com/_AVxLoZ0mR_0/Rb_W1nLeYQI/AAAAAAAAAIg/
qCR5JYhLf6o/s1600/dgblues.jpg") no-repeat bottom 10px;
color: $headerTextColor;
padding: 0;
font: $headerFont;
position: relative;
}

or

#wrap2
{background:url("xxxhttp://4.bp.blogspot.com/_AVxLoZ0mR_0/
RcNxJHiGO3I/AAAAAAAAAKA/5GfVtiwhGRE/s1600/jg2.jpg")
no-repeat center top; }

If this doesn't make anything more clear, ask again. I won't mind. But I don't know everything!

------------------------------------

It also worked for me to place an extra html/javascript page element above the header, with code like below:


<a href="http://jgblues.blogspot.com/"><img top
src="http://4.bp.blogspot.com/_AVxLoZ0mR_0/RcNxJHiGO3I/AAAAAAAAAKA/
5GfVtiwhGRE/s1600/jg2.jpg" no-repeat center/></a>

but first you'll have to go into the header widget in the template and change it so that the extra header is allowed, like this:

1. Go to Template.
2. Click on Edit Html
3. Click on Expand widget templates.
4. Locate the header widget.
5. It might look like this:
<b:section class='header' id='header' maxwidgets='1'>
6. Change the maxwidgets number to 2 or more.
7. If there's a showaddelement='no', change it to say 'yes'.
8. I don't advise removing the old header entirely unless you can otherwise preserve the title for the search engines, but if you mean to try, I understand that you'll have to change locked='yes' to 'no'.
9. Save your new template.

Some have remarked that they have no header at all, and I don't know what that's about. In new blogger, you might find a section like this, which reflects the fact above that I have the mentioned html/javascript page element added to that header.

<b:section class='header' id='header' maxwidgets='4'><b:widget id='HTML6' locked='false' title='' type='HTML'/><b:widget id='Header1' locked='true' title='JUDY GARLAND BLUES (Header)' type='Header'/></b:section>

Various statements of fact and warnings on this subject may be missing or careless at present, so beware.

Thursday, February 1, 2007

Changing Templates In New Blogger

You have to change, but you don't have to change!

At some point soon, most of you who have held back will be forced to make the change to New Blogger. When you get there (are Migrated), you may not have to change your template immediately or even for a long while.

Those of you with a heavily customized template can (sorta) keep it!

However, you can't quite keep your own--not if you upgrade! Sadly, if the time comes when you have to or want to change to a new template so that you can utilize the full range of new features in New Blogger, then you may as well realize going in that the template choices are few. You may find them all dull and boring.

Cheer up if you're dumping an attractive customized template! It will take work, but just choose one and let the system Upgrade your template. Later, as time goes by and you learn how things work in the new set-up, you can begin to make the changes in your new template so that it will resemble your old one.

Keep a copy of your old template for reference. You will be able to Copy and Paste portions of it into the new template, as well as restore the additions you made to your old css code that are not in your new template.

Changing Templates In New Blogger

You have to change, but you don't have to change!

At some point soon, most of you who have held back will be forced to make the change to New Blogger. When you get there (are Migrated), you may not have to change your template immediately or even for a long while.

Those of you with a heavily customized template can (sorta) keep it!

However, you can't quite keep your own--not if you upgrade! Sadly, if the time comes when you have to or want to change to a new template so that you can utilize the full range of new features in New Blogger, then you may as well realize going in that the template choices are few. You may find them all dull and boring.

Cheer up if you're dumping an attractive customized template! It will take work, but just choose one and let the system Upgrade your template. Later, as time goes by and you learn how things work in the new set-up, you can begin to make the changes in your new template so that it will resemble your old one.

Keep a copy of your old template for reference. You will be able to Copy and Paste portions of it into the new template, as well as restore the additions you made to your old css code that are not in your new template.

Monday, September 4, 2006

Backup The Template

FOR CLASSIC BLOGGER:

If you never made a backup of the template and stored it somewhere safe like in Notepad or some other plain text editor, you can reload (select again) one of Blogger's standard templates. It will merely overwrite the one that's gotten damaged. It will not damage your posts.

If you have customizations (such as links, etc. in the sidebar) in your current template, copy all that so that later you can Copy just those bits and Paste it into the new template to bring it up to par with how it was supposed to be.


If this works out, then you can make a new Safety Copy of the template! You know, right-click your mouse, then Select All, then right click again, and Copy. Keep it in memory and go straight to where you're placing the copy so that you can Paste it in there and save that file. Call it SafetyTemplate.txt or anything else you won't forget!

Attach date to filename:

Later you may want to keep several copies at a time, so you can attach a number or the date of the save to the file. Name it something you can remember.

Today is 09/04/06.

A saved template file might therefore be SafetyTemplate090406.txt

FOR NEW BLOGGER:

The new system lets you download copies of the template to your hard disk, but since it's XML instead of HTML, you can't do as much with it. You can keep it safe, you can keep copies from different days. The Widgets are not there; they are evidently stored on the servers along with the posts. It's a different situation now.

Backup The Template

FOR CLASSIC BLOGGER:

If you never made a backup of the template and stored it somewhere safe like in Notepad or some other plain text editor, you can reload (select again) one of Blogger's standard templates. It will merely overwrite the one that's gotten damaged. It will not damage your posts.

If you have customizations (such as links, etc. in the sidebar) in your current template, copy all that so that later you can Copy just those bits and Paste it into the new template to bring it up to par with how it was supposed to be.


If this works out, then you can make a new Safety Copy of the template! You know, right-click your mouse, then Select All, then right click again, and Copy. Keep it in memory and go straight to where you're placing the copy so that you can Paste it in there and save that file. Call it SafetyTemplate.txt or anything else you won't forget!

Attach date to filename:

Later you may want to keep several copies at a time, so you can attach a number or the date of the save to the file. Name it something you can remember.

Today is 09/04/06.

A saved template file might therefore be SafetyTemplate090406.txt

FOR NEW BLOGGER:

The new system lets you download copies of the template to your hard disk, but since it's XML instead of HTML, you can't do as much with it. You can keep it safe, you can keep copies from different days. The Widgets are not there; they are evidently stored on the servers along with the posts. It's a different situation now.

Sunday, July 30, 2006

Recover Your Template

Rote Advice For Recovering From Damaged Template

Is your blog showing as a blank screen or as incomplete? First of all, in Classic take the easy path and Republish. See if it clears up. Then check your template and see if it's truncated. You may not have caused the damage, but it happens! You have probably not lost any posts. Proceed.

If you don't have a safety copy of it, you could select a new or the same template over again and it might straighten out. If the template sidebar wasn't too changed, it might be a small loss to be repaired. Even better might be Googling for a cached version of the blog.

For that purpose, see if you can find a cached copy of your blog in Google or other search engine. If posts are missing, you might copy and paste a still-correct post. You can also go into Source code to copy the parts of the template you may be in danger of losing and yet absolutely need to preserve.

Be sure NOT to get in the View Source and copy any of the posts into your template later; they are not supposed to be there and the template will malfunction!

Selecting a new (or the same) template will not destroy your posts, only your current template (including the sidebar information).

If you are in New Blogger, you can go to the Edit Html box, look at the bottom of it, and locate the lines

Revert to Classic Template.
View Classic Template.


Click on one of the lines. If you don't revert, you can copy and paste the old template and then use parts of it to sort out your current version. Remember that the code parts that were in your Classic template will go instead into some of the Page Elements that you create in New Blogger.

END.

Recover Your Template

Rote Advice For Recovering From Damaged Template

Is your blog showing as a blank screen or as incomplete? First of all, in Classic take the easy path and Republish. See if it clears up. Then check your template and see if it's truncated. You may not have caused the damage, but it happens! You have probably not lost any posts. Proceed.

If you don't have a safety copy of it, you could select a new or the same template over again and it might straighten out. If the template sidebar wasn't too changed, it might be a small loss to be repaired. Even better might be Googling for a cached version of the blog.

For that purpose, see if you can find a cached copy of your blog in Google or other search engine. If posts are missing, you might copy and paste a still-correct post. You can also go into Source code to copy the parts of the template you may be in danger of losing and yet absolutely need to preserve.

Be sure NOT to get in the View Source and copy any of the posts into your template later; they are not supposed to be there and the template will malfunction!

Selecting a new (or the same) template will not destroy your posts, only your current template (including the sidebar information).

If you are in New Blogger, you can go to the Edit Html box, look at the bottom of it, and locate the lines

Revert to Classic Template.
View Classic Template.


Click on one of the lines. If you don't revert, you can copy and paste the old template and then use parts of it to sort out your current version. Remember that the code parts that were in your Classic template will go instead into some of the Page Elements that you create in New Blogger.

END.

Monday, July 17, 2006

Scribe--additional words for links

If you're using the scribe template, thE script for the various titles is NOT a font, but each word is an graphic. You may want to know the following for further heading titles:

p.s. Every time I click on it, there's a glitch, a pause of a couple of seconds, that claims an "Internal Error" and then it goes on to the site. Be patient and it'll come up.

SCRIBE FONT, ADDITIONAL WORDS

Scribe--additional words for links

If you're using the scribe template, thE script for the various titles is NOT a font, but each word is an graphic. You may want to know the following for further heading titles:

p.s. Every time I click on it, there's a glitch, a pause of a couple of seconds, that claims an "Internal Error" and then it goes on to the site. Be patient and it'll come up.

SCRIBE FONT, ADDITIONAL WORDS

Wednesday, July 5, 2006

How To See The Template

And Edit The Template

Go to your Dashboard.
Make sure you're logged in.
Click on your blog name.
"Template" should appear up above.
Click on the word Template.
Now you see it.
Is it complete? Or Truncated?
It should be quite long and should end in most cases with </html>
If it's short or ends in the middle of a line, that's probably wrong.

If you find damage in the template, see this post, Reover Your Template.

If the template looks all right, you can proceed to edit it in the Blogger Post Editor. Good luck!