Page 33 of 227 FirstFirst ... 2331323334354383133 ... LastLast
Results 321 to 330 of 2267
  1. #321
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I wabt to know Categories Dressing can it wrok on Click-Show-Hide Category Menu...??
    http://www.zen-cart.com/index.php?ma...roducts_id=872

    Thanks..

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

    Default Re: Categories Dressing

    No, Categories Dressing is built on the standard categories sidebox, and would require major recoding to work on another version of the box.

    You could take some of the code and adapt it to another version, as long as you understand the coding principles involved. Some versions will be more difficult, depending on how they are organized, and some may be easy.

  3. #323
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Categories Dressing

    HELP...

    I just installed categories dressing mod on a live site and there's some type of image of CAT3SAMPLE in place of one of my categories AND a big pink LINK HEADER image between the specials section.

    I only uploaded the files and have not modified ANYTHING at all yet.

    PLEASE, let me know if there's an easy way to get rid of whatever these two big images are so I can get my site back to normal until I learn to SLOWLY modigy the necessary files with only MINOR changes that I can quickly undo if I mess up.

    I wish there had been some type of warning in the install file that uploading this mod will automatically add two large images into categories.

    Anyway, hoping for a response soon.

    Using version 1.3.8 and here's a link to the site http://www.CraftMagick.com


    Hope someone can help.

    Thanks.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  4. #324
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by Craft Magick View Post
    HELP...

    I just installed categories dressing mod on a live site and there's some type of image of CAT3SAMPLE in place of one of my categories AND a big pink LINK HEADER image between the specials section.

    I only uploaded the files and have not modified ANYTHING at all yet.

    PLEASE, let me know if there's an easy way to get rid of whatever these two big images are so I can get my site back to normal until I learn to SLOWLY modigy the necessary files with only MINOR changes that I can quickly undo if I mess up.

    I wish there had been some type of warning in the install file that uploading this mod will automatically add two large images into categories.

    Anyway, hoping for a response soon.

    Using version 1.3.8 and here's a link to the site http://www.CraftMagick.com


    Hope someone can help.

    Thanks.

    Zencart ROCKS!
    OK, I fixed the 'emergency' by:

    1. Viewing the source code of my home page and then renaming the image that was appearing in place of one of the category name.

    2. From the 'view source' I found the "Link Heading" reference and then did a search of the tpl_categories.php until I found the line to uncomment.

    I still need to figure out the rest as far as colors, etc. go but now at least the site doesn't look ridiculous.

    Just thought I'd post this in case anyone else ever runs into this same issue that is NOT php savvy (like yours truly

    This will probably be a GREAT mod once I learn how to use it

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

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

    Default Re: Categories Dressing

    The readme file does describe the example image files and settings and tells (in bold font) how to remove them, as well as details of how to do many other things.

  6. #326
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    The readme file does describe the example image files and settings and tells (in bold font) how to remove them, as well as details of how to do many other things.
    You're right and I feel very embarrassed by my post. After I went back and re-read the install file it was there, plain as day

    This was a very valuable learning experience for me --- ALWAYS thoroughly read ALL install text BEFORE ftp'ing to a live site!

    And thank you again for your prompt and helpful responses to my frantic posts today. I really appreciate your time and help, gjh42.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  7. #327
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    on

    www.nothingbutcostumes.com

    How can I make the space between each Category Header and the Sub Category Name smaller? I just want to close that gap a little.

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

    Default Re: Categories Dressing

    I'm not sure what has caused that gap for you - it doesn't exist in my fresh install test site. The line-height: 14px; setting you made for body{} in your main stylesheet is the cause of the background not quite filling behind the letters of your headings.

    Change/add this

    margin-bottom: -0.7em;
    line-height: 1.4em;

    to bring the headings more into line:
    Code:
    .catBoxHeading1 { 
        font-family: 'times new roman', serif;
        font-weight: bold;
        font-size: 1.2em;
        color: #335511; 
        background-color: #00ccff;
        /*background-image: url(../images/catheadbg1.gif); */ /*uncomment to use background image with or without coded text*/
        /*height: 23px; */ /*uncomment to use background image without coded text*/
        display: block;
        padding: 0.0em 0.0em;
        margin-top: 0px;
        margin-bottom: -0.7em;
        line-height: 1.4em;
        }
    Check in IE6 if you have it, as it may not correctly handle the negative margin-bottom even though it is valid CSS.

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

    Default Re: Categories Dressing

    Question: Did you perhaps uncomment the alternate
    $disp_block_head = '<br />';
    in tpl_categories.php?

    -Yes, you must have, as there is not supposed to be a <br /> after the headings in your view source output.

    That would cause an extra line break after headings, which is what it looks like you have.

  10. #330
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Ok yes I did... And your fix worked..

    Now to Tinker...

 

 

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