Demo Content

Demo Content (30)

Tuesday, 24 June 2008 05:21

Menu Options

Written by

TerranTribune features the exciting and exclusive RokMooMenu system for the ultimate in menu functionality and style, as well as the popular and reliable RTSplitMenu. An option for Suckerfish is also included. Here you can read an overview of the TerranTribune menu configuration options.

Video Tutorial Currently Available!
Launch the Joomla Menu Setup Video Tutorial now!(Requires Flash)

Selecting your Menu Style

TerranTribune allows you to choose from 3 menu options:

  • RokMooMenu - The exciting new menu system based on the ever popular Suckerfish menu style, featuring mootools powered transitions and effects.
  • Suckerfish - The versatile dropdown menu is now an option in combination with RokMooMenu to minimize library conflicts.
  • SplitMenu - Then venerable SplitMenu is a solid choice for navigation. It works by rendering the top-level menu options horizontally, and the submenu/child items are rendered in a module on the side. Now with advanced 3rd level features.

You can designate which menu type you want to use on your site with a single control in the Template Manager (located in the Joomla Administrator).

The Powerful & Popular RokMooMenu

Making its return this month is the immensely popular RokMooMenu. This menu has been developed from scratch using the latest and greatest MooTools JavaScript framework. The RokMooMenu is a highly advanced and fully customizable menu system. Some of the great features include:
  • Hover support for IE6 using the sfHover javascript class just like in Suckerfish.
  • Fully degradable to standard SuckerFish menu if javascript is not supported.
  • Configurable mouse-out delay to allow for accidental mousing out of the menu.
  • Completely customizable animation effects using MooTools transitions. Can be configured in X and/or Y directions.
  • Support for fade-in transparency
  • Experimental support for IE6 z-index bug using the iFrame hack.
An example configuration as used in the demo:
<script type="text/javascript">
window.addEvent('domready', function() {
new Rokmoomenu($E('ul.menutop '), {
bgiframe: false,
delay: 500,
animate: {
props: ['width', 'opacity'],
opts: {
duration: 600,
transition: Fx.Transitions.Sine.easeOut
}
}
});
});
</script>

Menu Settings

  • Bgiframe - Can be true or false. Only turn on if you are having problems with IE and z-index. This feature is experimental.
  • Delay - Defaults to 500ms. This is the how long you can mouse off the menu before it vanishes.
  • Props - These are the properties that will be applied to the menu. Can be any combination of opacity, width, height. The two properties, width and height are affected by the transition defined in opts.
  • Duration - the time in ms the animation will run for.
  • Transitions - any of the available MooTools transitions. See below for more details.
    For example, "Bounce.easeIn or Bounce.easeOut or Bounce.easeInOut" produce a bouncing effect.
For more details with diagrams, visit the Mootools documentation site

Creating dropdown menus for RokMooMenu and Suckerfish

To have specific menu items appear as sub items, you must assign them to the specific navigation item in which they will originate from. The following tutorial will show you how simple it is to create your ideal menu system.

Step 1 - Navigation

Once you have logged into the Joomla! Administration Area, you must navigate to the Menu area. Hover over the Menu item in the taskbar to show the dropdown menu. For this example, we are going into the mainmenu but the technique is exactly the same for all menus in the Administrative area.

Step 2 - The Menu Manager

You will then be transported to the Menu Manager for mainmenu. At this point, you can do 2 things. The first is to edit an existing menu item, which we will be doing in this tutorial or create a New menu item to be subordinate to an existing item. Click on the item you want to be part of the dropdown menu.

Step 3 - Assigning a Parent Item

You can now assign the content item to the mainmenu item in which you want to be in the dropdown menu. Identify the "Parent Item" section of the manager. You will select the item in which you wish to be the parent and the source of the dropdown menu. In this example, we have selected "Home".
Friday, 17 April 2009 17:16

Extensions

Written by

Learn all about the exciting RocketTheme exclusive extensions that are included in the SolarSentinel template release. Here you can find instructions for installation and configuration for each of the custom extensions/addons.

[span class=attention] Video Tutorial Currently Available! Launch the Joomla Template Module Installation Video Tutorial now! (Requires Flash)[/span]

Step One: Installing the Extension

