Stylehelp

Demo Content

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:53 zondag 29 april 2007 19:53

The Template Color Chooser Module

The Versatility III demo features a Color Stylechanger module that is published to the header position and appears in the Control Panel drop down tab. This is a custom module and must manually be created for you to use something similar on your own site.

Basically, this module consists of a single image showing all of the available colorstyle thumbnails in a row. There is an image map that designates the links for each of the colorstyles within the image. You can create a duplicate of this module by following the directions below.

To enter custom classes into your modules and content, you will first need to disable the default Joomla WYSIWYG editor as it will strip out these classes when the item is saved. You can do this from your control panel by going to Site > Global Configuration and set to No Editor -Editor

Click on the image below to view the full size version, save the image to your computer (color_chooser.png) and place it into your images/stories folder. Create a new module and paste the code below in the Custom Output section. Publish the module to the header module position, set Show Title to No, and Save.

color chooser
<div style="text-align:center;margin:10px 0 0 -50px;">
<img name="color_chooser" src="images/stories/color_chooser.png" width="942" height="44" border="0" 
id="color_chooser" usemap="#m_color_chooser" alt="" /><map name="m_color_chooser" id="m_color_chooser"> <area shape="poly" coords="895,1,940,1,940,42,895,42,895,1" href="index.php?tstyle=style20" alt="Style 20" /> <area shape="poly" coords="848,1,893,1,893,42,848,42,848,1" href="index.php?tstyle=style19" alt="Style 19" /> <area shape="poly" coords="801,1,846,1,846,42,801,42,801,1" href="index.php?tstyle=style18" alt="Style 18" /> <area shape="poly" coords="754,1,799,1,799,42,754,42,754,1" href="index.php?tstyle=style17" alt="Style 17" /> <area shape="poly" coords="707,1,752,1,752,42,707,42,707,1" href="index.php?tstyle=style16" alt="Style 16" /> <area shape="poly" coords="660,1,705,1,705,42,660,42,660,1" href="index.php?tstyle=style15" alt="Style 15" /> <area shape="poly" coords="613,1,658,1,658,42,613,42,613,1" href="index.php?tstyle=style14" alt="Style 14" /> <area shape="poly" coords="566,1,611,1,611,42,566,42,566,1" href="index.php?tstyle=style13" alt="Style 13" /> <area shape="poly" coords="519,1,564,1,564,42,519,42,519,1" href="index.php?tstyle=style12" alt="Style 12" /> <area shape="poly" coords="472,1,517,1,517,42,472,42,472,1" href="index.php?tstyle=style11" alt="Style 11" /> <area shape="poly" coords="425,1,470,1,470,42,425,42,425,1" href="index.php?tstyle=style10" alt="Style 10" /> <area shape="poly" coords="378,1,423,1,423,42,378,42,378,1" href="index.php?tstyle=style9" alt="Style 9" /> <area shape="poly" coords="331,1,376,1,376,42,331,42,331,1" href="index.php?tstyle=style8" alt="Style 8" /> <area shape="poly" coords="284,1,329,1,329,42,284,42,284,1" href="index.php?tstyle=style7" alt="Style 7" /> <area shape="poly" coords="237,1,282,1,282,42,237,42,237,1" href="index.php?tstyle=style6" alt="Style 6" /> <area shape="poly" coords="190,1,235,1,235,42,190,42,190,1" href="index.php?tstyle=style5" alt="Style 5" /> <area shape="poly" coords="143,1,188,1,188,42,143,42,143,1" href="index.php?tstyle=style4" alt="Style 4" /> <area shape="poly" coords="96,1,141,1,141,42,96,42,96,1" href="index.php?tstyle=style3" alt="Style 3" /> <area shape="poly" coords="49,1,94,1,94,42,49,42,49,1" href="index.php?tstyle=style2" alt="Style 2" /> <area shape="poly" coords="2,1,47,1,47,42,2,42,2,1" href="index.php?tstyle=style1" alt="Style 1" /> </map> </div>

