Latest Register Log In

+ Advanced Search

Slideshow

Slideshow
By
Apr 24, 2008 (Edited Feb 14, 2014)

Amongst your switches at Admin Panel -> Settings -> Switches you have two slideshow options: "Category slideshow" and "Listing image slideshow". The former enables a link in the category actions menu where everyone can view a slideshow all the images uploaded to listings in the category. The latter is for the listing details page and makes the thumbnails of any images attached to the listing open in a slideshow when clicked.

In both cases the slideshows use lightbox, which is a common javascript slideshow which overlays on top of the page graying out the background, with arrows for navigation and a close button. The slideshow images are in templates/images_default and are defined here in the stylesheet:
.lb-prev:hover { background-image: url('../images_default/lightbox-prev.png'); }
.lb-next:hover { background-image: url('../images_default/lightbox-next.png'); }
.lb-data .lb-close { background-image: url('../images_default/lightbox-close.png'); }
.lb-cancel { background-image: url('../images_default/lightbox-loading.gif'); }




Description Enabling a slideshow
Rating
Views 306 views. Averaging 0 views per day.
Similar Listings