[list class=bullet-1][li]Download the solarsentinel-extensions-j15.zip archive from the SolarSentinel download section of the RocketTheme Joomla! Club. Unzip the archive and inside you will find individual zip files for each of the extensions.[/li] [li]Login in to your administrator console on your Joomla! website and navigate to the Extensions menu item, and select Install/Uninstall from the dropdown menu. [/li] [li]In the Upload Package File section, click the Choose File button and select one of the extension_name.zip that was inside of the zip file you downloaded earlier. Next click the Upload File & Install button to install the module.[/li][/list]

Step Two: Publishing the Module/Plugin

[list class=bullet-1][li]Now the module is installed it must be published in the appropriate module position and configured to suit our needs. From the top menu, select Extensions → Module Manager[/li] [li]This will take you to the Site Module Manager which allows you to configure the placement and configuration of all modules in your Joomla website.[/li] [li]Locate the module from the list. Remember there could be a few pages. Once you have found it, you can publish in 2 ways: The first is selecting the cross next to the title or clicking the title then set Publish to Yes followed by Save.[/li] [li]Plugins behave in a similar way, simply go to Extensions → Plugin Manager and enable the plugin. You can also configure it from the same manager.[/li][/list] [clear][/clear] [span class=alert]In order for the new SolarSentinel modules to function, you must install com_rokmodules. This component facilitates the modules, as Roknavmenu does for the integrated menu. Follow the instructions below:-

1. Download solarsentinel-extensions-j15.zip from RokDownloads. 2. Extract the zip onto your computer. 3. Go to Extensions then select the Upload File & Install button. 4. Find com_rokmodules.zip and install it.
Now all the new modules are functional[/span]

What Extensions accompany the SolarSentinel release?

[list class=bullet-3][li]RokMicroNews Module
RokMicroNews is a new module, perfect for displaying your content. Your content (plus auto loaded image) are displayed adjacent to your article titles and the hover or click of these titles triggers a javascript transition to another article. Perfect for showcasing news items in a small, but structured spaced. [/li] [li]RokWeather Module
RokWeather, as the name suggests, is a weather module, using the Google API. You can easily display weather data from regions across the globe. This includes temperature, climate, wind speed as well as being configurable from the frontend via the user. Perfect for any news site. [/li] [li]RokGzipper Plugin
RokGZipper is a plugin whose primary aim is to improve the performance and speed of your site. It does this by compressing your CSS (stylesheets) and JavaScript files. For javascript files, it compresses them altogether (via GZip) and places them in the cache folder. It differentiates between the pages so if you have a particular combination of scripts on one page, and a different combination on another, two files will be created and loaded independently. A similar method is used for the CSS but is based on path. To exemplify, all the CSS files in template's /css directory are combined into one file, with the module CSS files being combined elsewhere. Compressing all these files means your site can load faster. [/li] [li]RokNewsPager Module
The module is an article previewer and rotator. It displays content articles, in a summarised form and, using mootools based javascript transition, rotates through a series of pages displaying articles in a contracted list format. [/li] [li]RokNewsflash Module
RokNewsFlash is a custom mootools module that displays your newsflash tidbits at the top of your site. The RokNewsflash also includes small buttons allowing your visitors to toggle through the different newsflash items you have set up. See it in action on the frontpage. [/li] [li]RokStories Module
RokStories is a great module to display your articles and accompanying images as a featured item. The module itself is facilitated by Mootools to transition between images and articles seamlessly. Perfect for showcasing featured articles on your site, as seen on the frontpage. [/li] [li]RokStock Module
RokStock, is a Stocks module for your site. It has been finely tuned to give stocks character such as a coloured line graph, coloured indexes, draggable indexes, tooltips and much more. The module fits seamlessly into the template and is perfect for any news site. [/li] [li]RokAjaxSearch Module
RokAjaxSearch brings fantastic search functionality to Joomla, using the powerful and versatile javascript library, Mootools.

So, what does the module do? The best description is an example, simply type test in the search box in the upper right of SolarSentinel and wait ... and a popup shall materialise, showcasing the Joomla search results for you. [/li] [li]RokTabs Module
RokTabs, the fully independent and incredible flexible standalone version of the former RokSlide.

