Page 41 of 305 FirstFirst ... 3139404142435191141 ... LastLast
Results 401 to 410 of 3042
  1. #401
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Home Log In Bar

    Quote Originally Posted by fattyh View Post
    Hi,
    Solved most of my problems now, but I am trying to make way for quite a large logo.
    I would like to remove the "Home Log in" bar from the top of the header.
    http://www.centralgifts.co.uk/cart

    Any help much appreciated

    Thanks

    Ian
    You can get rid of this by opening up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and removing that whole section:
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
    <div id="navMainLinks">
    <ul class="back">
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <?php } } ?>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    </ul>
    </div>
    <div id="navMainSearch">
    <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
    </div>
    </div>
    </div>
    <div class="clearBoth"></div>
    <!--eof-navigation display-->

    OR you can simply add this to your stylesheet:
    #navMainWrapper {display:none}

    (the code will still be there, it just won't "show up")

  2. #402
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thanks Jade - That did the trick on both counts.

    Tim

  3. #403
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Home Log In Bar

    Quote Originally Posted by jettrue View Post

    OR you can simply add this to your stylesheet:
    #navMainWrapper {display:none}

    (the code will still be there, it just won't "show up")
    Thanks, I have added the line to the style sheet as suggested, it has worked a treat. I am so close to finishing now, I am very pleased with the results,

    Cheers

    Ian

  4. #404

    Default Re: Apple Zen Template Support Thread

    I don't know if this is part of an Apple Zen change or Zen Cart, but since I am using this template, I will ask the question here:

    On the contact us page, the company name is indented a bit. Any way to get it left align and maybe in bold?

    Thanks!

    http://gourmutts.com/index.php?main_page=contact_us

  5. #405
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I tried turn off the right column off in the admin but realized it doesn't work this way with the apple zen template.

    The way I did it now is increasing the centercolumn and decreasing the right column in the stylesheet as described earlier in this thread. But it still doesn't look right.
    I just want to use the center column as a single column. How can I do this?

    greetings,

    Marco

  6. #406
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by slitter View Post
    I tried turn off the right column off in the admin but realized it doesn't work this way with the apple zen template.

    The way I did it now is increasing the centercolumn and decreasing the right column in the stylesheet as described earlier in this thread. But it still doesn't look right.
    I just want to use the center column as a single column. How can I do this?

    greetings,

    Marco
    First turn of the sideboxes globally in your admin under Configuration, Layout Settings.

    Then follow the instructions here:
    http://www.zen-cart.com/forum/showpo...0&postcount=86

  7. #407
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by gourmutts View Post
    I don't know if this is part of an Apple Zen change or Zen Cart, but since I am using this template, I will ask the question here:

    On the contact us page, the company name is indented a bit. Any way to get it left align and maybe in bold?

    Thanks!

    http://gourmutts.com/index.php?main_page=contact_us
    Hi there,

    I don't see the name indented, it looks flush with the left edge, along with everything else?

    But to get it bold, simply enter your store like this:
    <strong>Gourmutt's Barkery</strong> in the admin where you enter it for that page (Configuration, My Store)

  8. #408
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    bug Re: Apple Zen Template Support Thread

    Problem number one:

    HELP! How do you get the EZ Pages to show up in the Apple Zen cart? I have been playing with this for hours. I have the new Zen Cart book and still cannot get my EZ Pages (only one test page so far) to show up. Can someone give me a clue. What settings do I need for this? Sorry, I am so frustrated.
    My site is here: http://www.horse-logos.com

    Problem number two: (this doesn't have anything to do with the Apple Zen template)

    And does anyone know of any easy way to rename the actual html page name from: http://www.horse-logos.com/page_2.html to http://www.horse-logos.com/testimonials .html

  9. #409
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jonisolis View Post
    Problem number one:

    HELP! How do you get the EZ Pages to show up in the Apple Zen cart? I have been playing with this for hours. I have the new Zen Cart book and still cannot get my EZ Pages (only one test page so far) to show up. Can someone give me a clue. What settings do I need for this? Sorry, I am so frustrated.
    My site is here: http://www.horse-logos.com

    Problem number two: (this doesn't have anything to do with the Apple Zen template)

    And does anyone know of any easy way to rename the actual html page name from: http://www.horse-logos.com/page_2.html to http://www.horse-logos.com/testimonials .html
    WHen you add the ez-pages, are you giving it a sort order as well? It has to have a sort order. So if you turn it on for the Sidebox, make sure there is a number in the sort order box.

    Number 2. I'm not to sure about.

  10. #410
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I posted too quickly, I just figured out what I was doing wrong and why my EZ Pages were not showing up. Now they are but I sure wish the URL was http://www.horse-logos.com/guarantee.html
    and not http://www.horse-logos.com/page.html?chapter=0&id=2

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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