Third Party Extensions

There are several Third party extensions which have styled / compatibility support, to reflect the appearance of the theme, these are primarily JomSocial, the community / social networking component, K2, the content construction kit for Joomla, JComments, a simple commenting extension, and Virtuemart, and Tienda, which are ecommerce solutions.

For more information on these extensions, as well as live demos, please visit the link below:

More Details

RocketTheme Extensions

This is a listing of all the RocketTheme extensions that accompany the template release.

image RokQuickCart Component
RokQuickCart is a simple shopping cart for Joomla. It takes a simple, yet elegant, shopping cart script and integrates directly into Joomla. It allows you to showcase products, inclusive of images, descriptions and additional options, and purchase these items, with support for shipping and tax calculation.   Demo - Download - Documentation
image RokStories Module
Functional showcase module for displaying content items and their accompanying images in an interactive and versatile manner.   Demo - Download - Documentation
image RokAjaxSearch Module
Ajax powered module, allowing for interactive search of both local Joomla pages and the web with its Google integration.   Demo - Download - Documentation
image RokNavMenu Module
RokNavMenu is a foundational extension which is at the core of the inbuilt menu systems and is a requirement for all themes.   Demo - Download - Documentation
image RokBox Plugin
Javascript popup / litebox utility, can be used for images, links, videos, websites, PDFs and much more.   Demo - Download - Documentation
image RokCandy Component
A component that provides BBcode style functionality for Joomla for swift and easy implementation of complex code elements.   Download - Documentation
image RokGZipper Plugin
A performance plugin that compresses your CSS/JS files, resulting in faster page loads. Compatible templates only.   Demo - Download - Documentation
image RokTabs Module
Tabbed content module, perfect for maximising content exposure without sacrificing on site real estate. Built-in Mootools effects.   Demo - Download - Documentation
image RokPad Editor
A code editor with syntax highlighting, ajax saving and much more. Offers greater features than Joomla's No Editor.   Download - Documentation

Learn about all RocketTheme Extensions

Written Tutorials

Video Tutorials

Forum Tutorials and Guides

Demo Content

We have a forum based tutorial outlining the syntax used in constructing the Frontpage elements of the Panacea demo.

Visit Tutorial

Template Configuration

To configure the template, go to Extensions → Template Manager → rt_panacea_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 example:

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

Change to

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