Question Problème d'espace fin de page d'accueil

Plus d'informations
03 Juil 2010 14:13 #1 par jimenzo976
Problème d'espace fin de page d'accueil a été créé par jimenzo976
Bonjour tout le monde !

Je vous écris car j'ai un souci dans ma page d'accueil, j'ai un espace a la fin de la page et je vois pas d'où ca pourrais venir. Si quelqu'un a déjà eu ce genre de problème s'il vous plais qu'il me disent comment le résoudre :)

Ou si quelqu'un pourrais me dire qu'elle fichier gere la page d'accueil, est-ce peut être un problème d'un fichier des templates ? Mon site : letudiantmahorais.fr

Bonne journée et Merciiii d'avance :P

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
03 Juil 2010 15:25 #2 par lavsteph
Réponse de lavsteph sur le sujet Re:Problème d'espace fin de page d'accueil
Bonjour et bienvenue,

je viens de regarder ton site sans que rien ne me choque à première vue.

Peux-tu nous fournir un screen de ce que tu vois et au cas où nous fournir l'index.php de ton template ?

;)

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
03 Juil 2010 15:40 - 03 Juil 2010 16:01 #3 par jimenzo976
Réponse de jimenzo976 sur le sujet Re:Problème d'espace fin de page d'accueil
Merci d'avoir répondu lavsteph :)

voici le code :
<?php
//  @copyright	Copyright (C) 2008 IceTheme. All Rights Reserved
//  @license	Copyrighted Commercial Software
//  @author     IceTheme (icetheme.com)
 
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
 
// Include PHP files to template
include_once(JPATH_ROOT . "/templates/" . $this->template . '/icetools/default.php');
include_once(JPATH_ROOT . "/templates/" . $this->template . '/icetools/switcher.php');
 
// Javascript
unset($this->_scripts[$this->baseurl . '/media/system/js/mootools.js']);
 
$this->_scripts = array_merge(array($template_baseurl . '/js/ice-menu.js' => 'text/javascript'), $this->_scripts);
 
if($gzip == "true") :
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools.php' => 'text/javascript'), $this->_scripts);
else:
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools-1.2-more.js' => 'text/javascript'), $this->_scripts);
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools-1.2-core-nc.js' => 'text/javascript'), $this->_scripts);
endif;
 
 
?>
 
<!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>
 
<link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />
 
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
 
<!-- CSS -->
<style type="text/css" media="screen">
<?php if($gzip == "true") : ?>
/*\*/@import url("<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_css.css.php");/**/
<?php else: ?>
/*\*/@import url("<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_css.css");/**/
<?php endif; ?>
/*\*/@import url("<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles/<?php echo $TemplateStyle; ?>.css");/**/
 
<?php if ($this->countModules('left + othermenu')) { ?>
#outer-column-container { border-left-width:<?php echo $layout_leftcol_width ?>px;}
#left-column { margin-left: -<?php echo $layout_leftcol_width ?>px; width: <?php echo $layout_leftcol_width ?>px;}
#inner-column-container {  border-left-width:1px; margin-right:-1px;}
<?php } ?>
 
<?php if ($this->countModules('right')) { ?>
#outer-column-container { border-right-width:<?php echo $layout_rightcol_width ?>px;	}
#right-column { margin-right: -<?php echo $layout_rightcol_width ?>px; width: <?php echo $layout_rightcol_width ?>px;}
#inner-column-container { border-right-width:1px; margin-left:-1px;}
<?php } ?>
 
 
</style>
 
 
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ie.css" />
<![endif]-->
 
<!--[if lt IE 7]>
<style type="text/css" media="screen">
#content .shadow_top,  li.smallfont a, li.normalfont a, li.largefont a, ul.checklist li {
behavior:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/iepngfix.htc);}
</style>
<![endif]-->
 
