Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by ephemol View Post
    1. Deleted product, added category, but now the category shows up on top of the main menu(I dont want it to). How do I get rid of that?

    3. I fixed that problem a few hours ago by editing something somewhere.

    5. I try to upload the picture, but nothing really happens? I just click browse and then select lindt.jpg from my computer and then click insert at the bottom..?
    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.

  2. #2
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

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

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

    Default Re: Apple Zen Support Thread

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

  4. #4
    Join Date
    Sep 2007
    Posts
    11
    Plugin Contributions
    0

    Default 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

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

    Default Re: Apple Zen Support Thread

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

  6. #6
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

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

  7. #7
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    It fixed itself somehow for the first problem,

    Now I just need an about us page??

  8. #8
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I'm sure I'm not the only one, but...

    Why is my image handler causing pictures to open up in the top left corner forcing the whole page down? Can't seem to find an answer in the forums. Image Handler seems to be working fine on the Apple Zen demo page...

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by noneleft View Post
    I'm sure I'm not the only one, but...

    Why is my image handler causing pictures to open up in the top left corner forcing the whole page down? Can't seem to find an answer in the forums. Image Handler seems to be working fine on the Apple Zen demo page...
    You didn't upload all of the files for IH2. Be sure to upload the jscript/ file, and the css/ file that comes with IH2. If you've switched templates, you have to move those files into the apple_zen/ template folder.

  10. #10
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Your right! I missed copying the neccessary files to my new custom template. Thanks a lot!

 

 
Page 1 of 2 12 LastLast

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