About HOT Carousel

Need to display your images as a carousel? Easily done with our new Joomla extension. Again, usage is very simple. You need to enter path to your images and your carousel is ready.

Switch between effects (fade and scroll), select number of images and image sizes are also possible. Learn more

Lightbox

If you like effect used on the images on this Demo site, you can use it for your site. This template comes with integrated jQuery Lightbox. Please prepare thumbnail image(s) and full size image(s) before proceeding.

To test how Lightbox gallery works, please check Color Schemes page and click on the pictures.

Single Image Lightbox

If you don't know HTML, you can use built-in Joomla editor. What you need to do:

  1. Create a new paragraph and assign "gallery" ID to it
  2. Insert thumbnail image inside
  3. Link the thumbnail image with full-size image
  4. You are done!

HTML view should look close to this example:

<p id="gallery" align="center">
<a href="images/stories/sample.jpg" title="This is module positions layout.">
<img src="images/stories/sample_small.jpg" border="0" width="200" height="152" />
</a>
</p>

Multiple Images Lightbox

Here's what you need to do to make a mini gallery, using Joomla editor:

  1. Create a new paragraph and assign "gallery" ID to it
  2. Make an unordered list
  3. Insert thumbnail image inside every list element
  4. Link each thumbnail image with full-size image
  5. You are done!

HTML view should look close to this example:

<p id="gallery">

<ul>

<li><a href="images/stories/sample1.jpg" title="Step 2"><img src="images/stories/sample_small1.jpg" border="0" width="136" height="100" /></a></li>

<li><a href="images/stories/sample2.jpg" title="Step 3"><img src="images/stories/sample_small2.jpg" border="0" width="120" height="100" /></a></li>

</ul>

</p>

Reflection Effect

reflection

Reflection script is incorporated in template. If you want an image to have it, use class "reflect" for your images. You can also control reflection's height and opacity. Learn more

HotStart (MySQL Dump)

mysql dump

Follow our instructions to make a copy of this demo site to your server. HOT Start! is available with each purchase. It allows you to create a copy of this demo site with ease.

Lightbox Enabled

lightbox

jQuery Lightbox built-in template. Click on thumbnail picture will open a bigger picture in the Lightbox. Check out how this handy feature works on the following page.