Saturday, November 7, 2009

Guzel Magazine Blogger Template

Featuring Blogger Template

Template Name : Guzel Magazine
Original Designer : Custom Theme Design
Bloggerized by : Free Blogger Template
Demo Url : CLICK HERE
Download : Guzel.zip


Guzel magazine is another free premium wordpress theme designed by Custom Theme Design team for WordPress community. Now I convert it for Blogger Community :P.
GUZEL MAGAZINE BLOGGER TEMPLATE IS FREE PREMIUM BLOGGER TEMPLATE. EVERYONE CAN USE IT FOR FREE, NO NEED TO BUY OR MAKE A DONATION. IF YOU APPRECIATE MY JOB, PLEASE DON'T REMOVE THE FOOTER CREDIT LIKE DESIGNER AND ALL SPONSORS.

THANKS


Instalations Guide :

1. Top Navigations

NOTE :
"BLUE CODE" => LINK/URL ANCHOR
"RED CODE" => TEXT ANCHOR
CHANGE RED AND BLUE CODE WITH YOUR ORN.

Go to Edit HTML the find the code below
<div id='topleft'>
<ul id='pagenavigation'>
<li class='page_item'><a href='/index.html'>Home</a></li>
<li class='page_item'><a href='#'>Categories</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>

<li class='page_item'><a href='#'>Archives</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>
</ul>
</div>

Adding new menu :
<div id='topleft'>
<ul id='pagenavigation'>
<li class='page_item'><a href='/index.html'>Home</a></li>
<li class='page_item'><a href='#'>Categories</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>

<li class='page_item'><a href='#'>Archives</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>
<li class='page_item'><a href='#'>New Menu 1</a></li>
<li class='page_item'><a href='#'>New Menu 2</a></li>

</ul>
</div>

Adding new menu with sub menu:
<div id='topleft'>
<ul id='pagenavigation'>
<li class='page_item'><a href='/index.html'>Home</a></li>
<li class='page_item'><a href='#'>Categories</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>

<li class='page_item'><a href='#'>Archives</a>
<ul>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
<li class='page_item'><a href='#'>SUB MENU</a></li>
</ul>
</li>
<li class='page_item'><a href='#'>New Menu</a>
<ul>
<li class='page_item'><a href='#'>NEW SUB MENU</a></li>
<li class='page_item'><a href='#'>NEW SUB MENU</a></li>
<li class='page_item'><a href='#'>NEW SUB MENU</a></li>
</ul>
</li>

</ul>
</div>

2. Middle Navigations
<div id='menux'>
<ul id='dmenu'>
<li class='cat-item'><a href='http://www.youtube.com'>Video</a>
<ul class='children'>
<li class='cat-item'><a href='http://www.youtube.com'>YouTube</a></li>

<li class='cat-item'><a href='http://www.metacafe.com'>Metacafe</a></li>
<li class='cat-item'><a href='http://www.dailymotion.com'>DailyMotion</a></li>
</ul>
</li>
<li class='cat-item'><a href='http://www.blogger.com'>Blog</a>
<ul class='children'>
<li class='cat-item'><a href='http://www.blogger.com'>Blogger</a></li>
<li class='cat-item'><a href='http://www.wordpress.com'>Wordpress</a></li>
</ul>
</li>
</ul>
</div>

How to add new menu [with sub menu]? See the step 1.
3. Left Featured box/Post Feature



I did not make this "post feature" automatic update, because many people requesting for manually when adding a post in the "post feature box". So I made it as a widget element. You only need to click the text "Featured1/Featured2/Featured3/Featured4" then you add a widget as you wish.

Example:
1. Click "Featured1/Featured2/Featured3/Featured4"
2. Add a Widget => html/javascript
3. Place your post Title in "Title Box" and yout post summary in "Content Box"
4. Save

4. Right Featured box



This once have a same way with step 3.

Adding popular post widget:

1. Click "Popular" => Add a Widget => html/javascript
2. Below is the code for show your popular post
<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ul style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ul>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=a7d3195528df5e96181a3d2712266226&url=http%3A%2F%2FYOURBLOGNAME.blogspot.com&num=5" type="text/javascript"></script>

Just change "YOURBLOGNAME.blogspot.com" with your blog url.
"5" mean only show five popular post. Change "5" with your number of popular post wanna show.

Adding Recent Post :

Click "Recent" => Add a Widget => Feed => input your blog/post feed url
Example : http://yourblogmane.blogspot.com/feeds/posts/default

Adding Recent Comment :

Click "Comments" => Add a Widget => Feed => input your comments feed url
Example : http://yourblogmane.blogspot.com/feeds/comments/default

Adding Post Tags :

Click "Tags" => Add a Widget => Labels => See the picture below



ALL DONE....................

