We kan me helpen met een tutorial

  • Onderwerp starter Onderwerp starter spicy
  • Startdatum Startdatum
Status
Niet open voor verdere reacties.
:( Ben bang dat hier expert's voor internet site's bouwers bijspringen moeten, met deskundige tips ..:(
 
Kunt u me hiermee helpen

Beste
Nu probeer ik met behulp van de "top" Position

Een mooie navigatiebalk te krijgen

Maar als ik deze position selecteer met uiteraad knoppen krijg ik geen navi bar

Ziet u in dit script waarom ik niks tezien krijg

als ik bijv de position rechts kies verschijnt het links dus misschien staan er fouten in


top.jpg


HTML:
<?php 
/**
 * @license Commercial/Proprietery - released under a commercial license
 * design by: Joomlaplates
 */
defined('_JEXEC') or die;

/* The following line loads the MooTools JavaScript Library */
JHTML::_('behavior.mootools');

/* The following line gets the application object for things like displaying the site name */
$app = JFactory::getApplication();
?>

<!DOCTYPE html>
<html 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/general.css" type="text/css" />

<!-- Loads Template Layout CSS -->
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/layout.css" type="text/css" />
  
<!-- Loads Joomla base/default classes-->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/template.css" type="text/css" />

<!-- Loads left main right -->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/<?php echo $this->params->get('template_layout'); ?>.css" type="text/css"/>

<!-- Loads left right menu-->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/menu.css" type="text/css" />

<!-- Loads Suckerfish -->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/suckerfish.css" type="text/css"/>

<!-- Loads Module Styles -->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/css/module.css" type="text/css" />

<!-- Loads Typo Styles -->  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/jp_typo.css" type="text/css" />

<?php if($this->params->get('cssThree') == 1) : ?>
<!-- Loads CSS3 file with some nice modern effects-->  
  <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/css3.css" type="text/css" />
<?php endif; ?>  


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


<?php if($this->params->get('slimbox') == 1) : ?>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/slimbox.js"></script>
<?php endif; ?>

<?php if($this->params->get('fonts') == 1) : ?>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/fonts/fonts.css" type="text/css" />
<?php endif; ?>


<?php if($this->countModules('header1 or header2 or header3 or header4 or header5 or header6 or header7 or header8 or header9 or header10 or header11 or header12')) : ?>
<!--Starting Slider Script-->
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/slide.js"></script>
<script type="text/javascript">
  window.addEvent('domready',function(){
    var nS4 = new noobSlide({
      box: $('box'),
      items: $$('#box .slide'),
      <?php if($this->params->get('sliderAuto') == 1) : ?>autoPlay: true,<?php endif; ?>
      interval: <?php echo $this->params->get('sliderTime'); ?>,
      
      size: <?php echo $this->params->get('slider_width'); ?>,
      addButtons: {
        previous: $('prev'),
        play: $('play'),
        stop: $('stop'),
        next: $('next')
      }
    });
    
  });
  </script>
<?php endif; ?>

<?php if($this->countModules('header + header1 + header2 + header3 + header4 + header5 + header6 + header7 + header8 + header9 + header10 + header11 + header12') == 0) { ?>
<style type="text/css" media="screen">
  /* .wrapper { background:url(templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/images/wrapper_no_header.png) top left repeat-x}*/
</style>
<?php } ?>

<?php if($this->countModules('language + topmenu') == 0) { ?>
<style type="text/css" media="screen">
   .function_outer { display:none; }
</style>
<?php } ?>
<?php if($this->countModules('breadcrumbs + search') == 0) { ?>
<style type="text/css" media="screen">
   .pathway_outer { display:none }
</style>
<?php } ?>

<style type="text/css" media="screen">
   #left, #right  { width:<?php echo $this->params->get('module_width'); ?>; }
   .template_width { width:<?php echo $this->params->get('template_width'); ?>; }
</style>
<?php if($this->countModules('user1 and user2 and user3') == 1) { ?>
<style type="text/css" media="screen">
   .usertop { width:33.33%}
</style>
<?php } ?>

<?php if($this->countModules('user1 xor user2 xor user3') == 0) { ?>
<style type="text/css" media="screen">
   .usertop { width:50%}
</style>
<?php } ?>
<?php if($this->countModules('user4 and user5 and user6') == 1) { ?>
<style type="text/css" media="screen">
   .userbottom1 { width:33.33%}
</style>
<?php } ?>

<?php if($this->countModules('user4 xor user5 xor user6') == 0) { ?>
<style type="text/css" media="screen">
   .userbottom1 { width:50%}
</style>
<?php } ?>
<?php if($this->countModules('user7 and user8 and user9') == 1) { ?>
<style type="text/css" media="screen">
   .userbottom2 { width:33.33%}
</style>
<?php } ?>

<?php if($this->countModules('user7 xor user8 xor user9') == 0) { ?>
<style type="text/css" media="screen">
   .userbottom2 { width:50%}
</style>
<?php } ?>


<!-- Add slider height via CSS and primary color-->
<style type="text/css">
/*Adding height from template config to header box and mask*/
#box div, .mask1{width:<?php echo $this->params->get('slider_width'); ?>px;height:<?php echo $this->params->get('sliderHeight'); ?>px;}
</style>

<!--Starting Suckerfish Script-->
<?php if($this->params->get('showSuckerfish') == 1) : ?>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/moomenu.js"></script>
<script type="text/javascript">
window.addEvent('domready',function(){
  $('suckerfish').MooDropMenu({
    onOpen: function(el){
      el.fade('in')
    },
    onClose: function(el){
      el.fade('out');
    },
    onInitialize: function(el){
      el.fade('hide').set('tween',{duration:500});
    }
  });

});
</script>
<?php endif; ?>
<!--Suckerfish Script End-->

<!--Loads FavIcon-->
<link rel="shortcut icon" href="templates/<?php echo $this->template ?>/images/favicon.ico" />  
</head>
<body>
<div class="function_outer"> <!-- This container includes the whole function area-->
  <div class="function_inner template_width"> 
      <?php if($this->countModules('language')) : ?>
        <div class="language">
          <jdoc:include type="modules" name="language" style="raw" />  
        </div>
      <?php endif; ?>
      <?php if($this->countModules('topmenu')) : ?>
        <div class="topmenu">
          <jdoc:include type="modules" name="topmenu" style="raw" />  
        </div>
      <?php endif; ?>
  <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
  </div> <!-- div.function_inner ends here-->
</div> <!-- div.function_outer ends here-->

<div class="wrapper">
<div class="wrapper_inner template_width">

  <div class="top_inner template_width"> 
    <div class="logo">
      <h1 style="text-align:center"><a href="<?php echo $this->baseurl;?>"><img src="templates/<?php echo $this->template ?>/styles/<?php echo $this->params->get('background'); ?>/images/logo.gif" alt="<?php echo $app->getCfg('sitename'); ?>"  /></a></h1>
    </div>
<!--BEGINN SUCKERFISH -->
    <?php if($this->countModules('suckerfish')) : ?>
    <div id="suckerfish" class="dropdown"><jdoc:include type="modules" name="suckerfish" style="raw" /></div>
    <div class="menu_shadow"></div>
    <?php endif; ?>
<!--END SUCKERFISH -->
  <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
  </div> <!-- div.top_inner ends here-->

<div class="pathway_outer"> <!-- This container includes the pathway and search module-->
  <div class="pathway_inner template_width"> 
      <?php if($this->countModules('breadcrumbs')) : ?>
        <div class="breadcrumbs">
          <jdoc:include type="modules" name="breadcrumbs" style="raw" />  
        </div>
      <?php endif; ?>
      <?php if($this->countModules('search')) : ?>
        <div class="jpsearch">
          <jdoc:include type="modules" name="search" style="raw" />  
        </div>
      <?php endif; ?>
  <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
  </div> <!-- div.pathway_inner ends here-->
</div> <!-- div.pathway_outer ends here-->


<!-- ****************** Header Area with Header image, top modules etc. ****************** -->
<?php if($this->countModules('header or header1 or header2 or header3 or header4 or header5 or header6 or header7 or header8 or header9 or header10 or header11 or header12 or header')) : ?>
<div class="header_outer"> <!-- This container includes header area-->
  <div class="header_inner template_width"> 
      <!-- Including header area -->
      <?php require_once('includes/header.php'); ?>
  <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
  </div> 
  <!-- div.header_inner ends here-->
  <div class="header_shadow"></div>

</div> <!-- div.header_outer ends here-->
<?php endif; ?>

  <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
 </div><!-- div.wrapper_inner ends here-->
</div><!-- div.wrapper ends here-->


<!-- ****************** Main Area with all main content ****************** -->
<div class="main_outer"> 
  <div class="main_inner template_width" > 
    <div class="main">
          <div class="container">
          <?php if($this->countModules('user1 or user2 or user3')) : ?>   
          <!-- Including top content area -->
          <?php require_once('includes/top_module.php'); ?>
          <?php endif; ?>  
      
          <!-- Including inner content area -->
          <?php require_once('includes/innercontent.php'); ?>
      
          <?php if($this->countModules('user4 or user5 or user6')) : ?>   
          <!-- Including bottom content area-->
          <?php require_once('includes/bottom_module1.php'); ?>
          <?php endif; ?>
          <?php if($this->countModules('user7 or user8 or user9')) : ?>   
          <!-- Including bottom content area-->
          <?php require_once('includes/bottom_module2.php'); ?>
          <?php endif; ?>

          </div>
    </div><!-- div.main ends here-->  
    <div class="jpclear"></div><!--AUTO HEIGH FIX FOR FIREFOX -->
  </div> <!-- div.main_inner ends here-->
</div> <!-- div.main_outer ends here-->


<?php if($this->countModules('footer')) : ?><div id="footer"><jdoc:include type="modules" name="footer" style="rounded" /></div><?php endif; ?>
  

<jdoc:include type="modules" name="debug" style="" />


</body>
</html>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan