Page 193 of 227 FirstFirst ... 93143183191192193194195203 ... LastLast
Results 1,921 to 1,930 of 2267
  1. #1921
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    As I see you have already realized, the heading was tied to the 2011 category (id 249), and you needed to change the CAT_BOX_HEADING_249 define to refer to the 2012 category (id 287): CAT_BOX_HEADING_287.

  2. #1922
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Categories Dressing help needed please.
    I have a few things I would like help with please on my site http://towerhousedolls.co.uk/demo/.
    1/ Would like to remove the pink 'Sales!'
    2/ Remove 'Buy Now'
    3/ Remove line between Ballerina Toy Dolls & Undressed Toy Dolls
    4/ Ditto the line further down under Toy Furniture
    5/ Have 'Whats New!' & 'Deluxe Toy Dolls' (at top) in line with all other categories in list (at the moment they are in the middle of the column)
    6/ Have 'New Products' & 'All Products' (at bottom) in line with all other categories in list (at the moment they are in the middle of the column)
    I have hunted the stylesheet_categories_dressing.css and categories_dressing_defines.php and read the Read Me file but Im lost.
    Would be so grateful for any help
    I have Web Developer but dont know how to use it

  3. #1923
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by Pookiehair View Post
    Categories Dressing help needed please.
    I have a few things I would like help with please on my site http://towerhousedolls.co.uk/demo/.
    1/ Would like to remove the pink 'Sales!'
    2/ Remove 'Buy Now'
    3/ Remove line between Ballerina Toy Dolls & Undressed Toy Dolls
    4/ Ditto the line further down under Toy Furniture
    5/ Have 'Whats New!' & 'Deluxe Toy Dolls' (at top) in line with all other categories in list (at the moment they are in the middle of the column)
    6/ Have 'New Products' & 'All Products' (at bottom) in line with all other categories in list (at the moment they are in the middle of the column)
    I have hunted the stylesheet_categories_dressing.css and categories_dressing_defines.php and read the Read Me file but Im lost.
    Would be so grateful for any help
    I have Web Developer but dont know how to use it
    Adding this to your stylesheet seems to take care of most of your issues but Glen might have a cleaner way of doing it:

    .noLi { display:none; }

  4. #1924
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Thanks for your speedy reply Totally Zenned.
    Will give that a try

    Please could you advise me which stylesheet to add it to? And where exactly?

  5. #1925
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by Pookiehair View Post
    Thanks for your speedy reply Totally Zenned.
    Will give that a try

    Please could you advise me which stylesheet to add it to? And where exactly?
    If you add all of this to your stylesheet then it should fix the alignment too. It doesn't matter which stylesheet or where you add it but it's best to paste it into /includes/templates/CUSTOM/css/stylesheet_categories_dressing.css

    .noLi {
    display:none;
    }

    #catGroup45 {
    left: -21px;
    position: relative;
    top: 8px;
    }

    .catLinks {
    left: -21px;
    position: relative;
    }

  6. #1926
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Sorted! Absolutely brilliant limelites
    Thank you so much.
    I would never have figured that one out.
    I am so happy now & feel like Im actually getting somewhere

  7. #1927
    Join Date
    Oct 2011
    Posts
    68
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hello,

    Will this mod work with the latest 1.5 RC1?

    Thx

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

    Default Re: Categories Dressing

    Many of the items you wanted to change are best done by commenting out defines for CAT_BOX_HEADING_whatever. Add // in front of each define and check the result; this will completely remove the demo headings instead of just hiding them. I can give more details if you need them when I get back to my home computer.


    Categories Dressing will work with v1.5.0, last I checked. I will be releasing an updated version soon, and making this official.

  9. #1929
    Join Date
    May 2010
    Location
    UK
    Posts
    85
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    Many of the items you wanted to change are best done by commenting out defines for CAT_BOX_HEADING_whatever. Add // in front of each define and check the result; this will completely remove the demo headings instead of just hiding them. I can give more details if you need them when I get back to my home computer.
    I would love to know how to do it this way Black Belt to completely remove them. More details would be appretiated

    If I do it this way should I remove the following?

    .noLi {
    display:none;
    }

    #catGroup45 {
    left: -21px;
    position: relative;
    top: 8px;
    }

    .catLinks {
    left: -21px;
    position: relative;
    }

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

    Default Re: Categories Dressing

    The essential detail is to start with the first define('CAT_BOX_HEADING_whatever... and add // in front of it, like
    PHP Code:
    //define('CAT_BOX_HEADING_whatever... 
    Then upload and see what difference it makes. You do need to have those new style rules disabled to see the effect of these edits.

 

 

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