How Do I Remove Pic Slider from pages in template(Arlqueen) - Joomla! Forum - community, help and support


i purchased template called arlqueen globberstheme.com after installing it, find out has sliding gallary appears on every page create. surprised developer, french guy, did not make slider module or component. anyways, need please me in removing gallary slider appearing on pages. want appearing on home page.. web address http://united-culture.com/ , below appears in index.php. appreciated , urgently needed. in advance

<?php
/****************************************************
#####################################################
##-------------------------------------------------##
## arlqueens ##
##-------------------------------------------------##
## copyright = globbersthemes.com- 2011 ##
## date = avril 2011 ##
## author = globbers ##
## websites = http://www.globbersthemes.com ##
## license = commerciale 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; ?>" dir="<?php echo $this->direction; ?>" >

<head>

<jdoc:include type="head" />
<?php jhtml::_('behavior.framework', true);
$app = jfactory::getapplication();
$templateparams = $app->gettemplate(true)->params;
$csite_name = $app->getcfg('sitename');
$licence = "globbersthemes";
?>

<?php //setting slide fading
$speed= $this->params->get("speed", "500");
$autoplay= $this->params->get("autoplay", "5000");
?>

<?php # main width#
$mod_left = $this->countmodules( 'position-7' );
$mod_right = $this->countmodules( 'position-8' );
if ( $mod_left && $mod_right ) {
$width = '';
} elseif ( ($mod_left || $mod_right) ) {
$width = '-mid';
} else {
$width = '-full';}
?>




<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/arlqueens_1.6/css/tdefaut.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/arlqueens_1.6/css/box.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/mootools.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/script.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/faded.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/dd_roundies_0.0.2a-min.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>

<!--[if ie 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->

<!--[if ie 8]>
<link href="templates/<?php echo $this->template ?>/css/ie8.css" rel="stylesheet" type="text/css" />
<![endif]-->

<script type="text/javascript">
dd_roundies.addrule('#search ', '0px 0px 10px 10px', true);
dd_roundies.addrule('#content', '0px 10px 10px 10px', true);
dd_roundies.addrule('#main,#main-full,#main-mid,#colonnewrap,#colonnewrap-mid,p.readmore', '10px 10px 10px 10px', true);
dd_roundies.addrule('div.moduletable h3,div.moduletable_menu h3,div.moduletable_text h3,#footer', '10px 10px 0px 0px', true);
</script>

<script type="text/javascript">
window.addevent('domready', function() {
squeezebox.initialize({});
$$('a.modal').each(function(el) {
el.addevent('click', function(e) {
new event(e).stop();
squeezebox.fromelement(el);
});
});
});
</script>
<jdoc:include type="modules" name="css"/>
</head>
<body>
<div class="pagewidth">
<div id="wrapper-search">
<div id="search">
<jdoc:include type="modules" name="position-0" />
</div>
</div>
<div id="sitename">
<a href="index.php"><img src="templates/<?php echo $this->template ?>/images/logo.png" width="326" height="74" alt="logotype" /></a>
</div>
<div id="slogan">
<a href="index.php"><img src="templates/<?php echo $this->template ?>/images/slogan.png" width="322" height="15" alt="logotype" /></a>
</div>
<div id="menu">
<div id="navigation">
<ul class="nave" id="horiznav">
<jdoc:include type="modules" name="position-1" />
</ul>
</div>
<div id="loginbt">
<div class="text-login"> <a href="#helpdiv" class="modal" style="cursor:pointer" title="login" rel="{size: {x: 206, y: 333}, ajaxoptions: {method: &quot;get&quot;}}">
<img src="templates/<?php echo $this->template ?>/images/login.png" width="90" height="44" alt="login form" />login</a>
</div>
</div>
<div style="display:none;">
<div id="helpdiv" >
<jdoc:include type="modules" name="login" style="xhtml" />
</div>
</div>
</div>
<div id="content">
<div id="gallery">
<div id="faded">
<ul>
<li><img src="templates/<?php echo $this->template ?>/images/slide1.jpg" alt="" /></li>
<li><img src="templates/<?php echo $this->template ?>/images/slide2.jpg" alt="" /></li>
<li><img src="templates/<?php echo $this->template ?>/images/slide3.jpg" alt="" /></li>
<li><img src="templates/<?php echo $this->template ?>/images/slide4.jpg" alt="" /></li>
<li><img src="templates/<?php echo $this->template ?>/images/slide5.jpg" alt="" /></li>
<li><img src="templates/<?php echo $this->template ?>/images/slide6.jpg" alt="" /></li>
</ul>
<ul class="pagination">
<li> <a href="#" rel="0"> <img src="templates/<?php echo $this->template ?>/images/slide1-thumb.jpg" alt="" /></a></li>
<li> <a href="#" rel="1"> <img src="templates/<?php echo $this->template ?>/images/slide2-thumb.jpg" alt="" /></a> </li>
<li> <a href="#" rel="2"> <img src="templates/<?php echo $this->template ?>/images/slide3-thumb.jpg" alt="" /></a> </li>
<li> <a href="#" rel="3"> <img src="templates/<?php echo $this->template ?>/images/slide4-thumb.jpg" alt="" /></a> </li>
<li> <a href="#" rel="4"> <img src="templates/<?php echo $this->template ?>/images/slide5-thumb.jpg" alt="" /></a> </li>
<li> <a href="#" rel="5"> <img src="templates/<?php echo $this->template ?>/images/slide6-thumb.jpg" alt="" /></a> </li>
</ul>
</div>
</div>
<script type="text/javascript">
var $j = jquery.noconflict();
$j(function(){
$j("#faded").faded({
speed:<?php echo $speed ?>,// 500,
crossfade: true,
autopagination: false,
autoplay: <?php echo $autoplay ?>,//default 5000,
autorestart: true
});
});
</script>
</div>
<div id="main<?php echo $width; ?>">
<jdoc:include type="component" />
</div>

<div id="colonnewrap<?php echo $width; ?>">
<?php if ($this->countmodules('position-7')) { ?>
<div id="col1">
<div class="element">
<jdoc:include type="modules" name="position-7" style="xhtml" />
</div>
</div>
<?php } ?>

<?php if ($this->countmodules('position-8')) { ?>
<div id="col2">
<div class="element">
<jdoc:include type="modules" name="position-8" style="xhtml" />
</div>
</div>
<?php } ?>
</div>
<div id="footer">
<div class="ftb">
copyright&copy; <?php echo date( '2008 - y' ); ?> <?php echo $csite_name; ?>. &nbsp; united cultural entertainment foundation in collaboration <a target=" _blank" href= "http://www.imic.com" ><?php echo $licence; ?></a>
</div>
<div id="top">
<div class="top_button">
<a href="#" onclick="scrolltotop();return false;">
<img src="templates/<?php echo $this->template ?>/images/top.jpg" width="30" height="30" alt="top" /></a>
</div>
</div>

</div>



</div>


</body>
</html>

since slideshow not module, have edit file index.php of template , incorporate code check whether user viewing front page or not , invoke command/syntax of slideshow accordingly. review of document http://docs.joomla.org/how_to_determine_if_the_user_is_viewing_the_front_page of help.

note: make copy of file before editing it.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support