Results 1 to 10 of 754

Hybrid View

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

    Default Re: Support for CSS Flyout Menu

    Hi all.........Just letting everyone know, that after a very long sick leave, that I'm now back in the "game". So, if any of you are still having problems with your Flyout Menu, re-post your question, and I'll try to help you solve the problem(s) as soon as possible.

    Sorry for any inconvenience that this illness might have caused anyone.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    OT- Welcome back Robert. Long time no see.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

    Default Re: Support for CSS Flyout Menu

    Thanks, Kim...............Good to be back.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    Feb 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    wannspeed.com is my site

    I have the css flyout menu installed.

    How can I add the #catBoxDivider that seperates "specials, new products, featured products and all products" from the main products listed?

  5. #5
    Join Date
    Feb 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Also for some reason my subcategories don't fly out directly to the side, they drop down one row which makes it really tricky to cross with the mouse. What setting do I need to edit to fix that? wannaspeed.com (my server is having issues after a big upgrade so the site may load slow.)

  6. #6
    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 dudemaaan View Post
    wannspeed.com is my site

    I have the css flyout menu installed.

    How can I add the #catBoxDivider that seperates "specials, new products, featured products and all products" from the main products listed?

    In your "includes/templates/CUSTOM/css/tpl_categories.css" , you should have a line (line 28 for me) that looks like this:

    Code:
    $content .= '<P></P>';  // insert a blank line/box in the menu
    is it missing or commented out?

    Quote Originally Posted by dudemaaan View Post
    Also for some reason my subcategories don't fly out directly to the side, they drop down one row which makes it really tricky to cross with the mouse. What setting do I need to edit to fix that? wannaspeed.com (my server is having issues after a big upgrade so the site may load slow.)
    In your "includes/templates/CUSTOM/css/stylesheet.css" , find this section of code:

    Code:
    div#nav-cat ul ul {
        z-index: 1000; position: absolute; top: 1; left: 100%;
        display: none; 
    }
    you currently have the "top:" set to 1........set it to 0.


    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Feb 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Ok setting the top align to 0 worked perfectly! Thanks a hundred times.

    My tpl_categories.css wasn't located in the directory you listed. I found mine in "includes/templates/CUSTOM/sideboxes/tpl_categories.css

    I opened it up and it looks pretty close to what you have

    Code:
    if (SHOW_CATEGORIES_BOX_SPECIALS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true'){
        $content .= '';  // insert a blank line/box in the menu
        if (SHOW_CATEGORIES_BOX_SPECIALS == 'true') {

    Does it need the "<p><p>" or do I need to move it to the other directory?

    One last unrelated question. Can I add arrows only to the categories with sub categories? My version has no background images or references to images right now.

 

 

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

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