Re: Apple Zen Template Support Thread
It's certainly not a dumb question, though it would probably have been better posted on one of the threads about EZ-Pages.
Very quickly then, when you program an EZ-Page the information is written to your database. However, you can program a link to the page by following the instructions here in the FAQ.
Re: Apple Zen Template Support Thread
great template! thanks!
i have a question, if i would to remove some menu voices like "my account" and "shopping cart", how may I modify tpl_drop_menu.php? what i have to remove?
thanks!!!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
hamelin85
great template! thanks!
i have a question, if i would to remove some menu voices like "my account" and "shopping cart", how may I modify tpl_drop_menu.php? what i have to remove?
thanks!!!
Go ahead and open up tpl_drop_menu.php and have a look around. It should be fairly self explanatory. To remove "My account" remove this section:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
<ul class="level2">
<?php if ($_SESSION['customer_id']) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<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_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li>
<?php } else { ?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li>
<?php } ?>
</ul>
</li>
Re: Apple Zen Template Support Thread
Thanks for the help!
Chris
Re: Apple Zen Template Support Thread
I am getting warnings on following 2 lines:
in includes/templates/apple_zen/css/stylesheet_header_menu.css
unknown property "behavior'. Declaration dropped
behavior: url(includes/csshover.htc);and
in includes/templates/apple_zen/css/stylesheet.css
error in parsing value for property 'font'. Declaration dropped
font-weight:bold;
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Sunabac
I am getting warnings on following 2 lines:
in includes/templates/apple_zen/css/stylesheet_header_menu.css
unknown property "behavior'. Declaration dropped
behavior: url(includes/csshover.htc);and
in includes/templates/apple_zen/css/stylesheet.css
error in parsing value for property 'font'. Declaration dropped
font-weight:bold;
With what program are you getting these warnings???
Re: Apple Zen Template Support Thread
Hi,
Very nice template. In our store we have MANY categories. When I click on our categories it shows about half of them in the dropdown but there is no way to scroll down to see the rest. Is there a solution for this?
One other issue I noticed when testing this is the placement of text. In FF the text starts far to the right of of the left side and crosses over the grey area. Yet in IE7 the placement is correct. I have not made any css changes yet as I am just looking to see if this template will work for us.
Thanks
Rick
Re: Apple Zen Template Support Thread
Ok, I have figured it out. I had no sideboxes showing. Once I turned a sidebox on everything lined up just fine.
Rick
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
With what program are you getting these warnings???
Any page that I access. This is my first week using Firefox (since it was mentioned so often here..) so I am looking at "Error Console" to see what is happening.
I am running 1.3.7....
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
disciple
In our store we have MANY categories. When I click on our categories it shows about half of them in the dropdown but there is no way to scroll down to see the rest. Is there a solution for this?
Solved the other issue I was having and am still wondering if there is something I can do for the issue in the above quote.
Thanks
Rick