Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Stacking order on main page

    Hello Everyone:
    Is there away to place the Welcome Guest? would you like to log in? on the main page to be in the top position ie before Congratuations! you
    have....


    Welcome Guest!.....
    Congratuations! you have...

    Also would like to place a space before the two, is that done in the css.

    thanks
    nomad

  2. #2
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Stacking order on main page

    I think this article will you help you the most....

    https://www.zen-cart.com/tutorials/i...hp?article=128

    Hope it helps

  3. #3
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Stacking order on main page

    No I know how to do that. I want The log-in to be first.

    nomad

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Stacking order on main page

    Quote Originally Posted by nomadrw View Post
    No I know how to do that. I want The log-in to be first.

    nomad
    open includes/templates/template_default/templates/tpl_index_default.php

    find the following section of code:

    PHP Code:
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE?></h1>

    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php ?>
    and just swap them around as follows:

    PHP Code:
    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php ?>
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE?></h1>
    save the edited file to:
    includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php

    upload to your server.

  5. #5
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Stacking order on main page

    thanks for the info Clyde

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Stacking order on main page

    Quote Originally Posted by nomadrw View Post
    thanks for the info Clyde
    Not at all

 

 

Similar Threads

  1. Replies: 3
    Last Post: 6 May 2009, 09:59 PM
  2. Sort order of main page content
    By wseyller in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 Dec 2008, 09:34 PM
  3. Subcategories & sub-subcategories page links are stacking
    By METOOTECH in forum General Questions
    Replies: 2
    Last Post: 16 May 2007, 03:35 PM
  4. Order on Main Page
    By faulkns in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Oct 2006, 03:56 PM
  5. Change stacking order and heading of EZ pages sidebox
    By pcmt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Oct 2006, 05:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR