Re: Apple Zen Support Thread
Quote:
Originally Posted by
directdesign
Can anyone help with this problem Please
I got your email, I'll reply to you.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
1. Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
<?php
// load the UL-generator class and produce the menu list dynamically from there
require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
$zen_CategoriesUL = new zen_categories_ul_generator;
$menulist = $zen_CategoriesUL->buildTree(true);
$menulist = str_replace('"level4"','"level5"',$menulist);
$menulist = str_replace('"level3"','"level4"',$menulist);
$menulist = str_replace('"level2"','"level3"',$menulist);
$menulist = str_replace('"level1"','"level2"',$menulist);
$menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
$menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
echo $menulist;
?>
</li>
to this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a></li>
5. When you installed the template, did you follow all the instructions and change the permissions on your images folder (and all folders inside of it) to 777? If the answer is yes, I don't know why its not working for you, I'd ask in the general questions forum.
1. I did as you said, but it still shows Food at the top of the mainmenu.
http://www.veerman.ca/justin/test/
5. Ill ask around for this one.
Btw, thanks alot for the help, I love you.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
1. I did as you said, but it still shows Food at the top of the mainmenu.
http://www.veerman.ca/justin/test/
5. Ill ask around for this one.
Btw, thanks alot for the help, I love you.
OH! HA HA! We had our signals crossed. The code I told you to remove stopeed the drop down menu under collections from working. THat's what I thought you were asking for. The "Food" is the category tabs menu, turn that off in the admin, "Configuration", "Layout Settings" near the bottom is the category tabs menu option.
Re: Apple Zen Support Thread
Dear Sir,
Could you please tell me why my logo.gif can not show correctly?
My new website adress is www.tophobbyshop.com
I'd like to all the logo area (include the right of text area) all shows my logo.gif. How can I do ?
Regards,
Hebbe
Re: Apple Zen Support Thread
Quote:
Originally Posted by
hebbe
Dear Sir,
Could you please tell me why my logo.gif can not show correctly?
My new website adress is
www.tophobbyshop.com
I'd like to all the logo area (include the right of text area) all shows my logo.gif. How can I do ?
Regards,
Hebbe
Don't forget to read the readme.txt (it discusses this issue). You need to remove or adjust this width in your stylesheet.css:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
You change or remove the sales text that is to the right of the logo in includes/languages/englsh/apple_zen/header.php
Re: Apple Zen Support Thread
Hey again,
My main page on www.veerman.ca/justin/test does not display the dropdown menus for home info and my account. It works on every other page though.
How do I also make ABOUT US actually link to the correct page?
Re: Apple Zen Support Thread
It fixed itself somehow for the first problem,
Now I just need an about us page??
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
It fixed itself somehow for the first problem,
Now I just need an about us page??
My newest version of Apple Zen includes the about us page. If you have the version before the newest version, please read the readme, it gives instructions and information on the about me page.
Re: Apple Zen Support Thread
1. How do I add a smaller preview image that has been resized so it looks better?
2. How do I change the title where it says "Zen Cart!-" at the very top in the blue header bar?
3. How do I edit shipping values and make specific ones for different products?
Thanks, btw I got the About Us page :)
Is there something you'd change?
www.veerman.ca/justin/test
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ephemol
1. How do I add a smaller preview image that has been resized so it looks better?
2. How do I change the title where it says "Zen Cart!-" at the very top in the blue header bar?
3. How do I edit shipping values and make specific ones for different products?
Thanks, btw I got the About Us page :)
Is there something you'd change?
www.veerman.ca/justin/test
These are all questions that would work well in the general forum :cool: but here you go....
1. Your images look good to me... what exactly are you trying to do?
2. includes/languages/english/meta_tags.php don't forget to save it as includes/languages/english/YOUR_TEMPLATE/meta_tags.php
3. Use the "Per Unit" shipping option under "Modules", "Shipping" in your admin. Set the Shipping per unit cost to 1. Now when you add a product, instead of putting the product weight in, put in the shipping cost in the weight box.
Yes, I would change the fact that you are not using any sideboxes, but you didn't make any changes in the css, so your content isn't showing correctly. Add this to your stylesheet:
#centerColumnWrapper2 {
background:#ffffff!important;
}
.centerColumn {
float:left!important;
width:95%!important;
}