
If you don´t know, how to install a module or install a
template, please take a look at this Beginner guide:
http://docs.joomla.org/Beginners
Module Positions
Logo & Template Configuration
- Login to your site as admin > Extensions > Templates > select >
jp_model_agency_v4
- Now you can setup the template parameters
- If you want to add your own logo, upload your logo.png via FTP to
../templates/jp_model_agency_v4/styles/your selected style/images/logo_outside.png
or logo_inside.png
Logo Inside / Logo outside / Configuration
- logo_inside.png = This PNG file must have a max width of 188
pixel and the height is equal
- logo_outside.png is flexible
- But you can not use both image files at the same time

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 & Article Slideshow
- Please read the instructions > jp_model_agency_v4/extensions
/ pdf files
- Please use for the article alider and the Slideshow the module position // SLIDESHOW //
- ATTENTION! You can not assign both sliders
at the same time on module position.
QJuery Slimbox Configuration
ATTENTION! The Slimbox is only active,
when you have activated the jquery Tools at template backend parameters 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 |