<script type="text/javascript" >
window.addEvent('domready', function() {
 
<?php if ($this->countModules('mainmenu')) { ?>
var MainMenu = new IceMenu({
id: '<?php echo $mainnav_id ?>',
subMenusContainerId:'MainMenuSub',
effect: '<?php echo $mainnav_effect ?>',
duration: <?php echo $mainnav_duration ?>,
physics: Fx.Transitions.<?php echo $mainnav_transition ?>,
hideDelay: <?php echo $mainnav_delay ?>,
orientation: '<?php echo $mainnav_orientation ?>',
direction:{	x: '<?php echo $mainnav_direction_x ?>',	y: '<?php echo $mainnav_direction_y ?>' },
opacity: <?php echo $mainnav_opacity ?>
});
<?php } ?>
 
<?php if ($this->countModules('othermenu')) { ?>
var OtherMenu = new IceMenu({
id: '<?php echo $othermenu_id ?>',
subMenusContainerId:'OtherMenuSub',
effect: '<?php echo $othermenu_effect ?>',
duration: <?php echo $othermenu_duration ?>,
physics: Fx.Transitions.<?php echo $othermenu_transition ?>,
hideDelay: <?php echo $othermenu_delay ?>,
orientation: '<?php echo $othermenu_orientation ?>',
direction:{	x: '<?php echo $othermenu_direction_x ?>',	y: '<?php echo $othermenu_direction_y ?>' },
opacity: <?php echo $othermenu_opacity ?>
});
<?php } ?>
 
<?php if($this->params->get('gotop')) { ?>
new SmoothScroll({ duration:<?php echo $gotop_duration ?>, transition: Fx.Transitions.<?php echo $gotop_transition ?>  }, window);
<?php } ?>
 
});
</script>
 
</head>
 
<body class="<?php echo $FontSize; ?>">
 
<div id="accessibility">
<a href="#nav"><?php echo JText::_("Skip to Menu");?></a>
<a href="#mainwrapper" ><?php echo JText::_("Skip to Content");?></a>
<a href="#footer" ><?php echo JText::_("Skip to Footer");?></a>
</div>
 
 
<div class="wrapper_full">
 
<div class="gradient_bottom">
 
 
<!--Header -->
<div id="header">
 
<div class="lighteffect">
 
<div class="wrapper">
 
<div id="userarea">
 
<?php if ($this->countModules('topmenu')) { ?>
<div class="floatleft width4 separator">
<jdoc:include type="modules" name="topmenu" />
</div>
<?php } ?>
 
<?php if ($this->countModules('login')) { ?>
<div class="floatright width23 separator">
<p id="logintext"><a id="toggle_login" href="#"><span id="change_login"><?php echo JText::_("Se connecter");?></span></a></p>
<jdoc:include type="modules" name="login" />
</div>
<?php } ?>
 
</div><!-- Userarea -->
 
<div id="header_child">
 
<div class="padding">
 
<div id="logo_wrapper">
 
<?php if ($this->countModules('banner')) { ?>
<div id="banner" class="floatleft width4 separator">
<jdoc:include type="modules" name="banner" />
</div>
<?php } ?>
 
<?php if ($this->countModules('logo')) { ?>
<div id="logo" class="floatleft width4 separator aligncenter">
<jdoc:include type="modules" name="logo" />
</div>
<?php } ?>
 
<?php if ($this->countModules('weather')) { ?>
<div id="weather" class="floatright width4 separator aligncenter">
<jdoc:include type="modules" name="weather" />
</div>
<?php } ?>
 
 
</div>
 
</div>
 
<?php if ($this->countModules('mainmenu')) { ?>
<div id="main-nav">
<jdoc:include type="modules" name="mainmenu" />
</div>
<?php } ?>
 
 
</div><!-- Header Child -->
 
</div>
 
</div>
 
</div><!-- Header -->
 
<div id="promo_child">
 
<div class="wrapper">
 
<div class="padding">
 
<div class="floatleft width5 alignright separator">
<?php if ($this->countModules('search')) { ?>
<p id="searchtext"><a id="toggle_search" href="#"><span id="change_search"><?php echo JText::_("recherche");?></span></a></p>
<jdoc:include type="modules" name="search" />
<?php } ?>
</div>
 
<div class="floatright width5 alignright separator">
 
 
 
<?php if($this->params->get('FontSwitcher')) { ?>
<ul id="fontswitcher">
<li class="smallfont"><a href="<?php echo $mainurl; ?>FontSize=font-small" title="<?php echo JText::_("Small Font");?>"></a></li>
<li class="normalfont"><a href="<?php echo $mainurl; ?>FontSize=font-medium" title="<?php echo JText::_("Normal Font");?>"></a></li>                                     <li class="largefont"><a href="<?php echo $mainurl; ?>FontSize=font-large" title="<?php echo JText::_("Large Font");?>"></a></li>
</ul>
<?php } ?>
 
