Tutorials and Guides

Written Tutorials

Video Tutorials

Forum Tutorials & Guides


Template Configuration & Setup

Go to Extensions → Template Manager → rt_omnicron_j15. Mouseover the labels to view a description of each parameter.

IE6 PNG Fix

To allow for transparent PNG32 images, add class="png" to the element, such as in the examples below:

<img src="images/sample1.png" alt="sample" />

Change to

<img src="images/sample1.png" alt="sample" class="png" />