perdonami francesco, forse mi hai frainteso...
io non ho mai detto che non funziona Phoca...anzi per me è una delle migliori!
Ho detto che non funziona sul mio "template" di conseguenza viene da se che se funziona bene ma non funziona sul mio template il problema è riconducibile al mio template e non alla phoca non fa una piega no???
cmq sia il template dovrebbe essere scritto bene perlomeno sui css e sull'html
mi chiedevo se ci fosse qualke script da aggiungere sul mio template per abilitare lightbox o effetti del genere...che ripeto appartengono alla phoca e sugli altri template funzionano egregiamente!
posto l'html del template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title> SITO UFFICIALE</title>
<!-- Inclusione foglio di stile -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<!-- Inclusione libreria popup cromless -->
<link href="popup_cromless/lightbox.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="popup_cromless/lightbox.js"></script>
<!-- Inclusione libreria jQuery + PluginFullScreenr -->
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/jquery.fullscreenr.js" type="text/javascript"></script>
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<!-- Parametri di settare -->
<script type="text/javascript">
var FullscreenrOptions = {
width: 1995, // Larghezza Immagine originale
height: 1110, // ALtezza Immagine originale
bgID: '#bgimg' // Contenitore dell'immagine
};
jQuery.fn.fullscreenr(FullscreenrOptions);
</script>
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="css/template.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/antoniomartinocouture/css/template.css" type="text/css" />
</head>
<body>
<img id="bgimg" src="images/bg.jpg" />
<div class="container">
<div class="language">
<jdoc:include type="modules" name="language" />
</div>
<div class="social_network">
<jdoc:include type="modules" name="social_network" />
</div>
<div class="menu">
<jdoc:include type="modules" name="menu" />
</div>
<div class="menu_2">
<jdoc:include type="modules" name="menu_2" />
</div>
<div class="body">
<jdoc:include type="component" />
</div>
</div>
</body>
</html>