<?php if($this->params->get('icedate')) { ?>
 
<div id="currentdate">
<p><?php echo "".date ('l')."";  ?>,
<?php echo " <span>".date ('M')." ".date ('d').date ('S')."</span>"; ?></p>
</div>
 
<?php } ?>
 
</div>
 
</div>
 
</div>
 
</div><!-- Promo Child -->
 
 
<div id="content">
 
<div class="wrapper">
 
<div class="shadow_top"></div>
 
<div class="shadow_border">
 
<div class="padding">
 
 
<?php if ($this->countModules('iceslider + iceslideshow + promo1 + promo2 + promo3 + promo4 + promo5 + promo6')) { ?>
<div id="promo" >
 
<div class="border-top">
 
<?php if ($this->countModules('iceslider')) { ?>
<div class="floatleft width35 separator borderright">
<jdoc:include type="modules" name="iceslider"/>
</div>
<?php } ?>
 
<?php if ($this->countModules('iceslideshow')) { ?>
<div class="floatleft width25">
<jdoc:include type="modules" name="iceslideshow" />
</div>
<?php } ?>
 
 
<?php if ($this->countModules('promo1')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep1; ?> floatleft">
<jdoc:include type="modules" name="promo1" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('promo2')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep2; ?> floatleft">
<jdoc:include type="modules" name="promo2" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('promo3')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep3; ?> floatleft">
<jdoc:include type="modules" name="promo3" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('promo4')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep4; ?> floatleft">
<jdoc:include type="modules" name="promo4" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('promo5')) { ?>
<div class="<?php echo $promomodulewidth; ?> <?php echo $promomodsep5; ?> floatleft">
<jdoc:include type="modules" name="promo5" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('promo6')) { ?>
<div class="<?php echo $promomodulewidth; ?>  floatleft">
<jdoc:include type="modules" name="promo6" style="icemodule"  />
</div>
<?php } ?>
 
</div>
 
</div><!-- Promo -->
<?php } ?>
 
<div id="columns-container">
 
<div id="outer-column-container">
 
<div id="inner-column-container" class="clearfix">
 
<div id="source-order-container">
 
 
<div id="middle-column">
 
<div class="inside">
 
<?php if ($this->countModules('breadcrumb')) { ?>
<div id="breadcrumbs" class="clearfix">
<jdoc:include type="modules" name="breadcrumb" />
</div>
<?php } ?>
 
<jdoc:include type="modules" name="icescroller" />
 
<?php if ($this->countModules('user1 + user2 + user3')) { ?>
<div id="usertopmods">
<?php if ($this->countModules('user1')) { ?>
<div class="<?php echo $usertopmodwidth; ?> <?php echo $usetopmodsep1; ?> floatleft">
<jdoc:include type="modules" name="user1" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('user2')) { ?>
<div class="<?php echo $usertopmodwidth; ?> <?php echo $usetopmodsep2; ?> floatleft">
<jdoc:include type="modules" name="user2" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('user3')) { ?>
<div class="<?php echo $usertopmodwidth; ?> floatleft">
<jdoc:include type="modules" name="user3" style="icemodule"  />
</div>
<?php } ?>
</div>
<?php } ?>
 
<jdoc:include type="message" />
<jdoc:include type="component" />
 
<jdoc:include type="modules" name="carouselslide" />
 
<?php if ($this->countModules('user4 + user5 + user6')) { ?>
<div id="userbottommods" class="clearfix">
<?php if ($this->countModules('user4')) { ?>
<div class="<?php echo $userbottomodwidth; ?> <?php echo $userbotmodsep1; ?> floatleft">
<jdoc:include type="modules" name="user4" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('user5')) { ?>
<div class="<?php echo $userbottomodwidth; ?> <?php echo $userbotmodsep2; ?> floatleft">
<jdoc:include type="modules" name="user5" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('user6')) { ?>
<div class="<?php echo $userbottomodwidth; ?> <?php echo $userbotmodsep3; ?> floatleft">
<jdoc:include type="modules" name="user6" style="icemodule"  />
</div>
<?php } ?>
 
</div>
<?php } ?>
 
 
</div>
 
</div><!-- Middle Column -->
 
 
 
 
 
<?php if ($this->countModules('left + othermenu')) { ?>
<div id="left-column">
 
<div class="inside">
<?php if ($this->countModules('othermenu')) { ?>
<div id="othermenu_wrap" style="height:<?php echo $othermenu_height ?>px">
<jdoc:include type="modules" name="othermenu"/>
</div>
<?php } ?>
 
<jdoc:include type="modules" name="left" style="icemodule"  />
</div>
 
</div><!-- Left Column -->
<div class="clear-columns"></div>
<?php } ?>
 
