sto utilizzando phocagallery su un template da me creato ma non vuole funzionare in modalità shadowbox, cioè si apre su una pagina bianca.
Ho provato con il template rhuk_m e funziona bene.
Cosa potrebbe essere a fare conflitto?
purtroppo la gallery di sigplus che funzionava bene, non funziona con IE?
HELP PLEASE!!
qui il sito
www.htlposta.itse può servire incollo la parte iniziale dell'index.php
<?php
/*
* @copyright Copyright (C) 2008 - 2009 All rights reserved.
* @license
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
<!--tab menu -->
<script type="text/javascript" src="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ?>/js/n2menu/jquery-1.1.3.1.pack.js">
</script>
<script type="text/javascript" src="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ?>/js/n2menu/n2menu.js">
</script>
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ?>/js/n2menu/n2menu.css" type="text/css" />
<script type="text/javascript">
$(document).ready(function(){
n2menu.init("#m1");
});
</script>
<!--tab menu -->
<link id="JTKLocalCss" href="../a/css/template.css" rel="stylesheet" type="text/css" />
-----
Per inserire codice, usa il tastino #. Grazie.