Page 152 of 305 FirstFirst ... 52102142150151152153154162202252 ... LastLast
Results 1,511 to 1,520 of 3042
  1. #1511
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks Jade for the help,

    But, UMMM, I'm confused...Not that it takes much, but anyways...

    Quote Originally Posted by jettrue View Post
    1. Reupload the original includes/templates/apple_zen/common/tpl_drop_menu.php

    Then find the information section there, and CAREFULLY cut and paste links where you want it. They are probably duplicated because you have the links listed twice; this is not default behavior.
    I did what I was instructed, downloaded then ftp'd a fresh copy of the tpl_drop_menu.php, onto my site...did nothing. Problem of having duplicate Privacy Policy Tabs and Site Map tabs under the "Information" pull down menu still was there.

    So I looked at the code itself... and saw no duplication of "Privacy Policy" or "Site Map" in the php code itself, as you can see:


    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
    <ul class="level2">
    <?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
    <?php } ?>
    <?php if (DEFINE_PRIVACY_STATUS <= 1) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
    <?php } ?>
    <?php if (DEFINE_CONDITIONS_STATUS <= 1) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li>
    <?php } ?>
    <li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
    <?php if (DEFINE_SITE_MAP_STATUS <= 1) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
    <?php } ?>
    <?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
    <?php } ?>
    <?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
    <?php } ?>
    <?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
    <?php } ?>
    <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
    </ul>
    <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>



    When I saw the last line there, for some reason I went to the "EZ Pages" in my admin's "Tool" Menu and I turn off the Privacy Policy and Site Map for the Header on the "EZ Pages Control Panel, the duplicates disapear from the pull down menu as well as in the "header."

    I'm ok with this, but then I guess it will need more padding there to make it look right. Cuz if I turn all of them off then the green bar is not displayed with the same thickness as the top green bar(the small green bar above my list of catagories.) I hope this is making sense...

    http://www.organicplanetonline.com/z...ain_page=index

    The other solution I guess would be to remove the 'ezpages_drop_menu.php' part out of the tpl_drop_menu.php code.

    Please let me know if I am understanding this correctly.

    Thanks in advance,
    Jane
    Organic Planet Coffee & Tea

  2. #1512
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hiya, I was just wondering how to delete links from the dropdown menu and the information area on the right.

    Also how do you edit these? For instance, I want to delete the Gift Certificate FAQ section and change another to a different name. Thanks Ash

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by organicplanet View Post
    Thanks Jade for the help,

    But, UMMM, I'm confused...Not that it takes much, but anyways...

    When I saw the last line there, for some reason I went to the "EZ Pages" in my admin's "Tool" Menu and I turn off the Privacy Policy and Site Map for the Header on the "EZ Pages Control Panel, the duplicates disapear from the pull down menu as well as in the "header."

    I'm ok with this, but then I guess it will need more padding there to make it look right. Cuz if I turn all of them off then the green bar is not displayed with the same thickness as the top green bar(the small green bar above my list of catagories.) I hope this is making sense...

    http://www.organicplanetonline.com/z...ain_page=index

    The other solution I guess would be to remove the 'ezpages_drop_menu.php' part out of the tpl_drop_menu.php code.

    Please let me know if I am understanding this correctly.

    Thanks in advance,
    Jane
    Organic Planet Coffee & Tea
    Simply turn off the ezpages for the header, under "configuration", EzPages Settings".

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by phapn View Post
    Hiya, I was just wondering how to delete links from the dropdown menu and the information area on the right.

    Also how do you edit these? For instance, I want to delete the Gift Certificate FAQ section and change another to a different name. Thanks Ash
    You can modify the text used in your header by opening up includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

    You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php. Though you can turn off links such as "Privacy Policy" or "Conditions of Use", etc. from the admin, under "Configuration", "Define Page Status". (This turns them off anywhere they may be on the site). If you're not using Gift Certificates or Discount Coupons, you can turn those off globally by removing their modules under "Modules", "Order Total".

    You can change the colors or widths of the header menu by opening up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

  5. #1515
    Join Date
    Oct 2007
    Location
    Central Texas
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello,

    I am using the red version of this theme (eta - Love the theme!) on my site and I have two questions. I am also very new to zen cart and whereas I don't have programing background I have a knack for figuring things out on my own. But...I can't figure out these two things...

    1. On the drop down menu across the top, under the categories tab the menu doesn't fold out? Not sure why, I copied over everything from the download but maybe I have something turned off? I have no clue what ez pages are, and I'm wondering if that might be why it's not working?

    2. On the title part of the page, there seems to be a ',' in the title and I can't find it anywhere. For example, my title on the home page says:
    "Design your own Handbag :: , Pomzie.com"
    Any idea on where that comma came from? I didn't add it.

    The web address is www.pomzie.com

    TIA for your help!

    Kari
    Last edited by Pomzie; 12 Dec 2007 at 03:24 PM. Reason: forgot to give kudos.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Pomzie View Post
    Hello,

    I am using the red version of this theme (eta - Love the theme!) on my site and I have two questions. I am also very new to zen cart and whereas I don't have programing background I have a knack for figuring things out on my own. But...I can't figure out these two things...

    1. On the drop down menu across the top, under the categories tab the menu doesn't fold out? Not sure why, I copied over everything from the download but maybe I have something turned off? I have no clue what ez pages are, and I'm wondering if that might be why it's not working?

    2. On the title part of the page, there seems to be a ',' in the title and I can't find it anywhere. For example, my title on the home page says:
    "Design your own Handbag :: , Pomzie.com"
    Any idea on where that comma came from? I didn't add it.

    The web address is www.pomzie.com

    TIA for your help!

    Kari
    1. The categories pop down for me.

    2. That's in includes/languages/english/meta_tags.php:

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');

  7. #1517
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    You can modify the text used in your header by opening up includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

    You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php. Though you can turn off links such as "Privacy Policy" or "Conditions of Use", etc. from the admin, under "Configuration", "Define Page Status". (This turns them off anywhere they may be on the site). If you're not using Gift Certificates or Discount Coupons, you can turn those off globally by removing their modules under "Modules", "Order Total".

    You can change the colors or widths of the header menu by opening up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
    Thanks very much :) will try that and get back to you to say how it goes! thanks to everyone on this forum for being so helpful

  8. #1518
    Join Date
    Oct 2007
    Location
    Central Texas
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    1. The categories pop down for me.

    2. That's in includes/languages/english/meta_tags.php:

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');
    Are they supposed to pop out after they pop down, or just pop down? In other words, if you click on

    Categories -> Pomzie Bucket Tote

    is it supposed to pop out to the right and list the items? or is it just supposed to pop down and that's it. Just making sure I didn't screw something up.

    Thanks again! I love the layout of the template.
    [FONT="Century Gothic"]Kari
    www.pomzie.com[/FONT]

  9. #1519
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Jade!

    No worries on that background image!

    I just can't seem to get it to scale correctly now that I changed the navcolumntwo width... sooo... I am going to try and use a background color ... THAT hasn't quite worked either with the <div> not wanting to extend to the bottom of the page. I have tried both methods I know to achieve this, but I must have a <div> order / containing / float issue somewhere.

    I'll ask Prof. Ruthsarian if he has a moment to look at the page.

    Yes, I did change some of the DIVs. I am not using your nice side shadows, so I eliminated the extra markup.

    BTW, seeing A LOT of Cherry and Apple based carts! Congrats!

    -chaddro

    In case anyone in interested or has a solution (work in progress):

    http://chicagophoto.net/zen138

  10. #1520
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello,

    I love this template & was trying to find information on where I can make the main wrapper if I'm calling this by its correct name a bit wider. Its cuting off my product names.

    Any help is greatly appreciated.

    Warm Regards,
    Devon

 

 

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