Before you start BACKUP THE FOLDER com_alberghi in the components folder.
Then you open up the file alberghi.php in yoursite/components/com_alberghi/
Scroll down do line 88 and there you find this here:
Code:
<script type=\text/javascript\ src=\<?php echo $mosConfig_live_site;?>/components/com_alberghi/js/prototype.js\></script>
<script type=\text/javascript\ src=\<?php echo $mosConfig_live_site;?>/components/com_alberghi/js/scriptaculous.js?load=effects\></script>
<script type=\text/javascript\ src=\<?php echo $mosConfig_live_site;?>/components/com_alberghi/js/lightbox.js\></script>
<link rel=\stylesheet\ href=\components/com_alberghi/css/lightbox.css\ type=\text/css\ media=\screen\ />
Replace it with this here:
Code:
<script type=\text/javascript\ src=\<?php echo $mosConfig_live_site;?>/components/com_alberghi/js/slimbox.js\></script>
<link rel=\stylesheet\ href=\components/com_alberghi/css/slimbox.css\ type=\text/css\ media=\screen\ />
Unzip the js.zip file attached here and upload the folder \js\ to the com_alberghi folder, then the lightbox should work as i showed you on the demo i had.
Attached Files
File Type: zip js.zip (37.2 KB) [file name=js.zip size=34544]http://www.youjoomla.com/images/fbfiles/files/js.zip[/file]