Is there any Joomla! e-book?
I have a website and recently installed Joomla!, but I cannot get it yet. I need a tutorial or a manual, specially about how to create templates for it.
http://www.packtpub.com/joomla/book
Bringing You Up to Date Information on Joomla Templates
I have a website and recently installed Joomla!, but I cannot get it yet. I need a tutorial or a manual, specially about how to create templates for it.
http://www.packtpub.com/joomla/book
hi all ,
if yes how , besides if yes is there a way to know where he brough the template from so i buy same one ?
thanks
view the source code , ( press View then PageSource in mozilla )
after that just search for the world "joomla" if you find any ,means its created with joomla (unless it was there as a text ofcaurse )
I am brand new to Joomla. I have installed Joomla on my Windows PC (XAMPP, Apache, MySQL, PHP). I have created just a sample site just to see if it works.
Now, I want to create professional visually stunning sites, and I’m stuck. I appreciate Joomla.org for providing this nice CMS platform, but I need more than what they offer. With the parameter-based CMS, it’s so cumbersome to get nice looking web elements that you want ready to use like tabs. Do I just need to install custom templates? Where can I get free Joomla templates that looks nice. Please, give me a link to high quality templates. I’m not looking for blog-style templates with simple headers like Wordpress.org or Blogger.com. I’m looking for high quality Joomla templates that have the visual presence as well as complex programming elements such as shopping carts using PayPal, opt-ins, user login form and database. Please help. Are there any free ones? I’m willing to pay if the prices are reasonable. Thanks.
Thanks, cazpa. I didn’t see yours until after I posted this one.
Thanks, B Smith. I appreciate your info as well.
Thanks fish out of water and technojunkie.
I appreciate everyone’s help.
If you can design a site in html you can make a template for joomla.
Design your site with what want, custom for your needs. Then plug in modules where you need them to be driven by the CMS system.
I work for a web design company that uses Joomla as our main CMS. We design custom templates for every site… so I really don’t know of a good place to download them.
It is really not hard to make a custom template for you needs. I say look in the default template for the "calls" for the different sections. Like User1, User2, Left, etc. Then you stick those in your layout and assign modules to those areas in the admin.
As far as logins and a database, those are standard, any other features you need (paypal linking modules, etc) you can just search for them online and install them in the admin.
Once they are installed, you can just assign them where you want just like the standard features.
Good Luck.
hi i need help with Joomla…
1. have problem, when i add external CSS for creating tabs menu like
this:
http://stilbuero.de/jquery/tabs/
or this:
http://css.maxdesign.com.au/listamatic2/horizontal05.htm
its making them looks bad, because my tabs CSS collisioning with joomla JA_Purity’s template…
(screenshot here: http://pub.ashphp.info/sccc.JPG )
i tried to edit the CSS of the template, tried to place the tabs css in bottom/middle/top of the page and notting helped… any idea?
2. OR there is any super basic clean template of joomla to download for free? no css, etc. i just need this site as a One page site…
Thanks!
You may contact a joomla expert live at website like http://definitivelab.com/ ,etc .
hi all ,
i just created a new template with frontpage
(simple template and not a joomla template)
my question is can i use joomla with this template ?
if yes how ?!
please explain this step by step i really wanna know the answer
thanks alot for all those trying to help
yes sure, you can use joomla with your own template , but you must first make it suitabe (make some changes to your template) for more try searching google on how to Create Joomla Templates.
for now there are even many softwares that can easily create one new looking template for you ,,,
besides you can pay someone to do this for you
Hello! Can someone help me, I am new to joomla and would like to create my own template but I have no idea how to do it. Is it something I can do myself or is it very difficult? Does anyone have any ideas? I really don’t want to use one of the free templates..thanks!
In short, it is difficult to create a good template from scratch, and very difficult to create a really good template from scratch.
I’ve seen quite a few templates, including commercial ones, that break horribly if you resize the text or which fail, in my opinion, to adequately handle the range of possible content heights or widths that might occur. And these are just two of the most common problems.
To do it yourself, you will need to be:
* an experienced PHP, HTML, and (cross-browser) CSS programmer
* probably an experienced javascript programmer too
* good at locating and understanding API documentation
* good at reading other people’s code for examples
* very patient
in order to have a good chance at being successful.
There are certainly customizable templates (colors, textures, artwork), but to my knowledge there are no(t yet any) drag-and-drop or similar template designers.
I intend to publish a newspaper/Magazine website. I have seen a web template that I like in www.designs4peanuts.com and would like to use a CMS like Joomla to run the online Magazine. Is it possible to use a CMS like Joomla to edit and update content on such a template that was not created with Joomla?
The basic answer is NO. You need a Joomla template which is very specific. There are companies which will convert templates for you, but you are better off searching for a free Joomla template – there are some free ones and subscription ones at www.rockettheme.com. They also provide with their free template some tutorials on how to customise it. I’ve produced a really nice design strarting with their free template and then following the tutorial to change colours, etc
Hi all, to cut a long story short I’ve tried to create a Joomla template in dreamweaver and got everything working, expect for the CSS – the main template just wouldn’t entertain it at all. I’ve made sure all the correct <php> is in place in the .xml files and so on and so forth – but still, I’m about to give up – any ideas where to find a guide to run from A to Z of template creations!?
There _are_ excellent template guides around.
Firstly for Joomla version 1.0.XX there are visual tutorials:
http://help.joomla.org/component/option,com_wrapper/Itemid,253/
My favourite is from Compass Designs, it is free, very easy to understand and for up to version 1.5!:
http://www.compassdesigns.net/tutorials/
They also supply a great blank template…
Also check out Rocket Theme’s site. They too have great tutorials:
http://tutorials.rockettheme.com
With regards to CSS it sounds like the path to the stylesheet is not correct. Here’s what I use (all on one line of course when in my code – here broken up for easier reading):
<link rel="stylesheet" type="text/css" href="
<?php echo $mosConfig_live_site;?>
/templates/
<?php echo $cur_template; ?>
/css/template_css.css" />
NOTE the combination of the PHP call for the site URL. That is then joined with the templates folder name and then a PHP call for the template name.
As you have found paths can be tricky; whether to call he absolute or relative, what if it changes, etc. These PHP shortcuts help but as you can see I had to add in the template folder path to make it work.
Personally I don’t bother with Dreamweaver and the likes. The Joomla templates are just simple files, editable with a text editor like Notepad+.
All the best,
Mike
PS. Try adding Yahoo’s base.css (http://developer.yahoo.com/yui/base/) and reset-fonts-grids.css (http://developer.yahoo.com/yui/reset/).
They are stylesheets which smooth over cross-browser differences and making styling and changing your site a lot easier.
http://www.infinitemedia.co.za This is a simple step by step of making an article in joomla 1.5 and creating a menu item to open the article.
Infinite media will provide ongoing video tutorials for joomla and if you would like to get updates on the new ones then you can subscribe here on you tube.
Enjoy Joomla! and always understand its license. Free 0pensource. Get to know the GNU public license..
http://www.gnu.org/licenses/gpl.html
Duration : 0:9:43
I showcase the power of Joomla to overhaul the look of your website with a few clicks. Joomla is an open source Content Management System which allows you manage your own content…easily!
Duration : 0:7:33