JACKBOOK.COM

Contact Us | Advertise Here

Garland Theme Download – Available for Wordpress Theme and Blogger Template (Blogspot)

posted under blogger templates gallery by admin
sponsored links



This theme is originally for Wordpress.com, Based on Themetastic for Drupal by Stefan Nagtegaal and Steven Wittens. For you Wordpress.com Users, it is already on your theme list under your Dashboard – Presentation. Please read more to find the download link

Garland Wordpress Theme for Blogger TemplateTemplate Info
Name: Garland
Column: 3
Blogging System: Wordpress, Blogger/Blogspot
Designed By: Stefan Nagtegaal and Steven Wittens. Originally for Wordpress.comClick on the Image Above, or click me to see the DEMO Blog.

This theme is originally for Wordpress.com, Based on Themetastic for Drupal by Stefan Nagtegaal and Steven Wittens. For you Wordpress.com Users, it is already on your theme list under your Dashboard – Presentation.

For you who use Wordpres on your self hosting, you can download this theme here.

GARLAND WORDPRESS THEME
DOWNLOAD HERE

And for you Blogger / Blogspot users, Now it’s available for you on xml.

Download Garland BLogger Template Version 1.0

Downloaded a total of 14605 times


Please let us know if the link is broken.

Next, if you meet or found a great site, or great theme or template but it’s not compatible with your blogging software. just tell us, we’ll try our best to provide it for you! :)

FAQ (Update each time readers submit new question)

Q : … Was wondering if you knew how I could add code to create “margin -border” above the “footer” text in centre – content, given your experience with this theme? I’m wanting to make a small distinction from text of last post or page. by David
A : Hi David,
I see that you use wordpress, it’s ok. you can add margin, border or whatever on your footer. i want to give 2 version of this,
1. put border-top above the footer. and of course you can add margin too if you want to.
here is the screenshot:
Customizing Garland Footer Border

2. move all the footer out of the content section, and put it outside the white area. here is the screenshot:

Customizing Garland Footer Moved

Here is the how to:

- Add border onto your footer,
Customizing Garland Footer Border
1. Go to your theme editor, open stylesheet file. (Wordpress Users only)
2. find this code:

#wrapper #container #footer {clear: both;color: #898989;float: none;margin: 4em 0 -3em;text-align: center;}

3. Replace with this code below:

#wrapper #container #footer {clear: both;color: #898989;float: none;margin: 4em 0 -3em;text-align: center;border-top: 1px solid #ccc; /*this add border above your footer, 1px is the line height, solid is the line style, #ccc is the color, change as your desired*/margin-top: 20px; /*actually this margin is not necessary i think, since it has been set on the  line above (margin: 4em 0 -3em;) 4em is your top margin. i think border is enough*/}

4. save your theme by click on the Update File button (For Wordpress) and Save Template Button for blogger.
5. Refresh your blog. done

- Move the footer out of the white area
Customizing Garland Footer Moved
For Garland Wordpress Theme
1. Go to your theme editor, and open the footer file.
2. It should look pretty much like this:

</div><!-- end content -->

<span class="clear"></span>

<div id="footer"><a href="http://www.jackbook.com/2007/07/garland-wordpress-theme.html" >Garland Wordpress Theme</a> designed by <a href="http://acko.net/">Steven Wittens</a> and Stefan Nagtegaal.</div>

</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->

<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>

</div> <!-- /container --></div>

<!-- /layout -->

<?php do_action('wp_footer'); ?>

</body></html>

3. Change or replace all that with this code below:

</div><!-- end content -->

</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->

<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>

<span class="clear"></span>

<div id="footer"><a href="http://www.jackbook.com/2007/07/garland-wordpress-theme.html" >Garland Wordpress Theme</a> designed by <a href="http://acko.net/">Steven Wittens</a> and Stefan Nagtegaal.</div>

</div> <!-- /container --></div>

<!-- /layout -->

<?php do_action('wp_footer'); ?>

</body></html>

4. Save theme by click on the Update File button
5. Refresh your blog and done.

For Garland Blogger Template
1. Go to your HTML Editor on your dashboard
2. Find this code below:

<span class='clear'/>

<!-- please respect our work, do not remove all this footer. thanks for using our template, keep visiting us on www.jackbook.com for more unique and funny template. thanks --><div id='footer'><b:section class='footer' id='footer'/>

<a href='http://www.jackbook.com/2007/07/garland-wordpress-theme.html'>Garland Wordpress Theme</a> by <a href='http://acko.net/'>Steven Wittens</a> and Stefan Nagtegaal.</div>       </div>   </div></div></div>

<div class='sidebar' id='sidebar-right'><b:section class='rightsidebar-content' id='rightsidebar-content1'><b:widget id='Profile1' locked='false' title='About Me' type='Profile'/><b:widget id='LinkList1' locked='false' title='BlogRoll' type='LinkList'/><b:widget id='Feed1' locked='false' title='Jack Book' type='Feed'/></b:section></div>

<span class='clear'/>

</div> <!-- /container -->

