Quantcast

40+ free high-quality Joomla themes

Mon, Jan 19, 2009

Design, Themes

In this article we present 40 free high-quality Joomla 1.5 themes. The themes included in this post have all been manually selected, installed and tested over the last weeks with Joomla 1.5.x. All of the themes can be downloaded, customized and used for free in both personal and commercial projects. Where available we have provided links to demo-sites to provide a direct preview of the themes.

High-quality Joomla themes are always worth investigating. Whether you are looking for some inspiration for your personal blog design or for a professional company website you’re developing for a client, you can learn a lot. You may choose apply them directly or you can use them as foundation for a customized designs where you can save significant amount of time by not starting from scratch.

To help you quickly find the Joomla themes you need the article has been divided into 8 sections:

Section 1: What is a Joomla Template and how to use it

Section 2: Business website themes

Section 3: Simple, Minimalistic Themes

Section 4: Vibrant Themes

Section 5: Romantic Themes

Section 6: Nature Themes

Section 7: Gaming Themes

Section 8: Very basic template customization

Section 9: Sources and Further Resources

WP Zoom Yamidoo MagazineWooThemes - Finally a themes club that is here to stayWP REMIX 2.0WP Zoom Yamidoo Magazine

Support tripwire magazine if you buy a Premium Theme

Section 1: What is a Joomla Template and how to use it

The functionality in Joomla that allows web master to upload a zip file containing a new template, module, component or plugin is brilliant. Once uploaded to Joomla the new theme or functionality is just there ready to be configured or used. Templates in Joomla is uploaded using the Administration menu “Extensions”->”Install/Uninstall”. Once uploaded they are awailable for usage in the Administration menu “Extensions”->”Template Manager”. On the Template Manager page the new template can be set as Default and will be used on the next request on the website.

Extensions Menu

Default template

Take a look at the Install guide at docs.joomla.org for more information

Also take a look at the How to switch Templates Guide at docs.joomla.org

Section 2: Business website themes

Team2

Team2 SiteGround

[Demo] [Download] (reqistration needed)

PraiseCorp

PraiseCorp

[Demo] [Download]

Social bug

social bug

[Demo] [Download]

DJ-0013

DJ-0013

[Demo] [Download]

xiubu

xiubu

[Demo] [Download]

Vortex

Vortex

[Demo] [Download]

Colourful World

Colourful World

[Demo] [Download]

Bizcity 2

Bizcity 2

[Demo] [Download]

Real Estate

Real Estate

[Demo] [Download]

Building 1-5

Building 1-5

[Demo] [Download]

Digital Systems

digital systems

[Demo] [Download]

Rise of technology

Rise of technology

[Demo] [Download]

Section 3: Simple, Minimalistic Themes

sg – Joomla 1.5

Siteground Template

[Demo] [Download] (reqistration needed)

kodadesign

kodadesign

[Demo] [Download]

Default

Default

[Demo] [Download] [Toturial]

portal-silver

portal-silver

[Demo] [Download]

seiagul

toba camp

[Demo] [Download]

JA Wezen

JA Wezen

[Demo] (select the template in bottom menu) [Download]

Newave

neweave

[Demo] [Download]

Akotorro

Akotorro

[Demo] [Download]

Dewey Web

dewey web

[Demo] [Download]

Bc_Luminity

bc_luminty

[Demo] [Download]

Section 4: Vibrant Themes

Jamba

Jamba

[Demo] [Download]

Nova

Nova

[Demo] [Download]

Black Bear Pro

Black Bear Pro

[Demo] [Download]

Green Rays

Green Rays

[Demo] [Download]

Feel the Music

Feel the Music

[Demo] [Download]

MyPortfolio

MyPortfolio

[Demo] [Download]

batik_hijau

batik_hijau

[Demo] [Download]

Ski Club

Ski Club

[Download] [Download]

siteground-j15-32

siteground-j15-32

[Demo] [Download]

dmunich

dmunich

[Demo] [Download]

kangaevolution

kengaevolution

[Demo] [Download]

Orange

Orange

[Demo] [Download]

Lichtenart Timeless

Lichtenart Timeless

[Demo] [Download]

Aurora

Aurora

[Demo] [Download]

Section 5: Romantic Themes

Deco Group

Deco Group

[Demo] [Download]

siteground-j15-53

siteground-j15-53

[Demo] [Download]

JA Mercury

JA Mercury

[Demo] (select the template in bottom menu) [Download]

Section 6: Nature Themes

Back to Nature

Back to Nature

[Demo] [Download]

Spirit of Nature

Spirit of Nature

[Demo] [Download]

Agriculture

Agriculture

[Demo] [Download]

Mini Website-Builder

themza_j15_08

[Demo] [Download]

Section 7: Gaming Themes

Go Irresistible

Go Irresistible

[Demo] [Downloads]

WP Zoom Yamidoo MagazineWooThemes - Finally a themes club that is here to stayWP REMIX 2.0WP Zoom Yamidoo Magazine

Support tripwire magazine if you buy a Premium Theme

Section 8: Very basic template customization

