Re: Apple Zen Support Thread
Quote:
Originally Posted by
MeltDown
I've created an index.html that is to be the main page for this Zen/Apple Zen site. Now the
Home link in the drop-down menu needs to be updated. I tried changing this:
PHP Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
to This
PHP Code:
<li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li>
But broke my Zen cart. Can you please tell me the proper procedure? Thanks!
Duh..! OK, now that I've posted I can see that I doubled up on <li It's working properly as:
PHP Code:
<li class="submenu"><a href="http://www.Mystore.com">Home</a></li>
Re: Apple Zen Support Thread
Quote:
Originally Posted by
MeltDown
Duh..! OK, now that I've posted I can see that I doubled up on
<li It's working properly as:
PHP Code:
<li class="submenu"><a href="http://www.Mystore.com">Home</a></li>
If you have that menu item as a drop down menu, with "New Products", "All Product", etc. you also need to remove that </li> as it is closed after drop down item (search).
Re: Apple Zen Support Thread
Thanks for catching that!!
Re: Apple Zen Support Thread
http://airbrushmakeup.me
Quote:
Originally Posted by
jettrue
Link to site please? Did you follow the instructions in the readme.txt regarding setting the sidebox width?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
keylesslocks
As per the readme.txt instructions, what did you enter into "configuration", "Layout settings" for the sidebox widths?
1 Attachment(s)
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Could I see a link to your site?
1. That white space is the background color of #logoWrapperOuter. Either you need to change the background color to the color you'd like in stylesheet.css, or make your logo bigger. Without seeing the site I'm not sure if that will help you.
2. Would be a good question for the general forum, and search the add on modules to see if perhaps its been done already.
3. A little bit tricky. First reduce the padding of div#dropMenu li a in stylesheet_header_menu.css (from .6em to maybe .4em). Then open up stylesheet.css and change the height of #dropMenuWrapper from 2.18em to a smaller number, till it looks right. Then once you get that number, change all instances of 2.18em in the stylesheet.css to whatever number you changed it to.
4.includes/languages/YOUR_LANGUAGE/extra_definitions/apple_zen/headermenu.php
Doesn't happen often, but I appreciate it when it does. :cool:
Thanks a lot. clear and complete instructions as always.
i think i did almost everything, still searching how to change the two flags into a text allowing people to chose between ita and eng.
i have few more problem that i hope you can see in the pic attahced:
1) how to insert a sliding pic in tha main page only
2) how do reduce the font in the dropdown menu
3)the logo is not aligned with the main body.
thanks a gain for your help.
Unfortunately i am still learning how to upload the shop creating a new page in an existing website like www.cantinabertazzoli.com/test so i have to upload a pic.
Many thx
roberto
Re: Apple Zen Support Thread
Quote:
Originally Posted by
bertazzoli
Thanks a lot. clear and complete instructions as always.
i think i did almost everything, still searching how to change the two flags into a text allowing people to chose between ita and eng.
i have few more problem that i hope you can see in the pic attahced:
1) how to insert a sliding pic in tha main page only
2) how do reduce the font in the dropdown menu
3)the logo is not aligned with the main body.
thanks a gain for your help.
Unfortunately i am still learning how to upload the shop creating a new page in an existing website like
www.cantinabertazzoli.com/test so i have to upload a pic.
Many thx
roberto
1. You'll have to create the image yourself, in some kind of image editing software than can create a rotating (animated) .gif, then simply add it to your define_main_page.php in "tools", "define pages editor" in your admin
2. In your stylesheet.css, you can add a font size to SELECT
3. Unfortunately I can't tell without seeing the site. Since you say it wiggles around depending on what you hover over, I'd confirm that all your tags are closed (<div>, <li>, <font>, etc.)
Re: Apple Zen Support Thread
I am trying to install the Apple Zen template. I just completed the Zen Cart install. I am on a Mac. I noted in your readme file that you suggested using Chronosync. I have downloaded Chronosync, but still uncertain how to proceed. I understand I do not want to replace the entire includes folder, but what I am doing, "mirroring". Or "merging" as Transmit calls it. I tried "merging" as I use Transmit, but I do get prompted about what do to about certain files that already exist. Do I replace those?
Thanks.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
clearinsight
I am trying to install the Apple Zen template. I just completed the Zen Cart install. I am on a Mac. I noted in your readme file that you suggested using Chronosync. I have downloaded Chronosync, but still uncertain how to proceed. I understand I do not want to replace the entire includes folder, but what I am doing, "mirroring". Or "merging" as Transmit calls it. I tried "merging" as I use Transmit, but I do get prompted about what do to about certain files that already exist. Do I replace those?
Thanks.
Mirroring means you're making both sides the same, so DON'T do that. You want to merge. On my copy of chronosync, I choose "Backup - Left to right" with the apple zen files on the left, and the zen cart files on the right.
If its asking about replacing files that already exist, then you need to understand if you are replacing files that you have already changed, perhaps for some other mod. If so, you should manually merge the changes for both into one. If this is your first installation of apple_zen, there shouldn't be many files being replaced.
Re: Apple Zen Support Thread
I love Apple Zen.
My issues may be a Zen Cart issue, but it is happening with Apple Zen.
My associate modifed the menus and now the About Us menu generates a 404 error.
Can anyone sugguest which file might be broken or suggest which files to restore from backup to fix this?
Here is an example:
http://www.mustangseats.com/cart/ind..._page=about_us
Thank you