The module itself is installable into Joomla and can be easily utilised on any template, not just SolarSentinel. As its name implies, it is a tabbed based module to efficiently showcase your content to your visitors. [/li] [li]RokNavMenu Module
RokNavMenu is now an essential ingredient of RocketTheme templates. It provides various functions which are above and beyond what the mainmenu, and the subsequent template overrides can do. Therefore, a much more sophisticated menu can be constructed providing you with a much greater degree of usability. This makes the incredible advanced multiple-dropdown menu possible. It is an essential install for the integrated menu systems to operate. [/li] [li]RokCandy Component
The popular plugin from RocketTheme which allows you to implement typography easily, without fear of the WYSIWYG editor ruining your formatting and allows you, and/or your clients to add them to your content with ease. This is through a method similar to BBcode (as seen in a forum). WYSIWYG friendly syntax can be used, or even custom configured that will transform a set snippet to the correct HTML when it is parsed by Joomla. [/li] [/list]
Tuesday, 24 June 2008 05:25

Installation

Written by

The following is a guide that covers how to set up your new TerranTribune template on your Joomla site. Here you can find an overview of the files included in the TerranTribune release and instructions on installing and activating the template in your Joomla install.

Downloading the TerranTribune Files

The first step is to download all of the files that will be needed to install your template, custom modules, as well as make modifications. Here is a quick explanation of each of the available files in the TerranTribune release.
  • TerranTribune Template (rt_terrantribune_j15.tgz) This file is the template package you will use to install your template into Joomla.
  • TerranTribune Custom Extensions (terrantribune-extensions-j15.zip) This package contains each of the individual custom extensions included in the terrantribune template release.
  • TerranTribune Source PNG's (terrantribune-sources.zip) This zip contains the source PNGs for making modifications and customizations to the images in the template as well as the logo font. There are additional sources for the transparent background, buttons, typography and headers. You will need an image editing software (preferably Adobe/Macromedia Fireworks) to utilize the Source PNG files.
  • TerranTribune RocketLauncher (Joomla_RT_TerranTribune_j15.zip) This is the RocketLauncher pack for TerranTribune which is a complete and separate Joomla install which has the template preinstalled, configured as well as the demo content already implemented.

Step 1 - Using the Joomla installer

Go to your Admin control panel for your site. In the Menu at the top, go to Extensions > Install/Uninstall. Next browse for your rt_terrantribune_j15.tgz file you downloaded and then click Upload File & Install. Now TerranTribune is installed and in your template list. You should observe an introductory page in which you select Continue.

Step 2 - Making TerranTribune Default

Next, from your admin control panel, go to Extensions > Template Manager. This will pull up the list of your installed templates. Find TerranTribune on the list and select the radio button to the left and then click Default up in the top right corner. TerranTribune will now be the default template on your Joomla! website.
Tuesday, 24 June 2008 05:24

Tutorials

Written by

Install TerranTribune
Installing TerranTribune

An overview of template files and instructions for installing and activating the template. Read More...

Custom Modules
Custom Modules

Learn all about the included TerranTribune custom modules and how to configure them for your site. Read More...

Menu Options
Menu Options

An overview of the TerranTribune menu options including the top menu icon configuration. Read More...

Customization
Customisation

A guide to the TerranTribune customisation options that can be configured within the template's index.php. Read More...

Typography
Using Typography

A guide to using the included the TerranTribune typography styles in your site. Read More...

Demo Content
Demo Content

A look at some of the modules and techniques used in the demo content on the frontpage of the TerranTribune demo. Read More...

Logo Editing
Logo Editing

An overview for customizing your logo and replacing the logo text with your organization or company name and logo. Read More...

PNGfix
PNGfix

An overview of how to customize your TerranTribune in respects to the Internet Explorer PNGfix. Read More...



More TerranTribune Template Tutorials

Continue learning how to configure and customize the TerranTribune template with the following guides and tutorials available in the RocketTheme members forum board.

Friday, 17 April 2009 17:16

HTML Typography

Written by
This tutorial page features all the typography available with the template, showcasing them in HTML form. If you wish to use the RokCandy format, which is WYSIWYG friendly, please go to the RokCandy Typography page.

This page shows all of the typography styles and settings in action. If you would like to read more detailed information on inserting the included typography into your content, check out the Typography Tutorial.

This is a ComponentHeading

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

This is a Contentheading

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

This is an H1 Header

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sit amet odio quis sapien molestie ultrices. Vivamus quis lectus. Praesent eu mi. Curabitur pharetra leo sed nisl. Nunc vel nisi. Aliquam nulla. Etiam at est. Pellentesque arcu diam, tempus nec, sodales eu, ullamcorper quis, risus.

This is an H2 Header

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

This is an H3 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

This is an H4 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

This is an H5 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

Notice Styles are shown below

