Please read the documentation for installation and configuration carefully..
For general Joomla questions read these PDF Tutorials.

Joomla 1.6 Template Installation Manual Joomla 1.6 download

Module Positions

 

Logo & Template Configuration

  • Login to your site as admin > Extensions > Templates > select > jp_sport
  • Now you can setup the template parameters
  • If you want to add your own logo, upload your logo.png via FTP to
    ../templates/jp_sport/style/your_selected style/images/logo.png

Suckerfish Menu Configuration

  • Login to your site as admin > Extensions > Module Manager > mainmenu
  • Please use the following module paramters settings
  • Menu class suffix = sf-menu

Pre configurated Slideshow and Article Slider

  • Please read the instructions > jp_your template/extensions / pdf files
  • Please use for the article alider the module position // SLIDESHOW //

QJuery Slimbox Configuration

ATTENTION! The Slimbox is only active, when you have activated the Superfishmenu too.
  • Select your Article
  • Add your preferred image
  • Open the Article in HTML view
  • Add the rel="lightbox"
  • See the picture below


Single Image:

Add the rel="lightbox" attribute to the links pointing to your full-sized images. Use the optional title attribute if you want to show a caption:

<a href="images/image-1.jpg" rel="lightbox" title="my caption">

 

Image Gallery:

For sets of related images that you want to group and make navigable, add a group name to the rel attribute just after the “lightbox” word, for example:

<a href="images/image-1.jpg" rel="lightbox-cats">image #1</a>
<a href="images/image-2.jpg" rel="lightbox-cats">image #2</a>
<a href="images/image-3.jpg" rel="lightbox-cats">image #3</a>

 

 

ToolTip Configuration

  • You can add a tooltip to any images or text elemets
  • Open an article, add a image and open now the HTML Source Editor
  • Now add a class to your images // thetip // and now the title is your ToolTip

Template Customizing

TIP: If you want to customize a template ( color, font or background) and don´t know the css class, please use Firefox with the Firebug extension. Now you can analyze every CSS style for customizing the template CSS. Firebug Tutorial