Page 72 of 227 FirstFirst ... 2262707172737482122172 ... LastLast
Results 711 to 720 of 2267
  1. #711
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Is this the correct code

    hr.catBoxDivider1 {
    color: #aabbcc;
    line-height: 1px;
    }

  2. #712
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hello Glenn:

    Maybe I should PM you on this as it is not strictly a questions.

    In my discussion with Website Rob and our past conversations, I know you are working on modifying the code so that the list meets standards. Not meaning to rush you, but can you give me an ETA as to when you anticipate having this complete? Do you require assistance? I have a php programmer that could help you out on my $$. Let me know.

    thanks.

  3. #713
    Join Date
    Apr 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi
    This mod offers what I am looking for in order to customize my category box but I am hoping for a little help. I installed it on my site www.poconogiftbaskets.com/catalog I have gone over the readme file several time but am having trouble editing the code within the categories_dressing_defines.php to make the changes I want. I am using zencart 1.38a Basically, I would like to remove the black bullets in front of each category listing. I also wanted my list of categories to be organized in 3 seperate groups, each with its own non-linking header and seperated by a divider. To look something like this.

    Special Occasions
    Administrative Professionals
    Holiday & Seasonal
    Wedding & Anniversary
    Baby
    Birthday
    Get Well
    Thank You
    Housewarming
    Sympathy
    Congratulations
    Thinking of You
    ####################____

    Theme Designs
    Care Packages
    Gifts for Him
    Gourmet Delight
    Snacks & Sweets
    Romance
    Fine Chocolate
    Coffee & Tea
    Gift Towers
    Sports & Leisure
    Spa
    ##############################

    Corporate Collection
    Client Appreciation
    Employee Recognition
    Real Estate Gifts
    Gifts at Marketing Tools

    Any help with this would be greatly appreciated.
    Thanks
    Lisa

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

    Default Re: Categories Dressing

    The bullets are handled by CSS - look in stylesheet_categories_dressing.css for the comments about removing bullets (you will want to use list-style: none;).

    For the groups, you want to specify in categories_dressing_defines.php that the category id of the first category in each group (Administrative Professionals, Care Packages, Client Appreciation) begins a new group, has a text heading with content as shown, and the second and third have dividers above them.
    PHP Code:
    define ('CAT_BOX_HEADING_23','1|0|||Special Occasions|1');//new list - text heading - style 1
    define ('CAT_BOX_HEADING_24','1|1|||Theme Designs|1');//new list - divider and text heading - style 1
    define ('CAT_BOX_HEADING_25','1|1|||Corporate Collection|1');//new list - divider and text heading - style 1 
    Replace 23, 24 and 25 with the correct category ids.
    Last edited by gjh42; 14 Apr 2009 at 08:57 AM.

  5. #715
    Join Date
    Apr 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Glenn,
    Thanks so much for your help with the php code for the categories_dressing_define file. Now, I can just experiment with the styling in the css file which I am more familiar with doing.
    Thanks again,
    Lisa

  6. #716
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi Glen,
    I have installed the mod and want to modify mine so it looks like this:

    GIRLS
    Dresses
    Tops
    Bottoms
    Outerwear

    GUYS
    Tops
    Bottoms
    Outerwear

    ACCESSORIES
    jewellery
    Sunnies
    Bags
    Shoes
    Home & Lifestyle

    I dont want to have any bullets or decoration just rollovers. Thank you!!!

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

    Default Re: Categories Dressing

    Your process would be the same as in post 714 above, with the names changed to fit your situation.

    If you don't want any dividers, make sure all of the defines start like this:

    '1|0|||

  8. #718
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Great it worked perfectly but how do i add a 'GUYS' image as a title and a "ACCESSORIES" image as a title like the GIRLS one i have???

  9. #719
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Sorry i found it:
    define ('CAT_BOX_HEADING_2','1|1|cathead2.gif|||1');//new list - divider and text heading - style 1
    Thanks for the help!!!

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

    Default Re: Categories Dressing

    You got the image, though there are a couple of other things to fix in your posted line.
    You can add an alt tag to the title image in the next field after the filename:
    ,'1|1|cathead2.gif|Guys||1');

    and you should not have fields after the tag field if you don't want text headings:
    ,'1|1|cathead2.gif|Guys');

    If you want no alt tag, you can leave the tag field empty:
    ,'1|1|cathead2.gif|');

 

 

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