Adding a "Read More" Style Link Button

The Versatility III template includes custom styling to allow you to turn any link into a "Read More" style button. There are different button colors based on the section they are in, and provide a nice touch to your modules and content items.

To enable this type of styling on your links, follow the directions below:

To enter custom classes into your modules and content, you will first need to disable the default Joomla WYSIWYG editor as it will strip out these classes when the item is saved. You can do this from your control panel by going to Site > Global Configuration and set to No Editor -Editor

Inside the custom output section of your content item or custom module, structure the link you wish have display in the "Read More" styling by using the following syntax: (You can use any text you wish for the link button, in the example we are using "Read More...")

<a href="www.yourlink.com" class="readon">Read More..</a>

Custom Module Widths

The Versatility III module positions in the different panels are designed to use an equal width in that each module is the same width as the others in the same panel. However, in the demo frontpage you will notice that certain modules appear wider than others, particularly the "Versatility III Key Features" and "20 Color Variations" modules at the top where "20 Color Variations" is much wider including a large graphic.

You can set your own custom widths for each of your modules so that you can acheive the same effect by wrapping your module content in a <div> with a specified width. The following is an example of the format you would use.

To enter custom classes into your modules and content, you will first need to disable the default Joomla WYSIWYG editor as it will strip out these classes when the item is saved. You can do this from your control panel by going to Site > Global Configuration and set to No Editor -Editor
<div style="width:530px">
Your module content items
</div>

The "20 Color Variations" Module

The "20 Color Variations" module on the front page of the demo is a custom module published to the User 1 position and consists of text with a right aligned 32 bit tranparent png image and a "Read More" style link button.

You can create a new custom module exactly like this one from your Admin Control Panel by going to Extensions > Module Manager and selecting the "New" button in the top right corner. In the Custom Output section of the Edit Module page, enter the following example code:

To enter custom classes into your modules and content, you will first need to disable the default Joomla WYSIWYG editor as it will strip out these classes when the item is saved. You can do this from your control panel by going to Site > Global Configuration and set to No Editor -Editor
<div style="width:530px">
<div class="contentheading">20 Color Variations!</div>
<img src="images/stories/screen_cards.png" alt="screenshot" class="screenshot" style="margin-top:-45px" 
width="295" height="240" /> <strong>Versatility III</strong> takes it to the next level with an
amazing 20 color variations built-in. To see them for yourself, just click on the <strong>
"Open Control Panel"</strong> button at the top of the page and click on a thumbnail.

<p>Continue reading to learn about the other great features Versatility III has under the hood.
</p> <a href="index.php?option=com_content&task=view&id=21&Itemid=42" class="readon">Read more...</a> </div>
   

Versatility III Customization

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:49 dinsdag 24 april 2007 17:50

icon

Basic Customization

customisation

Default Color Style

With 20 exciting color styles, it can be difficult to choose just one. But you will want to choose the one that will show by default to users when they visit your site for the first time.

Template Width

Sometimes, one size just doesn't fit all; and Versatility III is designed to allow you to display the template in any default width you desire. All you have to do is enter the width size that is perfect for your needs.

Side Column Width

Along with the template width, you can also easily customize the width of the side column (either right or left depending on the orientation).

Menu Side

Versatility III features the ability to display the Splitmenu items in either a left or right hand configuration when Splitmenu is the active menu system.

Default Font Size

Based on your own personal preference, or the preference of your users.

Show Pathway

Sometimes sites just look better with no pathway, and we've provided a convenient toggle to allow you to disable this for your site

Show Pull-Down Panel

The pull-down panel is a great way to put content or modules that you want to have around, but don't want them to clutter up your site.

icon

Customizing the Logo

One of the first steps of customizing your new Versatility III template will undoubtedly be altering the logo text to reflect the name of your company / organization. RocketTheme makes this process a simple one by including both the Source PNG for the template, as well as logo blanks.