</div>
 
 
<?php if ($this->countModules('right')) { ?>
<div id="right-column">
 
<div class="inside">
<jdoc:include type="modules" name="right" style="icemodule"  />
</div>
 
</div><!-- Right Column -->
<div class="clear-columns"></div>
<?php } ?>
 
 
</div>
 
</div>
 
</div><!-- columns-container -->
 
<?php if ($this->countModules('bottom1 + bottom2 + bottom3 + bottom4 + bottom5 + bottom6')) { ?>
<div id="bottom">
 
<?php if ($this->countModules('bottom1')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep1; ?> floatleft">
<jdoc:include type="modules" name="bottom1" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('bottom2')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep2; ?> floatleft">
<jdoc:include type="modules" name="bottom2" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('bottom3')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep3; ?> floatleft">
<jdoc:include type="modules" name="bottom3" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('bottom4')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep4; ?> floatleft">
<jdoc:include type="modules" name="bottom4" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('bottom5')) { ?>
<div class="<?php echo $botmodwidth; ?> <?php echo $botmodsep5; ?> floatleft">
<jdoc:include type="modules" name="bottom5" style="icemodule"  />
</div>
<?php } ?>
<?php if ($this->countModules('bottom6')) { ?>
<div class="<?php echo $botmodwidth; ?>  floatleft">
<jdoc:include type="modules" name="bottom6" style="icemodule"  />
</div>
<?php } ?>
 
</div><!-- Bottom -->
<?php } ?>
 
 
</div>
 
</div>
 
</div>
 
<div class="shadow_bottom"></div>
 
</div><!-- Content -->
 
 
<div id="footer">
 
<div class="wrapper">
 
<div class="padding">
 
<jdoc:include type="modules" name="footerlinks" />
 
<jdoc:include type="modules" name="footer" />
 
<jdoc:include type="modules" name="footermenu" />
 
<jdoc:include type="modules" name="syndicate" />
 
<?php if($this->params->get('gotop')) { ?>
<p id="gotop"><a href="#header"><span><?php echo JText::_("Go to Top");?></span></a></p>
<?php } ?>
 
</div>
 
</div>
 
</div><!-- Footer -->
 
</div>
 
</div><!-- Wrapper Full -->
 
 
</body>
</html>
Dernière édition: 03 Juil 2010 16:01 par lavsteph.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
03 Juil 2010 16:00 - 03 Juil 2010 16:03 #4 par lavsteph
Réponse de lavsteph sur le sujet Re:Problème d'espace fin de page d'accueil
je viens juste d'insérer les balise code disponible dans l'éditeur

Vu que je ne suis pas un spécialiste des templates, d'autres membres pourront surement mieux te conseiller que moi, en tous cas les infos sont dispo maintenant. ;)
Dernière édition: 03 Juil 2010 16:03 par lavsteph.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
03 Juil 2010 16:10 #5 par jimenzo976
Réponse de jimenzo976 sur le sujet Re:Problème d'espace fin de page d'accueil
Merci d'avoir essayé de m'aider :) tu as déjà peut être donner une piste, je pense aussi que ca viendrais de là.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
04 Juil 2010 01:34 - 04 Juil 2010 01:36 #6 par tramber91
Réponse de tramber91 sur le sujet Re:Problème d'espace fin de page d'accueil
Bonjour

j'ai vu le souci

On peut scroller très bas sur ta page d'accueil mais pas sur les autres !!
@ priori c'est donc pas le fichier d'index

essayes de supprimer le module Ice scroller pour voir ?

@+

Pas de support en MP sans y être invité. Merci
Merci de vous conformer aux règles du forum. Un merci, Cela fait toujours plaisir ;)
www.en-toutes-lettres.fr - Digital
Dernière édition: 04 Juil 2010 01:36 par tramber91.

Connectez-vous ou Créer un compte pour participer à la conversation.

  • Vous ne pouvez pas: Créer un nouveau sujet.
  • Vous ne pouvez pas: Répondre au sujet.
  • Vous ne pouvez pas: Éditer votre message.
Modérateurs: lavstephxillibittramber91Scottuxsergestarter
Temps de génération de la page : 1.167 secondes