Ciao ragazzi
mi stavo cimentanto nella creazione di un template ex novo solo che mi sono arrenato su un problema
Dopo aver installato Phoca Gallery ho notato che tutti gli effetti della galleria fotografica non funzionano sul mio template, al contrario se ne abilito uno di default funziona tutto alla perfezione.
qualcuno saprebbe aiutarmi?
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>