55 comments:

  1. wew... i will develop this to my new blog... thx... it's my dreams template...

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. When title of post too long. This template have break!

    ReplyDelete
  5. Popular posts doesn't work for me

    ReplyDelete
  6. Hey.
    I have installed the template but it is showing some errors on IE. Here is the detail:

    1. the comments box becomes very very big.
    2. The followers tag becomes very big on being installed.
    3. The page has error as shown by Internet Explorer :http://blogger.com/static/v1/widgets/70934109-widgets.js

    ReplyDelete
  7. Hello,

    I'm having some problems too

    1. The read more feature doesn't work properly: I can't control the amount of the post I want to show on the homepage. No matter where I put the tags full post and span

    2. Comments are very wide apart

    3. Pictures look odd

    You can find me at http://www.hetmoederfront.nl

    Could you please help?

    ReplyDelete
  8. thank you very much for this template

    i was able to use it to my blog

    http://www.flipnomad.com

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete
  10. hi,

    one last question, everything looks great in firefox, but when i checked it in internet explore, it looks different, all the side bar are below the last posts.

    here's my site: www.flipnomad.com

    please advise

    thanks!

    ReplyDelete
  11. thx for nice job, i like it so much.

    ReplyDelete
  12. Your blog is really cool! I will wait when you finish. Thank you for interesting articles.
    more templates easy to download

    ReplyDelete
  13. hi can i change and costumize the color of this template??? how i may do it??? please email me @ jdprochina@gmail.com for your answers

    i just really love this template but i want to have a more colorful colors withs templates pls help

    ReplyDelete
  14. its possible change de main page? i don't like whith "read more". its possible take all de post in main page?

    sorry my englhis, i'am portuguese

    ReplyDelete
  15. good template

    ReplyDelete
  16. how can i change the number of posts displayed in homepage

    ReplyDelete
  17. @dpubmiirror
    you can change it as follows:
    Settings -> Formatting -> Show x posts on main page

    ReplyDelete
  18. @ flipnomad

    Really beautiful template..
    But when title is going long.. template is breaking.
    Sometimes when I am trying to add gadget then showing error.
    All problem I faced in firefox.

    ReplyDelete
  19. ohh ..forget

    it's my site http://hitechworld4u.blogspot.com/

    ReplyDelete
  20. Anyone have this theme for Wordpres???

    ReplyDelete
  21. I want to make the "post feature" automatic update in this theme ...plz tell me how to do that....any help will be deeply appreciated...thanks in advance

    ReplyDelete
  22. Thx for the nice template.... :)
    This is what i'm looking for.
    GBU

    Regards
    nzhu19.blogspot.com

    ReplyDelete
  23. very nice..i like it this template..thanks. and thank you very much for tutorials.

    ReplyDelete
  24. thank, nice template, i have just used this template for my blog.

    ReplyDelete
  25. Hello there!
    Please help me on the following issues:

    Firts I'd like to say I like this template very much and don't like to change it! But I have the following problems:

    1. The field for Comments is soooo big / look here --> http://hrkeyfunctions.blogspot.com/2010/02/what-are-top-ten-skills-that-employers_8432.html

    How to get it smaller?

    2. The color of the comments is red. How o change it?

    3. The background of the comments is a little bit yellow. How to change it?

    4. On the main page instead of Comments in English, the word there is another language. How to change it into English?

    Thanks in advance!!!
    Need HELP

    ReplyDelete
  26. That's one clean and professional looking template. Thank you so much for providing it for free.

    Cheers,
    Pam

    ReplyDelete
  27. http://clip2net.com/clip/m27847/1277289440-clip-10kb.jpg

    Missing menu "Add a Gadget" for Featured...in default themes same...how fix ?

    ReplyDelete
  28. Yup.
    Even I am facing the same problem as UaHummer ( the one who has posted above me).
    I have been using this theme since the last six months on www.poorjokes.in
    Add a Gadget is missing for Featured Items !Please help !!!

    ReplyDelete
  29. I have the same problem as both of the upper post. What can we do?

    ReplyDelete
  30. I don`t found a fix ... but you can use to edit Google Ghrome with login in blogger.com

    ReplyDelete
  31. I've written a solution at http://www.vtechtip.com, hope you guys like it.

    ReplyDelete
  32. Thanks for the codes. I'll try it now.

    ReplyDelete
  33. http://clip2net.com/clip/m27847/1277289440-clip-10kb.jpg

    Missing menu "Add a Gadget" for Featured...in default themes same...how fix ?

    how can we fix this? pls reply

    ReplyDelete
  34. I have the same problem as both of the upper post. What can we do?

    ReplyDelete
  35. I want to make the "post feature" automatic update in this theme ...plz tell me how to do that....any help will be deeply appreciated...thanks in advance.

    BTW, thank you for sharing this.

    ReplyDelete
  36. to add feature post you must do it manually look at my blog http://softwares-freeware.blogspot.com


    It's work for me..

    ReplyDelete
  37. Great! added this to references. thanks!


    myblogs:How to finger a girl|Cityville Cheats

    ReplyDelete
  38. Great! added this to references. thanks!
    my blogs: how to know if a girl likes you | how to get taller

    ReplyDelete
  39. Thanks for the FANTASTIC post! This information is really good and thanks a ton for sharing it :-)
    sciatic nerve pain
    easy guitar songs
    easy guitar tabs
    lower ab workout

    ReplyDelete
  40. Start Making Money On Demand Using the Internet, SEE HOW NOW
    Income Entourage

    ReplyDelete
  41. My Blog Is. http://freedownloadmedia7.blogspot.com/

    I Use GUZEL MAGAZINE TEMPLATE.

    I Want To Create Clickable Thumbnail On Hompage Please Help Me.

    ReplyDelete
  42. blog is too good and its helpful for readers really nice blog...

    ReplyDelete
  43. Nice theme I'm gonna use it on my next site. I loved the layout and design of the site. Share it to each other is my current website and I am constantly conscious of it's design factor.

    ReplyDelete
  44. Great post. thank you for sharing.

    ReplyDelete
  45. Great! added this to references. thanks!

    ReplyDelete