Results 1 to 10 of 3041

Hybrid View

  1. #1
    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 algirard8 View Post
    Well I am looking at adding another button on the navagation bar. Like next to the shopping cart button I would like to put a button that I could put a link to another page. I would like this button to link back to the main site which is www.clglampwork.com cause the shopping cart is within the same domain but in its own folder. As for the faq I have the faq module located here http://www.zen-cart.com/index.php?ma...roducts_id=329 that I was going to install. I was wondering what i would need to do to have this under the unsubscribe button. I have attached a picture with the spots labeled and circled where I would like to add the buttons. Thank you very much for all the help!
    Ok, sorry for the confusion, LOL... You're calling it a "button" and to me, a button is like clicking "Submit Reply" when you finished writing a post. Adding a button to the top menu would require a different method, than just adding a new link to it like you would like to do.

    The FAQ button underneath unsubscribe instructions are in my post above.

    To add the new link after "Shopping cart" first find this section:

    Code:
    <?php } else { ?>
          <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
          <?php } ?>
    Directly after that, just add your new link:
    Code:
    <li><a href="http://www.clglampwork.com/">Name of link here</a></li>

  2. #2
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thank you for all of the help. I tried adding the link next to the shopping cart but it shifted down to the next line. I would like it to be located next to the shopping cart link. You can see the shopping cart here www.clglampwork.com/zencart . I realize the text is too long and causing it to go to the next line but I was wondering if you knew of anyway to make it work on that line and fill up the rest of the purple bar. Thanks for all of the help.

  3. #3
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Instead of having the link next to the word shopping cart. I was wondering if it was possible to add it to the top bar where the words home and log in are. If possible I would like to add this to the right side or that bar. To clarify I am wondering how to add a link above the logo in the bar. Thank you for you patience and help.

  4. #4
    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 algirard8 View Post
    Instead of having the link next to the word shopping cart. I was wondering if it was possible to add it to the top bar where the words home and log in are. If possible I would like to add this to the right side or that bar. To clarify I am wondering how to add a link above the logo in the bar. Thank you for you patience and help.
    Hi!

    You would do that in includes/templates/YOUR_TEMPLATE/common/tpl_header.php.

    Find

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
              <?php }?>

    and add this right after the above:

    Code:
    <li><a href="http://www.clglampwork.com/">Name of link here</a></li>

  5. #5
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I tried to add the link but it is not showing up. I tried different things to get it to work but it is just not showing up on the site. I am adding the link to the includes/templates/apple_zen/common/tpl_main_page.php I have attached the file for you to double check. Thank you for all of the help. I really appreciate it!!!
    Attached Files Attached Files

  6. #6
    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 algirard8 View Post
    I tried to add the link but it is not showing up. I tried different things to get it to work but it is just not showing up on the site. I am adding the link to the includes/templates/apple_zen/common/tpl_main_page.php I have attached the file for you to double check. Thank you for all of the help. I really appreciate it!!!
    Look closer at my example. You put the :

    <li><a href="http://www.clglampwork.com/">Main</a></li>

    before the

    <?php }?>

    It needs to go directly after that.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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