Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Either files are missing, or issue with changes in a language file. Would be my best guess.
    Not sure what happened. I figured out my hosts restore function and restored files from a week earlier. Seems to be fine now.

  2. #2

    Default Re: Apple Zen Support Thread



    I am using apple zen, the text on this sidebox is a little over the edge, how can I move it over a little more to the right?
    MonkFunk Music Community
    Free Music Website

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

    Default Re: Apple Zen Support Thread

    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!

  4. #4
    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
    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!
    You have two <li>'s. Remove the second one, and then remove the ending </li> (that <li class="submenu" is closed later in the file):

    Code:
    <li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li>

  5. #5
    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!!

  6. #6
    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).

  7. #7
    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!!

  8. #8
    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


    I am using apple zen, the text on this sidebox is a little over the edge, how can I move it over a little more to the right?
    Link to site please? Did you follow the instructions in the readme.txt regarding setting the sidebox width?

  9. #9

    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

  10. #10
    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?

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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