This is a sample of the 'attention' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="attention">....</span> This is a sample of the 'notice' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="notice">....</span> This is a sample of the 'alert' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="alert">....</span> This is a sample of the 'download' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="download">....</span> This is a sample of the 'approved' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="approved">....</span> This is a sample of the 'media' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="media">....</span> This is a sample of the 'note' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="note">....</span> This is a sample of the 'cart' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="cart">....</span> This is a sample of the 'camera' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="camera">....</span> This is a sample of the 'doc' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="doc">....</span>
This is a sample <pre>...</pre> tag:

div.modulebox-black div.bx1 {
  background: url(../images/black/box_bl.png) 0 100% no-repeat; 
}

div.modulebox-black div.bx2 {
  background: url(../images/black/box_tr.png) 100% 0 no-repeat;
}

div.modulebox-black div.bx3 {
  background: url(../images/black/box_tl.png) 0 0 no-repeat;
  padding: 0;
  margin: 0;
}

Blockquote Styles

This is a blockquote, you will want to use the following formatting: <blockquote>....</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="blue">...</blockquote> Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="red">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="green">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="purple">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="orange">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="brown">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.
This is a blockquote, you will want to use the following formatting: <blockquote class="grey">...</blockquote>Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

List Styles - Bullets

Below is a list with bullets. To use this style create a list in the following format: <ul class="class name"><li>....</li><li>....</li>...</ul>

  • To use this style create a list in the following format: <ul class="bullet-1"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-2"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-3"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-4"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-5"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-6"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-7"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class="bullet-8"><li>....</li><li>....</li>...</ul>.

List Styles - Special Icons

Below is a list with special icons. To use this style create a list in the following format: <ul class="class name"><li>....</li><li>....</li>...</ul>

  • To use this style create a list in the following format: <ul class="special-1"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-2"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-3"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-4"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-5"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-6"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-7"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-8"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-9"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-10"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-11"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-12"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-13"><li>....</li><li>....</li>...</ul>.
  • To use this style create a list in the following format: <ul class=" special-14"><li>....</li><li>....</li>...</ul>.

Span Styles - Number

Below is a list with number. To use this style create a list in the following format: <span class="number-[color2]">1[any number]</span>

1To use this style create a list in the following format: <p><span class="number">1</span>....some content....</p>

2To use this style create a list in the following format: <p><span class="number">2</span>....some content....</p>

3To use this style create a list in the following format: <p><span class="number">3</span>....some content....</p>


1To use this style create a list in the following format: <p><span class="number-red">1</span>....some content....</p>

2To use this style create a list in the following format: <p><span class="number-blue">2</span>....some content....</p>

3To use this style create a list in the following format: <p><span class="number-green">3</span>....some content....</p>


1To use this style create a list in the following format: <p><span class="number-purple">1</span>....some content....</p>

2To use this style create a list in the following format: <p><span class="number-orange">2</span>....some content....</p>

3To use this style create a list in the following format: <p><span class="number-brown">3</span>....some content....</p>

4To use this style create a list in the following format: <p><span class="number-grey">3</span>....some content....</p>

Highlight Styles

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-red">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-blue">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-green">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-orange">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-brown">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-purple">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-grey">...</span>

This is a span that allows you to highlight words or phrases. Use the following format: <span class="highlight-bold">...</span>

Inset Styles

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.You will need to use the following formatting: <span class="inset-right">...some content...</span>Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.You will need to use the following formatting: <span class="inset-left">...some content...</span>Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.


DropCap Styles

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-red">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-blue">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-green">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-purple">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-orange">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-brown">P</span></p>

PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: <p><span class="dropcap-grey">P</span></p>

Important Emphasis Styles

Sample Title This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important"><span class="important-title">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-blue"><span class="important-title-blue">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-red"><span class="important-title-red">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-green"><span class="important-title-green">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-purple"><span class="important-title-purple">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-brown"><span class="important-title-brown">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-orange"><span class="important-title-orange">Sample Title</span>...some content...</div>

Sample TitleThis is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: <div class="important-grey"><span class="important-title-grey">Sample Title</span>...some content...</div>

Friday, 17 April 2009 17:16

RokCandy Typography

Written by
[span class=alert]The RokCandy component is required for the syntax below to work.[/span] The below examples are using the syntax that functions when you use the new RocketTheme component, RokCandy. RokCandy processes your content and changes the pre-defined syntax such as [important] to the correct, and pre-formatted HTML that had to be entered in manually before RokCandy. The component is compatible with WYSIWYG editors so you do not need to worry if you or your client, have little knowledge of HTML.

