Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thank you for all of the help!!! I have just a few more questions. I was thinking of adding a button to the drop down menu but i wasn't sure what to add to make it work. I know its in the tpl_drop_menu.php. Also I would like to be able to display the model number in the shopping cart. Thank you again for this great template and all of the help!!!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by algirard8 View Post
    Thank you for all of the help!!! I have just a few more questions. I was thinking of adding a button to the drop down menu but i wasn't sure what to add to make it work. I know its in the tpl_drop_menu.php. Also I would like to be able to display the model number in the shopping cart. Thank you again for this great template and all of the help!!!
    What kind of button? A seperate actual button image, or just want one of the menu chunks to be clickable. If you explain more what you want it to do, I may be able to help.

    As for the model #, I'm not sure about that, I would ask as a separate question in one of the other forum categories.

  3. #3
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    hi
    is there anyway to get header fkyout to display subcategories from right to left?
    also I use multisite module and the filter function works perfectly for category sidebox, but header flyout doesn't react to this function and by results, all categories are seen!!!, also when I use two language and I don't translate one category in one of the other langueage, the not translated category remains a blank place in category sidebox of flyout,
    is there any possibility to solve these problems? I abondoned apple zen fir this, I think it's the second time that I submit this question, and may be the last time if there is no idea or solution.

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by reza View Post
    hi
    is there anyway to get header fkyout to display subcategories from right to left?
    also I use multisite module and the filter function works perfectly for category sidebox, but header flyout doesn't react to this function and by results, all categories are seen!!!, also when I use two language and I don't translate one category in one of the other langueage, the not translated category remains a blank place in category sidebox of flyout,
    is there any possibility to solve these problems? I abondoned apple zen fir this, I think it's the second time that I submit this question, and may be the last time if there is no idea or solution.
    Apple Zen is not guaranteed to be compatible with every other mod out there, so you may have to abandon Apple Zen. As far was the right to left, in includes/templates/apple_zen/css/stylesheet_header_menu.css, you can change div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f} to div#dropMenu ul.level8{top: 0; left: -12em; background:#4f4f4f}

    For the multi-site module, I'm sure there's some sort of modified functionality for the right category sidebox that causes it to filter. You'll need to find out what they did to make that work for that mod, and somehow apply that to includes/classes/categories_ul_generator.php (there's a category query in there, since it hasn't been modified for your multi-site module, of course it will show all categories, that is what it is designed to do).

    As far as the language issue, I've not dealt with two languages, so I'm not fully sure what your issue is. There are three language files with apple_zen:

    ==includes/languages/english/apple_zen/header.php
    ==includes/languages/english/extra_definitions/apple_zen/headermenu.php
    ==includes/languages/english/extra_definitions/apple_zen/order_steps_defines.php

    So maybe you need to copy them and place them in your custom language folder after modifying them?

  5. #5
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    hhhhhhhhhhaaaaaaaaaaaaaaa
    Jettrue
    I knew there should be a solution and for this I didn't want to miss this contribution. thanks, in between because of no answer I was trying to get the last minute answer from Get Em Fast,
    thanks again,
    about category-url-generator, I will see it and if I found a good answer I let the thers to know too.
    bye

  6. #6
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Apple Zen is not guaranteed to be compatible with every other mod out there, so you may have to abandon Apple Zen. As far was the right to left, in includes/templates/apple_zen/css/stylesheet_header_menu.css, you can change div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f} to div#dropMenu ul.level8{top: 0; left: -12em; background:#4f4f4f}

    For the multi-site module, I'm sure there's some sort of modified functionality for the right category sidebox that causes it to filter. You'll need to find out what they did to make that work for that mod, and somehow apply that to includes/classes/categories_ul_generator.php (there's a category query in there, since it hasn't been modified for your multi-site module, of course it will show all categories, that is what it is designed to do).

    As far as the language issue, I've not dealt with two languages, so I'm not fully sure what your issue is. There are three language files with apple_zen:

    ==includes/languages/english/apple_zen/header.php
    ==includes/languages/english/extra_definitions/apple_zen/headermenu.php
    ==includes/languages/english/extra_definitions/apple_zen/order_steps_defines.php

    So maybe you need to copy them and place them in your custom language folder after modifying them?
    SORRY JETTRUE, BUT HOW DO I GET THE HEADER BOX FROM RIGHT TO LEFT TOO? SO? FROM RIGH FIRST HOME, then category, then information etc .
    I added a "direction:rtl," to mainwrapper of stylsheet.css , doesn't work, also to headerwrapper, doesn't worked, any idea please.
    thanks

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by reza View Post
    SORRY JETTRUE, BUT HOW DO I GET THE HEADER BOX FROM RIGHT TO LEFT TOO? SO? FROM RIGH FIRST HOME, then category, then information etc .
    I added a "direction:rtl," to mainwrapper of stylsheet.css , doesn't work, also to headerwrapper, doesn't worked, any idea please.
    thanks
    No, you'll have to do that manually. Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and shift things around in the order you want them.

    For example, this is the section for HOME:

    Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
            <ul class="level2">
              <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW); ?>"><?php echo HEADER_TITLE_NEW_PRODUCTS; ?></a></li>
              <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
              <li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
              <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
            </ul>
          </li>
    Move that down to after this:

    Code:
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
          <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
            <ul class="level2">
              <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
            </ul>
          </li>
    <?php } else { ?>
          <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <?php } ?>
    And keep moving things around.

  8. #8
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    hi
    well this is what I get after just implementing header css flyout, I did changes in stylsheet.header_menu.css , and in order to get the menu bar goes to right as the site is right to left, I changed div#dropMenu li to float:right.
    as I need this header, could you please check my css file and solve this problem, as you can see in the figure (zip file) mouse goes over a menu item, the submenu sping one box to left instead of being onder tjhat menu:
    ****************
    stylesheet_header_menu.css
    ---------------------------------
    body {
    behavior: url(includes/csshover.htc);
    }

    /*green*/
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}


    /*blue
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
    */

    /*red
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
    */

    /*grey
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
    */

    #dropMenuWrapper {
    width:100%;
    height:2.17em;
    margin:0;
    font-size:1em;
    }

    div#dropMenu {
    width:70em;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

    div#dropMenu ul {
    margin: 0;
    padding: 0;
    }

    div#dropMenu li {
    position: relative;
    list-style: none;
    margin: 0;
    float: RIGHT;
    line-height: 1em;
    }

    div#dropMenu ul.level1 {
    width:70em;
    margin:0 auto;
    text-align:center;
    background:#000000;
    height:2.17em;
    z-index:1000;
    }

    div#dropMenu li:hover {}
    /*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
    div#dropMenu li.submenu:hover {}
    div#dropMenu li a {display: block; padding: .6em 2em .6em 2em;text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:1px solid #ffffff;}
    div#dropMenu>ul a {width: auto;}
    div#dropMenu ul ul {position: absolute; width: 12em;display: none;}
    div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:12em;}
    /*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
    div#dropMenu ul.level1 li.submenu:hover ul.level2,
    div#dropMenu ul.level2 li.submenu:hover ul.level3,
    div#dropMenu ul.level3 li.submenu:hover ul.level4,
    div#dropMenu ul.level4 li.submenu:hover ul.level5 {display:block;z-index:1000;}
    div#dropMenu ul.level2 {top: 2.17em; background:#4f4f4f;z-index:1000;}
    div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {top: 0; left: -12em; background:#4f4f4f}
    div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color: white; text-transform:none;} /* this is text color on drop-down submenu */
    div#dropMenu ul.level2 a:hover {color:#4f4f4f;}
    -*************************************************

    thanks
    Attached Files Attached Files

  9. #9
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    hi jettrue
    again I come to ask you another question,
    because I have too much category and in sideboxes is very horrible figure to get show them , I found in http://www.amazon.com/, above when your mouse goes over the " see all 41 product category", a window opens and if you don't select it will close automatically,
    do you know what is the name of this script or the name of this action? or which are keywords to find something about it?
    thanks

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by reza View Post
    hi
    well this is what I get after just implementing header css flyout, I did changes in stylsheet.header_menu.css , and in order to get the menu bar goes to right as the site is right to left, I changed div#dropMenu li to float:right.
    as I need this header, could you please check my css file and solve this problem, as you can see in the figure (zip file) mouse goes over a menu item, the submenu sping one box to left instead of being onder tjhat menu:
    ****************

    thanks
    Change the -12em back to 12em, maybe? If I could see a real site, that would help me greatly.

 

 

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