| JA Regulus |
| Written by MiCCAS | |
|
JA REGULUS INSTRUCTIONS FILE =========================================== -------------------------------- I. JA MOOFX ROLLER CONFIGURATION -------------------------------- Ja MooFX Roller is a new cool feature using moofx library developed by Valerio Proietti (http://moofx.mad4milk.net) Here's a little configuration to help you play with the roller. Firstly, open the file ja.moo.roller.config.js in the scripts folder. In line number 3, you'll see: var autoroll = true. That means the roller will automatically run when the page is loaded. To disable it, change true to false. (Notice: once you select Play or Pause, the status of this button will be remembered to the next pages. The autoroll value is only used as default). In line number 4, there's: delayroll = 4000. This is the time (by miliseconds) between two animations when the roller is in playing mode. In line number 5, there's: rollspeed = 400. This is the duration (by miliseconds also) of an animation. Set it faster or slower if you want. In lines number 7, 8, 9, 10, there are CSS configuration of this roller. If you have some CSS skill, you can change it to your CSS to suit your feelings. If you want to add another content in the roller, do the following steps: 1. Open the file "index.php" 1. Add the content into this div tags format, and add the divs into the div with id named "roller-outer" (around line 107th) If your content is under some condition, add <?php if ($condition) { ?> and <?php } ?> before and after the divs. (You can easily see five examples in this template) <div class="roller"> <div class="roller-inner extra-class"> YOUR CONTENT </div> </div> The extra-class can be from roller-one to roller-five or anything you want. 2. If your content's always showing, add $num_of_clickers++; right before $num_of_clickers = 0; (around line 153rd) If your content is under some condition, add if ($condition) $num_of_clickers++ instead of the previous method. ----------------------------------- II. SCREEN RESOLUTION CONFIGURATION ----------------------------------- You can easily config JA REGULUS Template Width by modifying the Template Configurations part in the "index.php". There are three options that you can set up for this template. Option 1: Template width is optimized for 800x600 screen resolution. No "Resolutions Option". $width = "1"; $tool = "0"; Option 2: Template width is optimized for 800x600 screen resolution. "Resolutions Option". $width = "1"; $tool = "1"; Option 3: Template width is optimized for 1024x768 screen resolution. No "Resolutions Option". $width = "0"; $tool = "0"; ------------------------------- III. FONT RESIZER CONFIGURATION ------------------------------- You can also configurate the font resizer function. Go to /ja_REGULUS/scripts and edit the file ja.script.js if you need to make changes. To increase the maximum font size, go to line 25 and 26, and then edit the current maximum font size (the default is 92 percent). To decrease the minimum font size, go to line 27 and 28, and then edit the current minimum font size (the default is 58 percent). ----------------------- IV. CUSTOMIZING MODULES ----------------------- Use one of the following "Modules Class Suffix" to get different color for your modules box: -green -yellow You can set a "Modules Class Suffix" for a specific module by following these simple steps: + Step 1: Go to your Joomla Admin Center (Joomla! Administrator) + Step 2: Modules -> Site Modules + Step 3: Click on the module name you want to set a suffix (Eg. Template Chooser) + Step 4: Find the "Module Class Suffix" field and enter the Suffix you want. + Step 5: Don't forget to click Save ![]() ---------------------- V. CHANGING THE FOOTER ---------------------- Open the "footer.php" in the root folder of the template package and modify it to suite your needs. ----------------- VI. OTHER NOTICES ----------------- 1. The may show some extra padding and margin. To solve this problem, go to your Administration Panel, Site Mambots and change the margin and padding parameters of MOSimage mambot to 0. 2. To make the content of the roller like the demo, go to your Administration Panel. In site modules section, add a new module by clicking to New button. Enter the title you want and select one of the five module position in position combo box (user5 to user9) In the content of Custom output, type your content following this format: <h1>Big Title</h1> <p>Your nice sentence</p> |
| < Prev | Next > |
|---|