Page 98 of 227 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 2267
  1. #971
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    For the particular display you show, you would want option 3 for
    define('CAT_BOX_ACTIVE_LEVEL', 'active|highest_level|deepest_level');

    3=full active tree, others limited per level controls
    and
    The "highest_level" field controls whether top categories will display: 0=all levels/1=no topcats/etc.
    The "deepest_level" field controls whether subcategories will display: 1=only first subcats/2=first & second subcats/.../9=all levels down to 9.

  2. #972
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Could you expand a little on what to do here...
    Even though I reply alot I am really not much of a programmer

    or change the second .catBoxHeading6 to .catBoxHeading7 and style that independently.
    I did not see a 2nd .catBoxHeading6 where is that?

  3. #973
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    For the particular display you show, you would want option 3 for
    define('CAT_BOX_ACTIVE_LEVEL', 'active|highest_level|deepest_level');

    3=full active tree, others limited per level controls
    and
    The "highest_level" field controls whether top categories will display: 0=all levels/1=no topcats/etc.
    The "deepest_level" field controls whether subcategories will display: 1=only first subcats/2=first & second subcats/.../9=all levels down to 9.

    i want all top cats, with all subs and sub-subs under active cat.

    3,1,9 will list all subs and sub-subs, but other top cats are missing...

    top1 (expanded all subs and sub-subs)
    top2 (collapsed)
    top3 (collapsed)

  4. #974
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

  5. #975
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    You have two categories that use .catBoxHeading6 {}. Change the second one to use .catBoxHeading7 {} so it can have separate styling - it can still have the same colors.
    Code:
    define ('CAT_BOX_HEADING_3213','0|1|||TV & Movies|6')
    
    define ('CAT_BOX_HEADING_1009','0|1|||Specialties|7')
    Then add a rule to your stylesheet for
    .catBoxHeading7 {}

  6. #976
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Oh ok I ll give that a try

  7. #977
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi Glen,

    I was trying to figure out how I managed to make the fonts on my category tree enlarge slightly when I hover over them. Looked through your stylesheet and can't seem to find what I did to make that happen.

    I'd quite like to try making the font a little heavier when it's hovered over too, but can't find the place to put it.

    Any pointers?

  8. #978
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    OK, we can do that too. Try '3|0|0'.
    Magic. Perfect

  9. #979
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    limelites - You have so many stylesheets that it is hard to find where some things are controlled, but you have some controls that affect categories in stylesheet.css.
    Code:
    .leftBoxContainer a:hover, .rightBoxContainer a:hover {
    color:#000;
    font-size: 13px;
    }
    This makes the links bold on hover, though there is probably a better place to set this so the !important won't be needed.
    Code:
    .leftBoxContainer a:hover, .rightBoxContainer a:hover {
    color:#000;
    font-size: 13px;
    font-weight: bold !important;
    }

  10. #980
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Perfect Glan, thank you. Looks better now I think?

 

 

Similar Threads

  1. categories dressing
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2010, 09:29 PM
  2. Categories Dressing
    By wotnow in forum Addon Sideboxes
    Replies: 10
    Last Post: 7 Apr 2010, 03:06 AM
  3. Categories Dressing issue
    By Maynards in forum Addon Sideboxes
    Replies: 0
    Last Post: 13 Mar 2010, 10:51 PM
  4. Categories Dressing
    By Maynards in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Mar 2010, 11:05 PM
  5. Categories Dressing
    By PGlad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2007, 07:05 PM

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