The most effective way to customize the logo is to use the included Source PNG file. When opened in Adobe Fireworks, this file contains all of the Layers in the design allowing you to tweak and change any of the image elements of the template design. The following steps will help you quickly get your new logo ready to go:

  • First, open the main Source PNG file in Adobe Fireworks (v3_source_part1.png or v3_source_part2.png). With the pointer tool, double click on the logo area in the top left of the layout. This will cause a cursor to appear, in which you can highlight the existing text and replace with your own. (The slices may be on by default, obscuring the logo area so that you can not select it. You can hide the web layer slices for now by clicking the "eye" icon to the left of "Web Layers" in the right hand "Layers" panel).
  • In Versatility III, the logo text consists of two text elements, the top main logo text and the bottom reflection text. First, you will want select the top text with the Pointer Tool, double click the text area so that a cursor appears. Highlight the "Versatility III" text and replace with your desired logo text.

    Logo editing

    Logo editing

    Next, use the Pointer Tool to select the bottom reflection text layer, double click the text area so that a cursor appears. Highlight the "Versatility III" text and replace with the same text you used in the logo text above it.

    Logo editing

    Logo editing

  • Once you have replaced the text in the logo area and are happy with the result, it is time to export the slice and replace the existing logo image in the template with your new one. Turn your Web Layer slices back on (click the empty box to the left of "Web Layers" in the right hand "Layers" panel causing an eye icon to appear), this will cause all of the slices to become visible (represented by green coloured squares).
  • With the pointer, click on the slice on top of the logo area so that it is selected (a crosshair will appear in the center and the name "logo: PNG" will appear when selected). Right click on the slice and select the menu option "Export Selected Slice" and save into your rt_versatilityiii/images/style# folder replacing the existing "logo.png" with your new "logo.png".

    Logo editing
If you don't have Adobe Fireworks, you can easily change the logo by using one of the included Logo Blanks and putting your custom text and logo on top of the image and saving as "logo.png". There are Logo Blanks for each color style included in the Source PNG .zip archive that contain the background imagery of the logo area, without any text or logo elements.
   

Versatility III Features

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op zondag 29 april 2007 21:09 dinsdag 24 april 2007 17:27

Versatility III continues the strong RocketTheme tradition of full featured templates with lots of goodies and capabilities that will enable your site to stand out from the pack

  • 20 distinctive color styles
    Not just your boring blue/green/red combos either, these are gorgeous!
  • Clean and Colorfully Versatile design
    Drawing from the best elements of two of our most popular templates, Versatility III features a clean and colorful design with limitless options.
  • 16 collapsible module positions
    What is probably the most module positions used to date, Versatility III tastefully integrates a white variety of module positions that will collapse when not populated.
  • Easily change width or set to fluid
    Now easier than ever, just change one variable in index.php to instantly change the width of the entire site to better suit your content needs.
  • Flexible pull-down panel
    Using a mootools based system we've created a simple but effective way to put modules on your page without taking up valuable real estate. The script has been compressed for maximum speed, but you can still control the slide speed, tab open/close text, and overall slider size.
  • RokZoom integration
    RokZoom is a faster leaner alternative to LightBox 2.0 utilizing a highly optimized and compressed version of the mootools javascript library. Using the latest version of RokZoom and incorporating a new "fix" Versatility III is now able to use rokzoom at the same time as sfwObject based flash modules and scripts
  • SuckerFish Drop-Down Menu & SplitMenu options
    SuckerFish is the default offering for this template, but we've also included SplitMenu. Check out the menu tutorials to better understand how to take advantage of the features these menus offer.
  • Lots of great typography
    Versatility III has bunches of great typographical styles to help your content look great without even trying! Check out the great notice styles to allow you to provide great visual focus for your users
  • Custom Modules
    As in past templates we've provided two variations of standard modules, and a new custom module. These variations for the Login Module and for Latest News Module provide just enough design element changes to break away from the standard Joomla! sample content and give your site a distinctive look. The new Flickr Badge Module allows you to seamlessly add Flickr images to your site.
  • Fully compatible IE6, IE7, Safari 2, Firefox 1.5+, Opera 9, OmniWeb, Shira, Netscape.
  • XHTML 1.0 Transitional. Valid XHTML and CSS.
  • Source Adobe Fireworks PNG and Fonts included
  • Blank Logos and Buttons for quick/easy modification
   

