Page 65 of 76 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 754
  1. #641
    Join Date
    Apr 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Get Em Fast...... Lovely mod by the way, just wondered if i could quickly pick your brain about something and point me in the right direction.

    The template for my site sideboxes indents everything by 25px except my categories box on the left and information box on the right. Now how do I stop this category mod indenting like my current non css category box?

    HTML Code:
    .box {}
    
    .box_head {padding:10px 0px 10px 38px; font-size:14px; font-weight:bold; line-height:normal; color:#000000; background:url(../images/h_ic1.jpg) top left no-repeat;}
    .box_head a {color:#000000; text-decoration:none;}
    .box_head a:hover {text-decoration:underline;}
    [B].box_body {padding:10px 25px; margin:0; color:#000000;}[/B]
    .box_body a {color:#000000; text-decoration:underline;}
    .box_body a:hover {text-decoration:none;}
    .box_body ul {margin:0; padding:0; list-style:decimal inside;}
    .box_body ul li {padding:3px 0 3px 0; font-weight:bold;}
    .box_body ul li a {text-decoration:none; font-weight:normal;}
    .box_body ul li a:hover {text-decoration:underline;}
    .box_body ol {margin:0; padding:0; list-style:decimal inside;}
    .box_body ol li {padding:3px 0 3px 0; font-weight:bold;}
    .box_body ol li a {text-decoration:none; font-weight:normal;}
    .box_body ol li a:hover {text-decoration:underline;}
    
    #categories {}
    #categories .box_head {color:#363636;}
    #categories .box_body {padding:0; margin:0; color:#3A3A3A;}
    #categories .box_body a {color:#3A3A3A; text-decoration:underline;}
    #categories .box_body a:hover {text-decoration:none;}
    #categories .box_body ul {margin:0; padding:0; list-style:none;}
    #categories .box_body ul li {padding:3px 0 3px 6px; border-bottom:1px solid #FFFFFF; background:#eeeeee;}
    #categories .box_body ul li a {text-decoration:none; padding-left:5px; background:url(../images/arrow_1.gif) top left no-repeat;}
    #categories .box_body ul li a:hover {text-decoration:underline;}
    
    
    #moreinformation {}
    
    #information {background:#545454;}
    #information .box_head {background:none; color:#FFFFFF; padding:16px 0px 9px 0px; border-bottom:2px solid #4F4F4F; margin:0 9px 0 12px;}
    #information .box_body {padding:0px 0px 18px 0px;}
    #information ul {margin:0; padding:0; list-style:none;}
    #information ul li {padding:2px 0 3px 6px; border:0; background:none;}
    #information ul li a {text-decoration:none; color:#FFFFFF; padding-left:5px; background:url(../images/arrow_2.gif) top left no-repeat;}
    #information ul li a:hover {text-decoration:underline;}
    Last edited by garethrooney; 22 Jun 2011 at 09:20 AM.

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

    Default Re: Support for CSS Flyout Menu

    garethrooney, is this on the site in your signature? If so, if you'll enable the menu, I'll try to see just what margin/padding you're wanting/needing to adjust.
    But, the styles you included......................have absolutely NOTHING to do with the flyout menu. It has it's own stylesheet.

    Anyway..............I'll keep a look out for the menu to be turned on, then go from there. Okay?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #643
    Join Date
    Apr 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Yes...

    And enabled bottom left

    Yeah i know ive tried messing with that and get no joy.

    Regards

    Gareth

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

    Default Re: Support for CSS Flyout Menu

    Okay. Now that I can see it, I can ALSO see that it's been modified slightly to include a div that's not normally present in this menu.

    Anyway, in includes/templates/theme025/css/stylesheet_categories_menu.css, add this line of code at the top of the page:

    Code:
    #categoriescss .box_body {padding: 0;}
    And I think that's what you're looking for................
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #645
    Join Date
    Apr 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    You legend....... Works perfectly. A couple of styling issues to sort then ill swap it out.

    Never have a seen a zen module to quickly and efficiently supported.

    Massive thanks

    Gareth

  6. #646
    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. Glad to help.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #647

    Default Re: Support for CSS Flyout Menu

    hello

    How can i display only 2 levels: top categories + subcat without displaying any other levels, currently my menu displays up to 6 levels and it does take the whole page...

    thanks

    L.



  8. #648
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi I'm using v1.3.9 and have the menu installed and v happy with it as is lovely menu. Have been searching tho for ways of adding custom pages to the menu titles. For example I really do not want information in the top menu, I have created a custom page and included this in menu but the menu dispaly HEADER_TITLE_CUSTOM_NAME, the link works but not sure how i can get rid of Header_title bit , any ideas??

  9. #649
    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 jagall View Post
    Hi I'm using v1.3.9 and have the menu installed and v happy with it as is lovely menu. Have been searching tho for ways of adding custom pages to the menu titles. For example I really do not want information in the top menu, I have created a custom page and included this in menu but the menu dispaly HEADER_TITLE_CUSTOM_NAME, the link works but not sure how i can get rid of Header_title bit , any ideas??

    Look in includes/languages/english/extra_definitions/CUSTOM/headermenu.php

    and add the language define in there..........something like:


    PHP Code:
    define('HEADER_TITLE_CUSTOM_NAME','Your Custom Title Here'); 
    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #650
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    Look in includes/languages/english/extra_definitions/CUSTOM/headermenu.php

    and add the language define in there..........something like:


    PHP Code:
    define('HEADER_TITLE_CUSTOM_NAME','Your Custom Title Here'); 
    Hope this helps.
    thank you for getting back to me, I will try this, also if I want to add a submenu to this i.e. just another page really, will it work as when I tried based on the same code as the information lines, it seem to wrap the contact us, etc below it too.

    I suppose what I am asking is it possible to have a custom menu item (i.e. Page) with submenu items (more pages) on the drop down menu,

    Cheers

 

 
Page 65 of 76 FirstFirst ... 1555636465666775 ... 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