If you wish to view the typography page, showing how to setup the various typography elements with HTML, then please go to the HTML Typography page.

[componentheading]This is a ComponentHeading[/componentheading]

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

[contentheading]This is a ContentHeading[/contentheading]

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

This is an H1 Header

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sit amet odio quis sapien molestie ultrices. Vivamus quis lectus. Praesent eu mi. Curabitur pharetra leo sed nisl. Nunc vel nisi. Aliquam nulla. Etiam at est. Pellentesque arcu diam, tempus nec, sodales eu, ullamcorper quis, risus.

This is an H2 Header

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

This is an H3 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

This is an H4 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

This is an H5 Header

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

Notice Styles are shown below

[span class=attention]This is a sample of the 'attention' style. Use this style to denote very important information to your users. To use this use the following html: [span class=attention] ...some content.... [/span][/span] [span class=notice]This is a sample of the 'notice' style. Use this style to denote very important information to your users. To use this use the following html: [span class=notice] ...some content.... [/span][/span] [span class=alert]This is a sample of the 'alert' style. Use this style to denote very important information to your users. To use this use the following html: [span class=alert] ...some content.... [/span][/span] [span class=download]This is a sample of the 'download' style. Use this style to denote very important information to your users. To use this use the following html: [span class=download] ...some content.... [/span][/span] [span class=approved]This is a sample of the 'approved' style. Use this style to denote very important information to your users. To use this use the following html: [span class=approved] ...some content.... [/span][/span] [span class=media]This is a sample of the 'media' style. Use this style to denote very important information to your users. To use this use the following html: [span class=media] ...some content.... [/span][/span] [span class=note]This is a sample of the 'note' style. Use this style to denote very important information to your users. To use this use the following html: [span class=note] ...some content.... [/span][/span] [span class=cart]This is a sample of the 'cart' style. Use this style to denote very important information to your users. To use this use the following html: [span class=card] ...some content.... [/span][/span] [span class=camera]This is a sample of the 'camera' style. Use this style to denote very important information to your users. To use this use the following html: [span class=camera] ...some content.... [/span][/span] [span class=doc]This is a sample of the 'doc' style. Use this style to denote very important information to your users. To use this use the following html: [span class=doc] ...some content.... [/span][/span] [pre] This is a sample [pre] ... [/pre] tag: div.modulebox-black div.bx1 { background: url(../images/black/box_bl.png) 0 100% no-repeat; } div.modulebox-black div.bx2 { background: url(../images/black/box_tr.png) 100% 0 no-repeat; } div.modulebox-black div.bx3 { background: url(../images/black/box_tl.png) 0 0 no-repeat; padding: 0; margin: 0; } [/pre]

Blockquote Styles

[blockquote]This is a blockquote, you will want to use the following formatting: [blockquote]....[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=blue]This is a blockquote, you will want to use the following formatting: [blockquote class=blue]...[/blockquote] Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=red]This is a blockquote, you will want to use the following formatting: [blockquote class=red]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=green]This is a blockquote, you will want to use the following formatting: [blockquote class=green]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=purple]This is a blockquote, you will want to use the following formatting: [blockquote class=purple]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=orange]This is a blockquote, you will want to use the following formatting: [blockquote class=orange]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=brown]This is a blockquote, you will want to use the following formatting: [blockquote class=brown]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote] [blockquote class=grey]This is a blockquote, you will want to use the following formatting: [blockquote class=grey]...[/blockquote]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.[/blockquote]

List Styles - Bullets