Using Versatility III Typography

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:49 dinsdag 24 april 2007 16:49

A guide to utilizing the included Replicant typography styles and elements into your site as well as instructions for inserting typography using the HTML editor option of your WYSIWYG editor.


This page provides detailed instructions for using the Typography styles included in Replicant in your site. If you would like to see all of the Typography styles in action, check out the Replicant Typography Page.

Every RocketTheme template has its own set of content styles, these styles are known as Typography. Typography can come in a number of varying and diverse formats, ranging from simple text modifications to image insertions to improve the look, layout of your website and give it life. This tutorial will take you through the necessary steps to adding typography to your Joomla! content.

Inserting Typography with the HTML Editor

To insert the Typography into your content, you must use the HTML feature of all Joomla! content editors. The following tutorial will outline the steps in which to does this with the default Joomla! content edit, TinyMCE. Please be aware, even though there are other content editors available, all are basically the same and the steps with be just as effective if you are using another Content editor.

Please note that the following tutorial will show you how to insert HTML (typography) into Article, the same precedure is apparent for Content Items and Custom modules.
  • Login to the Joomla! Administration Control Panel. Either, use the Administrator link on your mainmenu when you are logged into the Frontend of your website or use the direct web address of the Administrator Control Panel, www.yoursite.com/administrator. Enter the Administrator's Username and password.



  • Navigate to the Article Manager. Once you have logged in, hover over the Content link on the top taskbar, scroll down to Article Manager.



  • The Article Manager
    When you have selected the Article Manager link, you will be sent to the Article Manager control panel. Select either Edit or New, depending on whether you want to add typography to an existing or new item.



  • The HTML icon
    To add typography to your content, you must enter the HTML mode of the Content editor. In the TinyMCE editor, this an icon called "HTML", in some other content editors, it is a tab but with be clearly marked for easy navigation. Push the icon to enter HTML mode.



  • The HTML Editor
    A popup shall appear with your content in HTML format. You shall do all your editing here for typography.



You will not see the effects in the content editor, all style affects are only visible on the Frontend of your Joomla! website.
   

Module Variations

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op zondag 29 april 2007 21:13 vrijdag 13 april 2007 12:04

Versatility III provides the ability to use 8 module variations to increase the appeal of your module content. With so many different module variation choices, you can change the entire look and feel of your site just by adding these module variations. To use these you just need to add either "-hilite1", "-hilite2", "-hilite3", "-hilite4", "-hilite5", "-hilite6", "-hilite7" or "-hilite8" in the module class suffix parameter of the module in the module manager.

Module Suffix Setting


When you use the "-hilite1" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite2" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite3" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite4" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite5" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite6" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite7" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


When you use the "-hilite8" suffix your modules will look like this:

Sample Module Header

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
   

Pull-Down Panel

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op zondag 06 mei 2007 11:14 Geschreven door FuturOn | Ernst zaterdag 31 maart 2007 18:24

The new RocketTheme Pull-Down Panel uses the fantastic mootools JavaScript library and provides a very convenient way to provide functionality on your site without taking up valuable real-estate resources. On this demo site, we are using it for a style changer and a login module. During normal browsing activities, these functions are not often required, making them a perfect choice for the Pull-Down Panel

Control Panel

To modify how the Pull-Down Panel works, you can edit the js/roktools.js file and adjust the variables shown below:

/* variables for top panel */
var panelSize = 110;
var effectDuration = 750;
var openString = "Open Control Panel";
var closeString = "Close Control Panel";
var transition = Fx.Transitions.circOut;

