FAQ’s - My Blogger Market

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

6/04/2010

FAQ’s

  1. How to Install blogger templates?
  2. How to Show or Hide or Auto Hide Navbar Blogger?
  3. How to edit the Navigation Menu?
  4. What criteria you need to submit blogger template?
  5. Can I remove the credit link on blogger template?

How to Install Blogger Templates?
  1. Download a template (Zip or Rar), and Unzip
    file download
  2. Login to Blogger.
  3. Go to Design.
    manage blog
  4. Click Edit HTML.
    edit html
  5. Before changing the template, you should backup your template.
    backup
  6. And than click Browse and Upload
    browse
  7. Click Keep Widgets if you want to keep your old widgets.
    Keep Widgets
  8. Finish, Enjoy your new blog design.

How to Show or Hide or Auto Hide Navbar Blogger?
Navbar
  1. Hide Navbar
    #navbar-iframe { display:none}
  2. Show Navbar
    #navbar-iframe { display:block }
  3. Auto Hide Navbar
    #navbar-iframe{opacity:0;filter:alpha(Opacity=0)}
    #navbar-iframe:hover{opacity:1;filter:alpha(Opacity=100,   FinishedOpacity=100)}

How to edit the Navigation Menu?
Find the similar code like this :
<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Post RSS</a></li>
<li><a href='#'>Comment RSS</a></li>
Replace the marked # with your blog url, or you can follow the example like this :

<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a expr:href='http://yourname.blogspot.com/url about.html'>About</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>

What criteria you need to Submit Blogger Template?
To submit, your template must meet several criteria as below :
  1. Compatible in major browser.
  2. Templates have a good graphic.
  3. No errors when replacing a template.
  4. Do not put excessive credit link (max 2 credit links).

Can I remove the Credit Link on Blogger Template?
No, you should not replace or remove the credit link. All of the templates licensed under a Creative Commons, GPL or similar license, thus removing the credits would be using an illegal copy of the same.

No comments:

Post a Comment

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.

Post Top Ad

Responsive Ads Here