Remove component.

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Aug 04, 2012 8:13 am
Hi there,

Question, how do i remove the red colored component in? I cant find a component which is showing this. Its only vissible on the home page.

Please help

http://www.pimrozendaal.nl

regards
User avatar
Senior Boarder

GK User
Sat Aug 04, 2012 8:25 am
If you are using latest version you can disable that from template settings > menu > Show template menu = off

Or see following file and delete codes

File: \templates\gk_twn2\layouts\default.php
Lines: 179 to 223
Code
Code: Select all
           <?php if($this->getParam('show_menu', 1)) : ?>

             <div id="gkMainMenu" class="clear">

               <?php

                  $this->menu->loadMenu($this->getParam('menu_name','mainmenu'));

                   $this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));

               ?>

             </div>

             <?php endif; ?>

             <?php if($this->generateSubmenu && $this->menu->genMenu($this->getParam('startlevel', 0)+1, $this->getParam('endlevel',-1), true)): ?>

             <?php if($this->getParam('show_menu', 1)) : ?>

            <div id="gkSubmenu" class="clear">

                <?php $this->menu->genMenu($this->getParam('startlevel', 0)+1, $this->getParam('endlevel',-1));?>

             </div>

             <?php endif; ?>

         <?php else: ?>

             

                <?php if($this->modules('middlemenu')) : ?>

                <div id="gkMiddleMenu" class="clear">

                   <jdoc:include type="modules" name="middlemenu" style="<?php echo $this->module_styles['middlemenu']; ?>" />

                </div>

                <?php endif; ?>

             

             <?php endif;?>


See you around...
User avatar
Platinum Boarder

GK User
Sat Aug 04, 2012 8:30 am
normanUK wrote:If you are using latest version you can disable that from template settings > menu > Show template menu = off

Or see following file and delete codes

File: \templates\gk_twn2\layouts\default.php
Lines: 179 to 223
Code
Code: Select all
           <?php if($this->getParam('show_menu', 1)) : ?>

             <div id="gkMainMenu" class="clear">

               <?php

                  $this->menu->loadMenu($this->getParam('menu_name','mainmenu'));

                   $this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));

               ?>

             </div>

             <?php endif; ?>

             <?php if($this->generateSubmenu && $this->menu->genMenu($this->getParam('startlevel', 0)+1, $this->getParam('endlevel',-1), true)): ?>

             <?php if($this->getParam('show_menu', 1)) : ?>

            <div id="gkSubmenu" class="clear">

                <?php $this->menu->genMenu($this->getParam('startlevel', 0)+1, $this->getParam('endlevel',-1));?>

             </div>

             <?php endif; ?>

         <?php else: ?>

             

                <?php if($this->modules('middlemenu')) : ?>

                <div id="gkMiddleMenu" class="clear">

                   <jdoc:include type="modules" name="middlemenu" style="<?php echo $this->module_styles['middlemenu']; ?>" />

                </div>

                <?php endif; ?>

             

             <?php endif;?>


See you around...


If I do "show template menu" off. My menu is gone. I mean the Juser Load that must be gone.
User avatar
Senior Boarder

GK User
Sat Aug 04, 2012 8:33 am
I don't see juser load.

All i see is following.

Menu

PimRozendaal 2012 which is copyright I believe.

And your slideshow buttons at bottom.
User avatar
Platinum Boarder


cron