3. Change or replace with this html code below:

<span class='clear'/>

       </div>   </div></div></div>

<div class='sidebar' id='sidebar-right'><b:section class='rightsidebar-content' id='rightsidebar-content1'><b:widget id='Profile1' locked='false' title='About Me' type='Profile'/><b:widget id='LinkList1' locked='false' title='BlogRoll' type='LinkList'/><b:widget id='Feed1' locked='false' title='Jack Book' type='Feed'/></b:section></div>

<span class='clear'/>

<!-- please respect our work, do not remove all this footer. thanks for using our template, keep visiting us on www.jackbook.com for more unique and funny template. thanks --><div id='footer'><b:section class='footer' id='footer'/>

<a href='http://www.jackbook.com/2007/07/garland-wordpress-theme.html'>Garland Wordpress Theme</a> by <a href='http://acko.net/'>Steven Wittens</a> and Stefan Nagtegaal.</div>

</div> <!-- /container -->

4. Save the template
5. Refresh your blog, and Done

Q: How to Add Space between elements? by. David

A: To add or increase space between elements, you can use padding style on it.

As an example you own style, try to do this step:
1. find this code inside your stylesheet.

#wrapper #container #footer {clear: both;color: #898989;float: none;margin: 4em 0 -3em;text-align: center;border-top: 2px solid #0E13AA;}

2. Add a padding-top, so it become like this;

#wrapper #container #footer {clear: both;color: #898989;float: none;margin: 4em 0 -3em;text-align: center;border-top: 2px solid #0E13AA;padding-top: 10px; /*change the value as your desire*/}

3. save / update your file.
4. refresh your blog. and done ;)

Imagine a box
padding-top: padding-top is your top space inside the box.
so padding-left, padding-right, padding-bottom
you can even set all of them in one line. so it format is like this
Padding: top-value-here right-value-here bottom-value-here left-value-here;
eg.
padding: 10px 0 10px 0; /* this will gives you padding-top: 10px, padding-right: 0; padding-bottom:10px, and padding-left:0; */

Margin-top: is the top space outside the box.
so margin-left, right and bottom.
the definition would be similar to the padding explanation above.

Q: Jack, it still looks crap in Internet Explorer…. by David

A: Oh.. I see. sorry i didn’t notice that you said it crap in Ie. well.. yes, Ie Sucks make people suick you know.

You need to add extra code to deal with Ie.

try this steps, please backup your theme first;

1. As usual, Go to your theme editor, open the Footer template.
2. Find this code (i know it doesn’t look like this below, but i’m sure you know what i mean)

<span class="clear"></span>

<div id="footer"><font color="#7a279b">Esoterica Aborigenesis © Crowmanic • Theme: Garland by <a href="http://acko.net/">Steven Wittens</a> and Stefan Nagtegaal • Ported by <a href="http://incoherentbabble.com/2007/05/16/garland-for-wordpress-22/">Chris Meller</a></font></div>

</div> <!-- /container --></div>

<!-- /layout -->

</body></html>

3. Change with this code below;

</div> <!-- /container -->

<span class="clear"></span>

<div id="footer"><font color="#7a279b">Esoterica Aborigenesis © Crowmanic • Theme: Garland by <a href="http://acko.net/">Steven Wittens</a> and Stefan Nagtegaal • Ported by <a href="http://incoherentbabble.com/2007/05/16/garland-for-wordpress-22/">Chris Meller</a></font></div>

</div>

<!-- /layout -->

</body></html>

guess what’s changing :)
4. Save the file. and refresh your blog.
how is it now? does it work? Stop here if it works. done!

What? no? doesn’t work? ok, next step
5. still on the theme editor, open the Stylesheet file,
add this code below;

.clear:after {content: ".";display: block;height: 1px;clear: both;visibility: hidden;}.clear {display: inline-block;width: 100% !important;height: 1px;clear: both;}* html .clear {height: 1px;}.clear {display: block;}

6. Save the file. and do refresh your blog again.

Still not working? Next Step

7. find this code below, still under your stylesheet file

#wrapper #container #footer {      clear: both;      border-top: 2px solid #0E13AA;      color: #898989;      float: none;      margin: 4em 0 -3em;      text-align: center;      padding: 6px 0 6px 0;}

Change with this new code below

#wrapper #container #footer {      clear: both;      border-top: 2px solid #0E13AA;      color: #898989;      float: none;      margin: 4em 0 -3em;      text-align: center;      padding: 6px 0 6px 0;      width: 100% !important;}

That’s the last try. hope it works! if it doesn’t work, please revert to the previous file before all this steps. and let us know the result :)

Oh, and don’t worry about don’t use our theme. it’s ok. glad if i can do help you David. you can add our blog to your blogroll if you think our site is useful :D

The garland wordpress theme above, is also ported by Chriss Miller, i just modify the background, and also convert the new version for blogger template.

ok, have a nice try

a little new added:
a message by our finance donor. thanks