The transition variable can be any of the following MooTools transitions and should be in the format ìFx.Transitions.?????î

linear
quadIn
quadOut
quadInOut
cubicIn
cubicOut
cubicInOut
quartIn
quartOut
quartInOut
quintIn
quintOut
quintInOut
sineIn
sineOut
sineInOut
expoIn
expoOut
expoInOut
circIn
circOut
circInOut
elasticIn
elasticOut
elasticInOut
backIn
backOut
backInOut
bounceIn
bounceOut
bounceInOut
   

Versatility III Module Positions

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op zondag 29 april 2007 21:12 Geschreven door FuturOn | Ernst zaterdag 31 maart 2007 18:18

Versatility III has been constructed with an unprecedented 16 module positions. These module positions are fully collapsible meaning that if there are no modules published in a particular area, that area will not be shown. We will use as an example the advert1, user1, user2 area internally known as section1. If at least one of these modules is published on a particular page, this section will be displayed, and that module will be visible. If however, on a particular page, no modules are assigned to those 3 module positions, the entire section1 area will not be displayed. This goes for all the module positions in the template. This provides you with the maximum amount of flexibility possible.

Module Positions

   

Versatility III Menu Options

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:35 zaterdag 31 maart 2007 17:39

Versatility 3 features the exciting and exclusive RokMooMenu system for the ultimate in menu functionality and style, as well as the popular and reliable RTSplitMenu. Here you can read an overview of the Versatility 3 menu configuration options.


Selecting your Menu Style

Versatility 3 allows you to choose from 2 menu options:

  • RokMooMenu - The exciting new menu system based on the ever popular Suckerfish menu style, featuring mootools powered transitions and effects.
  • 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.

The Powerful and 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. It is fully accessible and degrades to a standard SuckerFish menu if JavaScript is not enabled or supported. 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.nav'), {
		bgiframe: false,
		delay: 500,
		animate: {
			props: ['opacity', 'width', 'height'],
			opts: {
				duration:400,
				fps: 100,
				transition: Fx.Transitions.Cubic.easeOut
			}
		}
	});
});
</script>

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.

fps

- speed of the animation - leave at 100 for best results.

transition

- any of the available MooTools transitions. See below for more details.

The transition variable can be any of the following MooTools transitions and should be in the format Fx.Transitions.?????

For example, " Bounce.easeIn or Bounce.easeOut or Bounce.easeInOut" produce a bouncing effect.

For more details with diagrams, visit the Mootools documentation site

 

Using RokMooMenu Menu DropDowns

Assigning Parent Items to Create Your Drop-Downs

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.

  • Navigating to the Menu area
    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.

  • 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.

  • Assigning the Parent item
    Now that you are in the editor for the individual content item, you can then assign it to the mainmenu item in which you want the dropdown menu with your intended item to be place. 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".

   

Versatility III Styles

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:32 zaterdag 31 maart 2007 16:17

Versatility III comes in 20 stunning color variations to give you a variety of options to suit your varying design needs. The ability to change colors on the fly is intended for demo purposes only, you should set the following variable in the template's index.php file when you have chosen which style you intend to use. To check out the color variations either pull down the Open Control Panel tab at the top of the page, or click on one of the screenshots below:

Style1
Style2
Style3
Style4
Style5
Style6
Style7
Style8
Style9
Style10
Style11
Style12
Style13
Style14
Style15
Style16
Style17
Style18
Style19
Style20
   

Versatility III Custom Modules

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:42 zaterdag 31 maart 2007 14:55

icon

Installing a Versatility III Custom Module

Step One: Installing the Module

Download the v3_custom_modules.zip archive from the Versatility III download section of the RocketTheme Joomla! Club. Login in to your administratior console on your Joomla! website and navigate to the Extensions menu item, and select Install/Uninstall from the dropdown menu.

