Questo è il codice dell'index.php:
<?php
/****************************************************
#####################################################
##-------------------------------------------------##
## CONCERTO ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2012 ##
## Date = AVRIL 2012 ##
## Author = globbers ##
## Websites = http://www.globbersthemes.com ##
## version (joomla) ##
## ##
#####################################################
****************************************************/
// 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" />
<?php
$mod_right = $this->countModules( 'position-7' );
if ( $mod_right ) { $width = ''; } else { $width = '-full';}
?>
<?php
$text1 = $this->params->get("text1", "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent faucibus semper. ");
$text2 = $this->params->get("text2", "Maecenas a accumsan felis. Praesent scelerisque volutpat egestas.");
$text3 = $this->params->get("text3", "Pellentesque varius, tortor nec ultricies pretium, odio est gravida dolor, et rutrum erat. ");
$slidedisable = $this->params->get("slidedisable");
?>
<?php
$title1 = $this->params->get("title1", "01.latest news opera ");
$title2 = $this->params->get("title2", "02.music news");
$title3 = $this->params->get("title3", "03.artist info");
$title4 = $this->params->get("title4", "04.gallery images");
$title5 = $this->params->get("title5", "05.spectacles");
?>
<?php
JHtml::_('behavior.framework', true);
$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;
$csite_name = $app->getCfg('sitename');
?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/defaut.css" type="text/css" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/superfish.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/hover.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/innerfade.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/faded.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(' .navigation ul ').superfish({ delay: 800,
animation: {opacity:'show',height:'show'},
speed: 'normal',
autoArrows: false,
dropShadows: false
});
});
</script>
<script type="text/javascript">
$(document).ready(
function(){
$('#news').innerfade({
animationtype: 'slide',
speed: 750,
timeout: 2000,
type: 'random',
containerheight: '1em'
});
});
</script>
<script type="text/javascript">
$(function(){
$("#faded").faded({
speed: 4000,
crossfade: true,
autoplay: 5000,
autorestart: 500,
autopagination:false
});
});
</script>
</head>
<body>
<div id="content">
<div class="pagewidth">
<div id="sitename">
<a href="index.php"><img src="templates/<?php echo $this->template ?>/images/logo.png" alt="logotype" />[/url]
</div>
<div class="pagewidth2">
<div id="content-top">
<div id="topmenu">
<div class="navigation">
<jdoc:include type="modules" name="position-1" />
</div>
</div>
<div id="content-bottom">
<div id="hightlight-t"></div>
<div id="hightlight-b">
</div>
<div id="search">
<jdoc:include type="modules" name="position-0" />
</div>
</div>
</div>
<?php $menu = JSite::getMenu(); ?>
<?php $lang = JFactory::getLanguage(); ?>
<?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) { ?>
<?php if ($this->params->get( 'slidedisable' )) : ?> <?php include "slideshow.php"; ?><?php endif; ?>
<?php } ?>
<div id="pathway-w">
<div id="pathway">
<div id="pathway-b">
<jdoc:include type="modules" name="position-2"/>
</div>
<div id="datetime">
</div>
</div>
</div>
<div id="wrapper"> <!---main--->
<?php if ($this->countModules('position-3') || $this->countModules('position-4') || $this->countModules('position-6') || $this->countModules('position-8')) { ?>
<div id="wrapper-box">
<div class="box">
<jdoc:include type="modules" name="position-3" style="xhtml" />
</div>
<div class="box">
<jdoc:include type="modules" name="position-4" style="xhtml" />
</div>
<div class="box">
<jdoc:include type="modules" name="position-6" style="xhtml" />
</div>
<div class="box-f">
<jdoc:include type="modules" name="position-8" style="xhtml" />
</div>
</div>
<?php } ?>
<div id="main<?php echo $width ?>">
<jdoc:include type="component" />
</div>
<?php if ($this->countModules('position-7')) { ?>
<div id="colonne">
<div id="right">
<jdoc:include type="modules" name="position-7" style="xhtml" />
</div>
</div>
<?php } ?>
</div>
<div id="ftb-f">
<div class="ftb" align="center">
<!-- Inizio Codice ShinyStat -->
<script type="text/javascript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=bandabisceglie"></script>
<noscript>
<a href="http://www.shinystat.com/it" target="_top">
[/url]
</noscript>
<!-- Fine Codice ShinyStat -->
</div>
<div id="top">
<div class="top_button">
<a href="#" onclick="scrollToTop();return false;">
<img src="templates/<?php echo $this->template ?>/images/top.png" width="30" height="30" alt="top" />[/url]
</div>
</div>
</div>
</div>
</div>
</body>
</html>
E questo quello dello slideshow.php:
<div id="slideshow">
<!-- slider begin -->
<div id="faded" align="center">
<ul class="contenu" >
<li><!-- slider1 -->
<img src="templates/<?php echo $this->template ?>/images/slide2.jpg" alt="slide2" />
</li>
<li><!-- slider2 -->
<img src="templates/<?php echo $this->template ?>/images/slide3.jpg" alt="slide3" />
</li>
<li><!-- slider3 -->
<img src="templates/<?php echo $this->template ?>/images/slide4.jpg" alt="slide4" />
</li>
<li><!-- slider4 -->
<img src="templates/<?php echo $this->template ?>/images/slide5.jpg" alt="slide5" />
</li>
<li><!-- slider5 -->
<img src="templates/<?php echo $this->template ?>/images/slide6.jpg" alt="slide6" />
</li>
<li> <!-- slider6 -->
<img src="templates/<?php echo $this->template ?>/images/slide7.jpg" alt="slide7" />
</li>
<li> <!-- slider7 -->
<img src="templates/<?php echo $this->template ?>/images/slide8.jpg" alt="slide8" />
</li>
<li> <!-- slider8 -->
<img src="templates/<?php echo $this->template ?>/images/slide9.jpg" alt="slide9" />
</li>
<li> <!-- slider9 -->
<img src="templates/<?php echo $this->template ?>/images/slide10.jpg" alt="slide10" />
</li>
</ul>
</div>
Non saprei dove andare a modificare il codice per farlo funzionare..intendo per quanto riguarda la questione jquery..