Page 49 of 76 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 754
  1. #481
    Join Date
    Mar 2010
    Location
    Royston, UK
    Posts
    14
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    Not a problem, albi. That's what we're here for.
    Hi - I wonder if it would be easy to modify the code in this (brilliant!) module to handle a custom, vertical menu? I.e. a menu listing multiple levels of external/internal links, instead of categories and products?

    (I do need both, a Flyout menu listing Categories - working fine - as well as the custom menu) I started by renaming and modifying the following files to use them to display my custom menu, however, I have been playing with this for hours now and cannot get the categories_ul_generaotr.php file to find and loop around menulists other than the categories!

    ./includes/templates/MYTEMPLATE/sideboxes/tpl_categories_css.php
    ./includes/modules/sideboxes/MYTEMPLATE/categories_css.php
    ./includes/classes/categories_ul_generator.php

    Might you have any tips to for someone who's php is not yet very proficient yet!

    Many thanks!

    annika

  2. #482
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    It would be a lot easier for you to just get the blank sidebox from the downloads section, and add your own menu code in it.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #483
    Join Date
    Oct 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi
    I'm upgrading to the lastest version of Zencart - has anyone got the CSS Flyout Menus working on 1.3.9 successfully?

    Thanks in advance

    RoPey

  4. #484
    Join Date
    Jan 2005
    Posts
    186
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by RoPey View Post
    Hi
    I'm upgrading to the lastest version of Zencart - has anyone got the CSS Flyout Menus working on 1.3.9 successfully?

    Thanks in advance

    RoPey
    I have css_flyout_menu-v1.3.8a working just fine on a 1.3.9d test site on my local system and in a 1.3.9d test folder on my hosts server. As usual be sure to back up first and do your own testing for compatibility with your site and mods.

    Marc

  5. #485
    Join Date
    Oct 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Excellent! As you advise, I will of course backup, backup and backup again

  6. #486
    Join Date
    Aug 2006
    Posts
    68
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    I've got a problem on my website with the css category menu's being hidden behind a slideshow that I have running on the main page. See an example at http://www.shoptomlinsons.com/

    Once you get 2-3 categories deep it is hidden behind the center image (which is actually a js slideshow). Is there any way I can make the categories always show up in front of anything else on the main page?

  7. #487
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ajcannon View Post
    I've got a problem on my website with the css category menu's being hidden behind a slideshow that I have running on the main page. See an example at http://www.shoptomlinsons.com/

    Once you get 2-3 categories deep it is hidden behind the center image (which is actually a js slideshow). Is there any way I can make the categories always show up in front of anything else on the main page?
    Yes, there is. In the stylesheet_categories_menu.css, find this section of code:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;}
    Add:

    Code:
    z-index: 1000;
    to make that whole section look like this:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
       display:block;
       z-index: 1000;
    }
    That should fix you right up.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #488
    Join Date
    Aug 2006
    Posts
    68
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    You're awesome! Thanks so much...worked like a charm. Have a great day!

  9. #489
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Not a problem. Happy Zenning!
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #490
    Join Date
    Jul 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Lots of people say it ... "I love this place!" I'm not a programmer, have little networking skills and know even less about website etc .. but these forums make working with Zen Cart SOOO easy!

    Usually dont post until I have a problem, most the time either I figure it out or the forums has some useful bits to help.

    I have this running on my 1.3.9d site (www.battlebunker.com) but
    I'm having an issue with the menu extending below and off screen making it fiddly to reach the bottom of the menu ... any suggestions?

    I think I read something about a scrollbar that is added for long menus (may not have been for this mod) ... will have to go looking for that in the previous posts on this thread - I must admit I have not read all the pages ....

    And I hate feeling obligated to say "I have a template monster theme", from what I have read on these forums I gather they dont go well together.

    Cheers

 

 
Page 49 of 76 FirstFirst ... 39474849505159 ... LastLast

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 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