In the Upload Package File section, click the Choose File button and select the mod_modulename.zip inside of the module zip file you downloaded earlier. Next click the Upload FIle & Install button to install the module.

Step Two: Publishing the Module

Now the module is installed it must be published in the appropriate module position and configured to suite our needs. From the top menu, select Extensions then Module Manager. 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.

   

Installing Versatility III

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op donderdag 14 februari 2008 18:40 zaterdag 31 maart 2007 11:04

This is a guide that covers how to set up your new Versatility III template on your Joomla site and configure its features, functionality, and content to look similar to the Rockettheme Versatility III Demo FrontPage.

Downloading the Versatility III Files

The first step is to download all of the files that will be needed to install your template, custom modules, as well make modifications. Here is a quick explanation of each of the available files in the Versatility III release.
  • Versatility III Template (rt_versatilityiii_j15.tgz) This file is the template package you will use to install your template into Joomla.
  • Versatility III Custom Modules and Bots (v3_custom_modules.zip) This zip file contains the RokZoom mambot for Versatility III .
  • Versatility III Logo Font (v3_acens_font.zip) This file contains the font for the Logo in Versatility III . You will need to install this font on your system if you wish to edit the logo to add your own text in the same font style.
  • Versatility III Source PNG's (v3_source_pngs.zip) This zip contains the source png's for making modifications and customizations to the images in the template. You will need an image editing software (preferably Adobe/Macromedia Fireworks) to do this.

Installing the Versatility III Template into Joomla

To install the Versatility III template into your Joomla site, follow these steps:
  • 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_versatilityiii_j15.tgz file you downloaded and then click Upload File & Install. Now Versatility III is installed and in your template list.

  • Next, from your admin control panel, go to Extensions > Template Manager. This will pull up the list of your installed templates. Find Versatility III on the list and select the radio button to the left and then click Default up in the top right corner. Now Versatility III is set as your default template. If you view your site, you should see the Versatility III template up and running.

   

Typography

Let op: opent in een nieuw venster PDFAfdrukkenE-mailadres

Laatst aangepast op zaterdag 28 april 2007 13:45 woensdag 21 februari 2007 11:28

This page shows all of the typography styles and settings for Versatility III in action. If you would like to read more detailed information on inserting the included typography into your content, check out the Versatility III 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.

Notice Styles are shown below
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 'info' style. Use this style to denote pieces of information or tips for your readers and visitors. To use this use the folllowing html: <span class="info">....</span> This is a sample of the 'note' style. Use this style to denote items in your content that you would like your users to note or pay attention to. To use this use the folllowing html: <span class="note">....</span> This is a sample of the 'download' style. Use this style to denote information containing a download or information about an available download on your site. To use this use the folllowing html: <span class="download">....</span>

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 a sample blockquote (use <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 an H3 Header

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

  • Aliquam laoreet elementum tellus. Aenean tincidunt. Quisque est. Pellentesque convallis felis id arcu rutrum feugiat. Aenean mauris urna, rutrum aliquam, iaculis vel, consectetuer ac, elit.

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

  • 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.

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

  • Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

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

  • Aliquam laoreet elementum tellus. Aenean tincidunt. Quisque est. Pellentesque convallis felis id arcu rutrum feugiat. Aenean mauris urna, rutrum aliquam, iaculis vel, consectetuer ac, elit.

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

  • 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.

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

  • Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

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

  • Aliquam laoreet elementum tellus. Aenean tincidunt. Quisque est. Pellentesque convallis felis id arcu rutrum feugiat. Aenean mauris urna, rutrum aliquam, iaculis vel, consectetuer ac, elit.

Below is a regular unordered list. To use this style create a list in the following format: <ul><li>....</li><li>....</li>...</ul>

  • Aliquam laoreet elementum tellus. Aenean tincidunt. Quisque est. Pellentesque convallis felis id arcu rutrum feugiat. Aenean mauris urna, rutrum aliquam, iaculis vel, consectetuer ac, elit.
  • 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 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;
}