Demo Articles
Installation
- Detalles
- Categoría de nivel principal o raíz: Contenidos
The following is a guide that covers how to set up your new template on your Joomla site. Here you can find an overview of the files included in the Refraction release and instructions on installing and activating the template in your Joomla install.
[span class=attention] Video Tutorial Currently Available! Launch the Joomla Template Installation Video Tutorial now! [/span]Downloading the necessary files
The first step is to download all the necessary files needed for installation, setup and configuration. Below is a summary of each of the available packages for the Refraction release. [list class=bullet-1][li]Refraction Template (rt_refraction_j15.tgz) This file is the template package you will use to install your template into Joomla.[/li] [li]Refraction Custom Extensions (refraction-extensions-j15.zip) This package contains each of the individual custom extensions included in the Refraction template release.[/li] [li]Refraction Source PNG(s) (refraction-sources.zip) This zip contains the source PNG(s) for making modifications and customisations to the images in the template (and if applicable, the font used for the logo). You will need an image editing software (preferably Adobe/Macromedia Fireworks) to utilise the Source PNG files. [/li] [li]Refraction RocketLauncher (Joomla_RT_Refraction_j15.zip) This is the RocketLauncher pack for Refraction which is a complete and separate Joomla install which has the template pre-installed and configured. Similarly, the demo content is injected and the extensions are also pre-installed.[/li][/list]Step 1 - Using the Joomla installer
Navigate to the Joomla administrator (http://yoursite.com/administrator) for your site. Along the top menu bar, go to Extensions → Install/Uninstall. Next, select the browser button and locate the rt_refraction_j15.tgz package on your computer that you downloaded. Then, click Upload File & Install. After installation, an introduction page will appear with the template's name, description and thumbnail, select Continue when this page appears. You should now see rt_refraction_j15 in the list of installed templates.Step 2 - Making Refraction Default
In the Joomla Administrator, navigate to Extensions → Template Manager. You will be directed to a page which lists all the installed templates. Locate rt_refraction_j15 in the list. Select the radio button / circular icon to the left of the name. Then select the Default in button menu in the top right area of the Administrator. The Refraction template will now be the default template on your Joomla site.Tutorials
- Detalles
- Categoría de nivel principal o raíz: Contenidos
Continue learning how to configure and customize the Refraction template with the following guides and tutorials available in the RocketTheme members forum board.
RokBox Plugin
- Detalles
- Categoría de nivel principal o raíz: Contenidos
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/demoRokCandy Component
- Detalles
- Categoría de nivel principal o raíz: Contenidos
[rbxshot img="images/stories/demo/general/rokcandy-ini-thumb.jpg"]RokCandy default.ini file[/rbxshot] [rbxshot img="images/stories/demo/general/rokcandy-admin-thumb.jpg"]RokCandy Administrator[/rbxshot]
For example, [example title={title}]{text}[/example] can be set to output the following:-
<div class="example"> <h3>Title</h3> <p>Some content</p> </div>
How do I configure RokCandy, the Syntax?
RokCandy is outfitted with prebuilt statements, however, with the overriding ability of Joomla 1.5, you can create new ones and override them in the template files, and not have to concern yourself with editing core files. The file is called default.ini and is located in the /templates/rt_refraction_j15/html/com_rokcandy directory. Similarly, you can also add and control your own in the Administrator (Admin > Components > RokCandy). They will appear in the following format:-[tag]{text}[/tag]=<tag>{text}</tag>Such as
[alert]{text}[/alert]=<span class="alert">{text}</span>As is apparent, each line is separated into distinctive sections. There are two parts, the RokCandy syntax (left of =) and the outputted HTML (right of =). You would create your own tag name and insert them between square brackets, [], followed by {text} and the closing tag with [] brackets again. This segment is followed by the = symbol and following on from that is the HTML output. Note, the {text} is required in both parts to denote what element is to be carried forward. You can use any value between the {} brackets, such as {title} or {link} as long as they are cross referenced in the HTML output as shown in the example below:-
[box title={title} link={link}]{text}[/box]=<div class="box"><h3><a href="{link}">{title}</a></h3><p>{text}</p></div>[span class=attention]Note, the best way to understand the syntax rules is to look at the default.ini file and see what syntax we use.[/span] [readon url="index.php?option=com_content&view=article&id=56&Itemid=67"]RokCandy Examples[/readon]
RokNavMenu Module
- Detalles
- Categoría de nivel principal o raíz: Contenidos