Tutorials
Joomla 1.5 Moxy Written Tutorials
Joomla 1.5 Moxy Video Tutorials
![]()
Logo Editing Video Tutorial
Learn how to customise your Moxy logo using Adobe Fireworks with this detailed video tutorial.
Joomla 1.5 Forum Tutorials
Demo Content
We have a forum based tutorial outlining the syntax we use in constructing the frontpage elements of the Moxy demo, mainly (if not all), using RokCandy.
Configuration
To configure the template, go to Extensions → Template Manager → rt_moxy_j15. There you will find a list of all the template parameters. You can control many aspects of the template here. If you mouseover the labels/names of each parameter, a description will appear via tooltip to outline what each parameter does.
IE6 PNG Fix
The template has an integrated PNG fix for IE6 that allows transparent PNG32 images to show, as intended, in the IE6 browser. All you need to do is add class="png" to the element such as the change in the following examples:-
<img src="images/sample1.jpg" alt="sample" />
Change to
<img src="images/sample1.jpg" alt="sample" class="png" />