Below is a list with bullets. To use this style create a list in the following format: [list class=class name][li]....[/li][li....[/li][/list]

[list class=bullet-1][li]To use this style create a list in the following format: [list class=bullet-1][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-2][li]To use this style create a list in the following format: [list class=bullet-2][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-3][li]To use this style create a list in the following format: [list class=bullet-3][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-4][li]To use this style create a list in the following format: [list class=bullet-4][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-5][li]To use this style create a list in the following format: [list class=bullet-5][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-6][li]To use this style create a list in the following format: [list class=bullet-6][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-7][li]To use this style create a list in the following format: [list class=bullet-7][li]...[/li][li]...[/li][/list].[/li][/list] [list class=bullet-8][li]To use this style create a list in the following format: [list class=bullet-8][li]...[/li][li]...[/li][/list].[/li][/list]

List Styles - Special Icons

Below is a list with special icons. To use this style create a list in the following format: [list class=class name][li]....[/li][li....[/li][/list]

[list class=special-1][li]To use this style create a list in the following format: [list class=special-1][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-2][li]To use this style create a list in the following format: [list class=special-2][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-3][li]To use this style create a list in the following format: [list class=special-3][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-4][li]To use this style create a list in the following format: [list class=special-4][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-5][li]To use this style create a list in the following format: [list class=special-5][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-6][li]To use this style create a list in the following format: [list class=special-6][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-7][li]To use this style create a list in the following format: [list class=special-7][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-8][li]To use this style create a list in the following format: [list class=special-8][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-9][li]To use this style create a list in the following format: [list class=special-9][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-10][li]To use this style create a list in the following format: [list class=special-10][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-11][li]To use this style create a list in the following format: [list class=special-11][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-12][li]To use this style create a list in the following format: [list class=special-12][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-13][li]To use this style create a list in the following format: [list class=special-13][li]...[/li][li]...[/li][/list].[/li][/list] [list class=special-14][li]To use this style create a list in the following format: [list class=special-14][li]...[/li][li]...[/li][/list].[/li][/list]

Span Styles - Number

Below is a list with number. To use this style create a list in the following format:[number color=color value=1]...some content...[/number]

[number value=1]To use this style create a list in the following format: [number value=1]...some content...[/number][/number] [number value=2]To use this style create a list in the following format: [number value=2]...some content...[/number][/number] [number value=3]To use this style create a list in the following format: [number value=3]...some content...[/number][/number]
[number color=red value=4]To use this style create a list in the following format: [number color=red value=4]...some content...[/number][/number] [number color=blue value=5]To use this style create a list in the following format: [number color=blue value=5]...some content...[/number][/number] [number color=green value=6]To use this style create a list in the following format: [number color=green value=6]...some content...[/number][/number]
[number color=purple value=7]To use this style create a list in the following format: [number color=purple value=7]...some content...[/number][/number] [number color=orange value=8]To use this style create a list in the following format: [number color=orange value=8]...some content...[/number][/number] [number color=brown value=9]To use this style create a list in the following format: [number color=brown value=9]...some content...[/number][/number] [number color=grey value=10]To use this style create a list in the following format: [number color=grey value=10]...some content...[/number][/number]

Highlight Styles

This is a span that allows you to [highlight]highlight words or phrases[/highlight]. Use the following format: [highlight] ... some content ... [/highlight]

This is a span that allows you to [highlight color=red]highlight words or phrases[/highlight]. Use the following format: [highlight color=red] ... some content .... [/highlight]

This is a span that allows you to [highlight color=blue]highlight words or phrases[/highlight]. Use the following format: [highlight color=blue] ... some content .... [/highlight]

This is a span that allows you to [highlight color=green]highlight words or phrases[/highlight]. Use the following format: [highlight color=green] ... some content .... [/highlight]

This is a span that allows you to [highlight color=orange]highlight words or phrases[/highlight]. Use the following format: [highlight color=orange] ... some content .... [/highlight]

This is a span that allows you to [highlight color=brown]highlight words or phrases[/highlight]. Use the following format: [highlight color=brown] ... some content .... [/highlight]

This is a span that allows you to [highlight color=purple]highlight words or phrases[/highlight]. Use the following format: [highlight color=purple] ... some content .... [/highlight]

This is a span that allows you to [highlight color=grey]highlight words or phrases[/highlight]. Use the following format: [highlight color=grey] ... some content .... [/highlight]

This is a span that allows you to [highlight color=bold]highlight words or phrases[/highlight]. Use the following format: [highlight color=bold] ... some content .... [/highlight]

Inset Styles

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.[inset side=right]You will need to use the following formatting: [inset side=right] ... some content ...[/inset][/inset]Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.[inset side=left]You will need to use the following formatting: [inset side=left] ... some content ...[/inset][/inset]Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.


DropCap Styles

[dropcap cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap cap=P]...some content...[/dropcap][/dropcap] [dropcap color=red cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=red cap=P]...some content....[/dropcap][/dropcap] [dropcap color=blue cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=blue cap=P]...some content....[/dropcap][/dropcap] [dropcap color=green cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=green cap=P]...some content....[/dropcap][/dropcap] [dropcap color=purple cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=purple cap=P]...some content....[/dropcap][/dropcap] [dropcap color=orange cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=orange cap=P]...some content....[/dropcap][/dropcap] [dropcap color=brown cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=brown cap=P]...some content....[/dropcap][/dropcap] [dropcap color=grey cap=P]Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

You will need to use the following formatting: [dropcap color=grey cap=P]...some content....[/dropcap][/dropcap]

Important Emphasis Styles

[important title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important title=Sample Title]...some content[/important][/important]
[important color=blue title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=blue title=Sample Title]...some content...[/important][/important]
[important color=red title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=red title=Sample Title]...some content...[/important][/important]
[important color=green title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=green title=Sample Title]...some content...[/important][/important]
[important color=purple title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=purple title=Sample Title]...some content...[/important][/important]
[important color=brown title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=brown title=Sample Title]...some content...[/important][/important]
[important color=orange title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=orange title=Sample Title]...some content...[/important][/important]
[important color=grey title=Sample Title]This is a span that lets you place all of the content into a nice well formed section. You will need to use the following formatting: [important color=grey title=Sample Title]...some content...[/important][/important]
Friday, 17 April 2009 17:15

Typography Overview

Written by
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 now 2 methods in which to implement the typography into your Joomla content:-
  1. HTML Mode: This is the typical approach seen in pre-2009 templates, were you had to physically add the HTML to your content in order for it to work. This can be a strenuous task for two main reasons. The first being the WYSIWYG editor of Joomla, which, more often than not would strip out the HTML from your content if you opened any formatted article with it. The second being the ability of the user, if you are using purely to the WYSIWYG editor, using the HTML mode or no editor at all can be a difficult step to reach.
  2. RokCandy Mode: The all new component from RocketTheme which allows you to implement typography easily, without fear of the WYSIWYG editor ruining your formatting and allows you, and/or your clients to add them to your content with ease. This is through a method similar to BBcode (as seen in a forum). WYSIWYG friendly syntax can be used, or even custom configured that will transform a set snippet to the correct HTML when it is parsed by Joomla.

Why use RokCandy?

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.

If you are apt with HTML, and are not implementing a site for someone who has limited coding skills, then the HTML method would be our recommended choice. [readon url="index.php?option=com_content&view=article&id=56&Itemid=67"]RokCandy Typography[/readon]
Friday, 17 April 2009 17:15

RokTabs Module

Written by
RokTabs is a fully independent and incredibly flexible standalone version of the popular template feature, RokSlide. That being, a module that displays content in tabs that are scrollable and can rotate automatically. The module itself is installable into Joomla and can be easily utilised on any template, not just SolarSentinel. As its name implies, its a tabbed based module to efficiently showcase your content to your visitors. [span class=note]RokTabs can now load modules inside its tabs, you just need to insert {loadposition name} and it will load the position you defined as *name*[/span]

How do I configure RokTabs?

We will take a quick look at the parameters you will find when you install this module. There are 4 columns, parameters, options, demo and description. The parameter column lists each available setting for the module; options lists the available options to choose from; demo lists the options chosen on the demo and description outlines what the module does.

Parameter

Show Title Enabled Position Category Section Order Authors Theme Style Width Max # of Tabs Transition Duration Transition Type Transition Effect Tabs Position Tabs Title Incremental text Hide h6 tags Autoplay Autoplay Delay Module Suffix

Options

Yes : No Yes : No list of positions list of categories list of sections list of orders list of authors Text Field Number Field Number Field Number Field Scrolling : Fading list of transitions Top : Bottom : Hidden list of options Text Field Yes : No Yes : No Number Field Text Field

Demo

Yes Yes user1 RokTabs News Recently Modified First Anyone base 758 0 600 Scrolling Quad.easInOut Top By Content Title Tab Yes No 2000 leave blank

Description

Enable/Disable the module header Enable/Disable the module Position of the module Category of content Section of content Ordering of content A filter for the authors Select a theme/style Width of the module Max number of Tabs Time for transition Type of transition The transition effect Position of the tabs Determine the tab title Set an incremental text Hide h6 titles Rotate automatically Set delay on auto-rotation A module class suffix
[clear][/clear]
Friday, 17 April 2009 17:15

RokAjaxSearch Module

Written by
RokAjaxSearch brings fantastic search functionality to Joomla, using the powerful and versatile javascript library, Mootools.

So, what does the module do? The best description is an example, simple type test in the search box in the left column of SolarSentinel and wait ... and a popup shall materialise, showcasing the Joomla search results for you. [span class=attention]In order to use the Google API functions (i.e. the ability to use Google search in your site for local and external searches), you must register your own API Key. Please see http://code.google.com/apis/ajaxsearch/signup.html. This in turn, must be entered in the API Key field in the module params, as shown in the diagram below.[/span]

How do I configure RokAjaxSearch?

We will take a quick look at the parameters you will find when you install this module. There are 4 columns, parameters, options, demo and description. The parameter column lists each available setting for the module; options lists the available options to choose from; demo lists the options chosen on the demo and description outlines what the module does.

Parameter

Show Title Enabled Position Module Class Suffix Search page URL Advanced Search page URL Inlcude RokAjaxSearch CSS Searchphrase Order Limit Results per page Enable Google Web Search Google Ajax Search API Key Show Pagination Show Estimated Hide div id(s) Link to all results Show Description Include Category/Section Show Read More

Options

Yes : No Yes : No List of position Text Field Text Field Text Field Yes : No Any : All : Exact Phrase List of orders 5-50 3-50 Yes : No Text Field Yes : No Yes : No Text Field Yes : No Yes : No Yes : No Yes : No

Demo

No Yes search leave blank Search Advanced Yes Any Word Newest First 10 3 Yes API Key Yes Yes leave blank Yes Yes Yes Yes

Description

Enable/Disable the module header Enable/Disable the module Choose the module position Add an extra tag to the HTML Link to the search page Link to the Advanced search page Set No to load template specific CSS Search parameters Order of results Number of results Number results per page Search using Google APIs Insert Google API key Show navigation in results Show estimates in results Specify div IDs to be exempt from search Link all search results Show description with results Include category/section in results Show read more
[clear][/clear]
Friday, 17 April 2009 17:15

RokBox Plugin

Written by

RokBox, the successor of our popular RokZoom plugin, is a mootools powered JavaScript slideshow that allows you to quickly and easily display multiple media formats including images, videos (video sharing services also) and music. RokBox provides a theme system that allows you to create your own custom ones to fit your websites design. It includes two predefined themes, a Light theme and a Dark theme that will fit seamlessly into your site design. RokBox is as easy as pie to install and customize, providing an easy way to create your own custom themes for it.

[span class=alert]Please note that RokBox is not part of the template but is an independent download from http://www.rocketwerx.com/products/rokbox/overview.[/span]

RokBox comes in 3 formats. A standalone HTML/JavaScript solution for inclusion in any website or page; A Joomla 1.0 plugin, and a Joomla 1.5 plugin. Each Joomla! plugins come with a system and a content plugin.

We highly recommend using RokBox in Joomla 1.5 for optimal performance and ease of use.

Screenshots

[rbxshot img="http://rocketwerx.com/images/rokbox/sshot1_thumb.jpg"]RokBox Light Theme :: A screenshot of an image shown with RokBox in the default light style[/rbxshot] [rbxshot img="http://rocketwerx.com/images/rokbox/sshot2_thumb.jpg"]RokBox Dark Theme :: A screenshot of an image shown with RokBox in the optional dark style[/rbxshot] [rbxshot img="http://rocketwerx.com/images/rokbox/sshot3_thumb.jpg"]RokBox System Plugin Prefernces :: The plugin is fully configurable via the system plugin prefences parameters[/rbxshot]

Features

  • Mootools v1.11 compatible
  • 4 Customizable Transition Type: Fade, QuickSilver, Growl, Explode.
  • Support for Images, QuickTime (.mov), Windows Media Video (.wmv), Flash (.swf), YouTube, DailyMotion, MetaCafe, Google Video, Vimeo, Audio (.mp3, .wav), local and remote sites.
  • Support for albums/categories.
  • Support for Captions including support for titles and descriptions.
  • 2 Predefined Themes provided: Light Theme, Dark Theme.
  • Support for custom themes with ability to customize styles and RokBox configuration per theme.
  • Ability to auto-generate thumbnails when RokBox-ing local images.
  • Support for generate thumbnail or inline links from your Joomla! Content.

History

RokBox is a Joomla! plugin inspired by the now famous LightBox, but with a large support for multimedia content and not only images. RokBox is written by Djamil Legato.

Demo

To see an extensive demo of RokBox with descriptions and syntax, please visit http://www.rocketwerx.com/products/rokbox/demo
Page 2 of 3