Page 232 of 305 FirstFirst ... 132182222230231232233234242282 ... LastLast
Results 2,311 to 2,320 of 3042
  1. #2311
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    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
    Last edited by MeltDown; 20 Oct 2008 at 11:18 AM. Reason: Dang...! Synchronized posting and Jade beat me to it!!

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by MeltDown View Post
    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).

  3. #2313
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for catching that!!

  4. #2314

    Default Re: Apple Zen Support Thread

    http://airbrushmakeup.me

    Quote Originally Posted by jettrue View Post
    Link to site please? Did you follow the instructions in the readme.txt regarding setting the sidebox width?
    MonkFunk Music Community
    Free Music Website

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by keylesslocks View Post
    As per the readme.txt instructions, what did you enter into "configuration", "Layout settings" for the sidebox widths?

  6. #2316
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    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.
    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
    Attached Images Attached Images  

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by bertazzoli View Post
    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.)

  8. #2318
    Join Date
    Oct 2008
    Posts
    1
    Plugin Contributions
    0

    Default 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.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by clearinsight View Post
    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.

  10. #2320
    Join Date
    Mar 2006
    Posts
    4
    Plugin Contributions
    0

    Default 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

 

 

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