Archive for Joomla Template Design

Hey…
Could anyone help me with the Joomla template thing >.<
I have try everything to put an easy, simple template on the website, but joomla wont accpet it =/
Someone say it is in you must have a Joomla code to get accpeted, i think i got a HTML template, but please could any help me with this?

Also if you want to help me, please mail your hotmaill, or yahoo or something so we can talk fast =(

I need something to work with for a business. What are the best sites to loook for good joomla templates?


Using organic products is an increasing trend nowadays, which seems to take over the first place of a most choosen products. More and more people buy things, made with organic ingredients – it means close to perfection. There are many companies and brands selling innovative cosmetics, that’s why your company has to stand out among others. Remember that a large number of people use internet to look for best products, so your website must catch their eyes – JM-Eco-Cosmetics is a perfect template to do the trick! Template is available here: www.joomla-monster.com Template’s demo: demo.joomla-monster.com


A JM-Internet-Marketing template is like an explosion of positive energy and ideas for your business development. The template is addressed esspecially for web-marketing companies, which help their clients start and grow their business and make money online. The template fruity and fresh graphic design will perfectly display your strategies and tools, which will encourage your potential clients to take benefit from your professional consulting. Template is available here: www.joomla-monster.com Template’s demo: demo.joomla-monster.com

Can a novice use Joomla to successfully build websites like fantasybaseball101.com or are programming/ web design skill imperative? I am a novice, but created fantasybaseball101.com with Yahoo Site Builder. I want to upgrade, possibly to Joomla, and am trying to get a feel for what resources I need in addition to my basic skills to be successful with Joomla.

Yes, that’s what Joomla is for.

Joomla has good customer service so if you need ‘resources’ to help you, just visit their official message board. I know a great deal about Joomla-I have websites and have gotten paid for my work with Joomla. If you have questions about it, you can always post a question at http://websitehacks.com

i am designing a page that its body having 1 background but a module left and another right… I created it using 1 large div that contains 2 small ones but the background doesnt work perfectly…
Any other ideas how can i divide the body to two modules with the same background?

While it may not be considered "cutting edge" design, you can certainly use tables to design your template layout. Many templates do. In some cases, it may currently be the only way to get the effect you want.

Perhaps the inner divs had their own background, preventing the shared background from showing through?

Otherwise, more specific information about why the background doesn’t work would be helpful.

i want to see something already done with joomla to compare with

http://joomlawards.com/

http://forum.joomla.org/viewtopic.php?f=265&t=125196

I am looking for a good CMS and upon research, I have found Joomla. I have a few questions:

How easy is it to use and install for beginners?
Is it possible to use your own designs (upload your own css)?
Is it flexible enough to allow me to edit the pages myself?
Is it as secure as it claims to be?

Thanks for all input.

Hi friend,

I welcome your interest in joomla.I’m a Joomla CMS developer and contributor.It is very easy to install if you carefully follow the installation process, it is just like installing a php script on host machine.

Joomla outputs the web page design on the template system, for developing the template you should have knowledge about local variables in joomla.Don’t worry there are lots of website over internet providing free joomla template. You can also get developed Joomla template from some coder from small amount of fee.

Joomla has a flexible architecture and yes you can edit the templates yourself from the admin panel.

Joomla however is compiled with extreme security, but if you are processing the secure transaction over it then you must enable SSL (secure socket layer) on your hosting environment.

If you have any further questions about setting up joomla you can ask me.

Good Luck !

Joomla Download – http://www.joomla.org/download.html

Joomla Forum -http://forum.joomla.org/

Documentation – http://docs.joomla.org/

Demo site – http://demo.joomla.org/

I currently have around 5 visits a day on average, which in blog terms is cack!
I constantly add content, It is submitted to various search engines and blog sites, yet still very low vistors anyone have any suggestions?

www.joomla-design.co.uk is the site.

The site’s name is a little unusual for a blog site and gives no indication it is a blog site.

I am using joomla as CMS. Simultaneously, I would like to use UFT – 8 Mangal Font . Can some body help on how I can use this font while designing.

In order to use foreign languages you have to place the charset of that page to whatever charset your language requires. If your language is UTF-8. You have to place the following line between the \

<head>
….
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
….
</head>

To change the CHARSET on JOOMLA, I believe you must edit the language files. I most likely certain, that if you open the language file, you can change the charset to utf-8
charset=utf-8

So try finding the langage file and change charset. Make sure your DATABASE has that charset as well!

Good Luck