Hiding the left hand column on non index pages - Joomla! Forum - community, help and support


code: select all

            <div id="pathway_text">
               <a href="#" onclick="opacity.toggle();"></a>
   <a href="#" onclick="fadesize.toggle('width');"><img src="<?php echo $mosconfig_live_site;?>/templates/<?php echo $mainframe->gettemplate(); ?>/images/showhide.png" id="showhide" border="0"></a><?php mospathway(); ?>
            </div>



code: select all

#pathway_text {
   position: absolute;
   bottom: 2px;
   left: 2px;
  overflow: hidden;
   display: block;
   height: 25px;
   width: 628px;
   line-height: 25px !important;
   line-height: 22px;
   color: white;
   padding-left: 4px;
}

#pathway_text img {
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 0px;
}

#pathway_text a{
   color:  white;
}

#pathway_text a:hover {
   color: #c22512;
}

this code in html , css template allows me hide left hand nav menu , other left hand column items.

by default, left hand column contents show.  have click hide.  on every page go on site.

what when page not index.php have closed default.  instance when user goes forums, left hand column hidden unless want call fancy snippet of code.

if not possible, alternative have left hand column goes away pages bar front page.  need top nav stuff on top of other pages.

basically trying achieve have on joomla site here.  want fancy joomla news etc on front page, when users go forums , other aspects of website better under full width screen, keep joomla top stuff not left or right columns.

i using latest version of joomla, smf 1.1 rc3 , 1.6 smf bridge.  using js lunar eclipse template joomlashack.

http://www.legendarymyths.net

thanks

sharni

moderator note; moving administration >> 3rd party, templates





Comments

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support