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
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
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
Re: Apple Zen Support Thread
Quote:
Originally Posted by
organicplanet
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".
Re: Apple Zen Support Thread
Quote:
Originally Posted by
phapn
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
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...:wink:
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
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Pomzie
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...:wink:
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', ', ');
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
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
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
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. :D
Thanks again! I love the layout of the template.
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
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