Once templates have been uploaded, installed and set to default (see section 1 for details) they change the layout and structure of the website to be exactly as the theme designer prepared it. This may be just what you need but in most situations basic changes are needed fx.:

Basic structure of a Joomla template

In order to be able to customize or to create your own templates, you must understand the basic structure of Joomla templates.

The basic template directory struture for a Joomla Template is:

<Template root>
–| css
–| html
–| images
–| js

Normally template root contains the following files but some may not be included in simple templates:

  • favicon.ico
  • index.php
  • params.ini
  • template_thumbnail.jpg
  • templateDetails.xml

More may also be included in templates for advanced features but this is not covered here. It is unlikely that you need to change any of these files except for the favicon.ico file.

Replacing or adding the favicon image

favicon.ico defines the small icon shown in the url and bookmarkareas in most lates browser versions.
favicon

Creating your own favicon is simple with some online tools. Many tools are available but a few quite useful examples have been shown below:

Once crated the new favicon.ico must be placed in the template root folder in the joomla website.

Replacing the logo image of a Joomla template

The logo in a Joomla template is normally found in the images subfolder and is called logo.jpg. If the template supports more than one color theme this is normally supported by creating subfolders in the images folder for each color theme. If the logo changes for each color theme the logo.jpg will be found in the subfolders.

Updating the Stylesheet (CSS)

Stylesheets are located in the css folder. The main stylesheet file is always: template.css

As a rule of thumb template.css will contain the markup for font types and font size. So if you need to change fonts start looking here.More complex tempaltesmay have a few more css file and some may have many. If a template features multiple color themes there normally will be a seperate css file for each color theme in the css folder or in a subfolder of css.

Tip!:

If you have difficulties finding the css definitions you want to change you should consider trying out the firebug plugin for firefox. This plugin will give you all the information you need by right clicking an element on the page and selecting Inspect element. This tool is extremely useful!

firebug

Get it here: getfirebug.com

Section 9: Sources and Further Resources

Related posts:

  1. 40+ Free Premium Quality Joomla Themes I’m a great fan of Joomla that is for...
  2. New Joomla Video and Media Theme, JA-Tube A few days ago JomlArt released a new Theme called...
  3. 120 Free Essential Drupal 6.x Themes In this article tripwire magazine presents you with a huge...
  4. Great Websites Dedicated to Help You Find Wordpress Themes OK there are really many free themes for Wordpress...
  5. 70 very useful Drupal 6.x Themes In this article tripwire magazine provide 70 themes for Drupal...

SHARE THIS!

Please help tripwire magazine and share this post is you liked it...

Bookmark at delicious! Stumble it! Stumble it! Share

20 Comments For This Post

  1. Segmadis Says:

    Very nice post thanks for it. I knew about much of them but there are few that I didn’t and they definitely caught my eye :) Thanks again :)

  2. E.J. Semeijn Says:

    Great templates. Some old, a lot new. If the opportunity comes I will definitely used them as a base for new templates.

  3. Gelay Jamtsho Says:

    Great list. Thanks.

  4. Marco Says:

    Wow – Amazing collection, well done. Do you like my [url=http://www.marcofolio.net/joomla/whitesquid_a_beautiful_dark_joomla_1.0.x_template.html]Whitesquid[/url] theme too? Currently only for Joomla! 1.0.x :) .

    Thanks for sharing this amazing list!

  5. Lars Says:

    Hi Marco

    Thanks for the great feedback. I know [b]Whitesquid [/b]and I would for sure have added it to the list if it had just supported Joomla 1.5.x.

  6. Larry Hall Says:

    Thanks nice collection!

  7. Danh ba web 2.0 Says:

    Great post. I will come back to your blog :D

  8. Jay Says:

    wow some great designs here, thanks for the share

  9. discount coupons Says:

    i hope to find a theme to my shopping website.

  10. webkatalog Says:

    Were did you get your blog design?

  11. tripwiremag Says:

    Regarding tripwire magazine blog design – take a look at this post

  12. gartox Says:

    this material is very good, many elements for a developed a good job.

  13. sean callahan Says:

    excellent…I was looking all over for something like this but it seems like everywhere is just loaded with Wordpress theme’s now a days. Don’t get me wrong, wp is good but it has it’s place in the world. Thanks a lot.

  14. evening shoes Says:

    I think the theme “siteground-j15-53″ is the choice of my shoes blog! Thanks for sharing!

  15. The Friend Zone Guide Says:

    Wow. There are some really great themes in here! Thanks for the collection — bookmarked!

  16. Patrick Pieters Says:

    I can’t believe I just found this. Whoever put these up… THANK YOU.

  17. Chris Says:

    Great website!Excellent themes, tips, guides.thank you

  18. jennifer Says:

    This site makes really good custom templates for Joomla! and has several good, free templates at http://nodwell.net

  19. rana Says:

    Nice ,collection, i will pickone for min :) .

  20. Sagive Says:

    thanks man.. been looking for this page
    (in my favorits now :) )

1 Trackbacks For This Post

  1. ????-?? ?? ?? » Joomla????????? Says:

    [...] ???http://www.tripwiremagazine.com [...]

Leave a Reply