Shape 5

Joomla Templates => Your Store - July 2007 - Club => : lnilsen September 12, 2007, 05:05:16 PM



: Layout Question
: lnilsen September 12, 2007, 05:05:16 PM
Hi again,

You guys are fantastic.  You've provided me with SO much help!

Just a few layout questions, if you don't mind.  I'm sure they're obvious and I'm just dense lol.

This is my website http://seaspikemarine.com/


1.  How do I get rid of that "home" bar right below the nav bar?
2.  How do I move the copyright info on the right side of the screen.
3.  In the demo, there is a "categories" page on the front page.  Where can I find that to put up my products.  I like how it's displayed there.

Thanks again!
Lauren


: Re: Layout Question
: jonahh September 12, 2007, 06:19:02 PM
Hey Lauren,

We try :)

1.  You'll need to edit your "index.php" file.  Look for the following lines of code and simply delete:

   <div class="s5_top2">
            <div class="left">&nbsp;</div>
               <div class="middle">
                  <?php mosPathWay(); ?>
               </div>
            <div class="right">&nbsp;</div>
         </div>


2.  Again in the index.php quite close to the bottom there are the following lines of code:
   
        <div style="float:right;"> 
        <?php include("templates/yourstore/footer.php"); ?>
   </div>

      The php include "<?php include("templates/yourstore/footer.php"); ?>" is what generates the copy right info, just         move this to your desired location in the index.php file.


3.  In joomla the first menu item is what opens on your homepage on site load.  All you have to do is put your "catalogue" as the first in the order of menu items.

Let me know if any of this doesn't work or makes sense.

Regards,