There are 68 collapsible module positions. If no module is published to a position, it will not appear, collapsing the entire area.
There are non-standard elements that are injected into the template grid structure when enabled via the template parameter.
For example: The logo element is injected into the header-a position. It is inserted in a stacked fashion, meaning, if there are modules published to the header-a position, they will appear in the same column as the logo, just one place below.
You can change the positions of these elements at Extensions → Template Manager → rt_panacea_j15
The positions themselves are highly configurable, with the ability to change the width allocation depending on how many positions are published to a particular module row, such as feature-a/f. This is also applicable to the mainbody which, provides for an easy mechanism to switch the positions and widths of the side columns. For more information, check the documentation linked below.
Gantry Framework : Layouts DocumentationThe below diagram is of the Module Variations page.
Typography is a fundamental part of a template, providing you with the tools to characterise your content and bring it to life. There is a vast array of typography available with this template, as is with our previous releases, from list styles, notice blocks and a diverse number of other elements.
There are 2 methods in which to implement the typography into your Joomla content:
RokCandy is the ideal solution for those with limited coding skills or those who implement our templates for their clients. It is free from the WYSIWYG editors horrific filtering habits and can be easily pre-configured for your personal needs or the needs of your client.
The RokCandy Typography button is created by using the following syntax with RokCandy:
[readon url="/typography/rokcandy-examples"]RokCandy Typography[/readon]
However, if we were to use HTML, the following code would be required:
<p>
<a class="readon" href="/typography/rokcandy-examples">
<span>Read more...</span>
</a>
</p>
As you can see, the RokCandy version is a lot easier to use.