Page 195 of 227 FirstFirst ... 95145185193194195196197205 ... LastLast
Results 1,941 to 1,950 of 2267
  1. #1941
    Join Date
    Oct 2011
    Posts
    68
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Gjh42, will you be releasing the new version anytime soon?

    Thx

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

    Default Re: Categories Dressing

    I hope so! There are only a couple of minor things to finish testing, and I have to make sure the readme is up to date with everything. I hope I can make time for it in the next week or so. There will be very little functionally different from the advance copy attached to this thread some time back (post 1542).

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

    Default Re: Categories Dressing

    Hi Glen. How's things!? I'm on to pick your briain on a new category I'll be adding to our site soon. I've added it in a test site at:

    http://www.silkblooms.co.uk/wholesale/

    You'll see from the above URL that I've added a new main category called "Artificial Home Flowers". The idea is to open out a full new set of sub categories, similar to the wedding flowers above. However, it looks quite bad and blends in with the wedding flowers too readily. So, I'm going to make it look like this instead:




    Much better, but I'm in two minds how to tackle it. OK, so the Wedding Flowers is easy enough to place in teh top chcategoriesHeading. I just need to edit a file and change the text. It's the other one that'll pose the challenge.

    I'd imagine that creating a new side box would be the wrong way to go as it'd too much of a task to add the new category tree to it. So, I'm betting there's a way to replace that catBoxDivider1 line with a .jpg or .png file instead? I'd lose the Google ranking on the key phrase if I make a graphic header for the category but I think it's the easy way to go here.

    Any ideas or suggestions for me?

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

    Default Re: Categories Dressing

    You can add a heading to the Artificial Home Flowers category, specifying a style class tag that is only used for that heading, like
    PHP Code:
    define ('CAT_BOX_HEADING_354','1|0|||Homewear Flowers|5');//new list - text heading - style 5 
    Then a rule like
    Code:
    .catBoxHeading5 { 
        font-weight: bold;
        font-size: 1.4em;
        color: #335511; 
        background: #ff66ff url(../buttons/english/catheadbg5.gif) no-repeat;
        }
    where catheadbg5.gif has the desired background image.

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

    Default Re: Categories Dressing

    Thanks Glen, definitely works apart from one little thing:

    http://www.silkblooms.co.uk/wholesale/

    Can't seem to move the text down, vertically, into the centre of the header bar like the other categories. This is the CSS I've used:

    .catBoxHeading5 {
    background: url("../images/button-bg5.png") no-repeat scroll;
    color: #000000;
    font-family: trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    padding-left: 30px;
    position: relative;
    right: 18px;
    width: 160px;
    }

  6. #1946
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Strike that, I got it:

    .catBoxHeading5 {
    background: url("../images/button-bg5.png") no-repeat scroll;
    color: #000000;
    font-family: trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    padding-left: 49px;
    padding-top: 12px;
    position: relative;
    right: 18px;
    width: 160px;
    }

    Thank you Glen. A genius mod!!

  7. #1947
    Join Date
    Feb 2011
    Location
    Washington, D.C.
    Posts
    80
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi Glen

    Thanks for creating this mod. I'm currently using Get Em Fast's CSS Flyout menu and am working on a new template. I'd like to use your mod but am having some trouble. While I'm able to create groups in my categories, I need to manipulate the categories to the correct group.

    For example:
    I have group called "Toys". In the group, I'd like to move several categories like For Men, For Women, For Couple etc. These categories exist but I'm not sure how to bring them in the box. These are top categories with sub categories within them.

    I can't include an link as I'm working on my local host. Any help would be appreciated.
    http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.

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

    Default Re: Categories Dressing

    First, give your top categories sort orders to put them in the order you desire. Then create groups starting with the first category you want for each group, by giving it a 'CAT_BOX_HEADING_xx' define, specifying to start a new group as described in the readme. You can give this a heading or not as desired.

    If you need more help, you can post a "view source" of the sidebox output code which will tell me what categories you have and what you have set up.

  9. #1949
    Join Date
    Feb 2011
    Location
    Washington, D.C.
    Posts
    80
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    First, give your top categories sort orders to put them in the order you desire. Then create groups starting with the first category you want for each group, by giving it a 'CAT_BOX_HEADING_xx' define, specifying to start a new group as described in the readme. You can give this a heading or not as desired.

    If you need more help, you can post a "view source" of the sidebox output code which will tell me what categories you have and what you have set up.
    Thank you. I will try this when I get home tonight and report back.
    http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.

  10. #1950
    Join Date
    Feb 2011
    Location
    Washington, D.C.
    Posts
    80
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Glen - I changed the sort order from admin and don't see a different result. I'm running a search right now to see how to change the cPath. If I can do that, then I think I'll be heading in the right direction. I'll report further in a bit.
    http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.

 

 

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