Using garland wordpress theme in a business web site seems not so good an idea because of the sheer competition among the business community. The competition is as blooming as is seen among the business hosting providers. These service providers try to win the competition by coming up the cheap web hosting with all the features of a standard package. Some of them can even offer limited time domain name registration with extra features at no extra charges to pay such as extra storage space, and may sometimes overselling the domains.



Readers who read this page, also read:

  • Free Premium Blogger Template
  • iPhone Template
  • Sarah Palin Miss Alaska Photos
  • Blogger Mess Up with Firefox!
  • Blogger Templates – Communist

  • Clean Elegant Wordpress Theme
  • Clean Elegant Blogger Template
  • Fluid Solution – Wordpress Theme Converted to Blogger Template
  • Wordpress Admin Themes Converted into Blogger Templates
  • Blogger Templates – Connexion
  • Yellow Box
  • Blogger Templates – Creation
  • Blogger Templates – Communist
  • iPhone Template
  • I saw a beautiful website, could you please convert that design into wordpress theme and blogger templates please?
  • Blogger Templates – Japanese Fleur, Oriental Baby :)
  • oops.. so this is friday? :D (update: lemon twist blogger template is coming :)
  • Blogger Templates – Field of Dreams
  • Failed to connect to FTP Server WordPress 2.7 – Can’t Auto Update Plugins!
  • Dreamworks Redux Blogger Template Request
  • iphone blogger template #2 – iphone theme
  • So we can now put Google adsense on Wordpress.Com?
  • Dark Blogger Template, Slined Mod 2.0 by Dandyna
  • Blogger Templates Butterfly
  • Free Premium Blogger Template

« How to remove nofollow tag on Blogger / Blogspot
Blogger Mess Up with Firefox! »


Press Enter
Our Feed Subscriber

Popular Articles

  • Blogger iPhone Template
  • Printable Pumpkin Carving Stencils
  • Sarah Palin Miss Alaska Photos
  • Recent Articles
  • Categories
  • Archives
  • Fujitsu LifeBook P8010 | The LifeBook Review
  • Acer Aspire Review | Acer Aspire M5640-U5403A
  • Sony VAIO Notebook | Sony VAIO VGN-FZ180E/B
  • Toshiba Portege R500-S5001 X Review
  • Apple iMac Computer | Apple iMac 2.4GHz
  • JC Penney Kitchen Furniture Savings | Get 4.99 Shipping on JC Penney Kitchen Furniture with Coupon Code ONLY499
  • Boscov’s Shoes Savings | Get Great Deals on Boscov’s Shoes with Discount Coupons
  • Bealls Children’s Apparel Savings | Get Free Shipping on Bealls Children’s Apparel with Coupon Code FREE100
  • HSN Jewelry Savings | Save 15% on First Purchase on HSN Jewelry with Coupon Code C74023
  • Sears Lawn and Garden Savings | Save On Sears Lawn and Garden with Coupon Code SEARS5OFF50
  • LG Dare – Verizon’s Top Phone
  • Learning Letters Mailbox Coupons | Enjoy Saving with Learning Letters Mailbox Printable Coupons
  • BlackBerry Storm 2 | The New Blackberry Design
  • 2-in-1 Learning Kitchen Toy Coupons | Enjoy Saving with 2-in-1 Learning Kitchen Toy Printable Coupons
  • The Magic Mouse | Apple’s Multi-Touch Mouse
  • Dell XPS | Dell XPS M1330
  • MacBook Air | MacBook Air Laptop Review
  • Gateway GT5670 | Gateway GT5670 Desktop Computer
  • NASCAR.Com Superstore Savings | Save 15% or More on Racing Gear at NASCAR.Com Superstore with Coupon Codes
  • StuffedAnimals.Com Savings | Save 10% or More on Toys at StuffedAnimals.Com with Coupon Codes
  • blog
  • blog-tips
  • blogger hacks
  • blogger templates gallery
  • boxing
  • cars
  • cooking
  • coupons
  • download freeware
  • electronics
  • featured sites
  • funny pictures
  • gadgets
  • games
  • health
  • make money online
  • misc fun sexy
  • music
  • notebook
  • personal
  • seo tips
  • sexy
  • sexy-news
  • sports
  • virus
  • wordpress
  • October 2009 (25)
  • July 2009 (3)
  • June 2009 (11)
  • May 2009 (64)
  • April 2009 (97)
  • March 2009 (30)
  • February 2009 (78)
  • January 2009 (130)
  • December 2008 (211)
  • November 2008 (103)
  • October 2008 (115)
  • September 2008 (146)
  • August 2008 (74)
  • July 2008 (20)
  • June 2008 (23)
  • May 2008 (33)
  • April 2008 (18)
  • March 2008 (10)
  • February 2008 (6)
  • November 2007 (13)
  • October 2007 (14)
  • September 2007 (8)
  • August 2007 (12)
  • July 2007 (19)
  • June 2007 (10)
  • May 2007 (18)
  • April 2007 (3)
JackBook.Com | sitemap | Privacy Policy | Copyright
Copyright © Jackbook 2009