Page 19 of 227 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 2267
  1. #181
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    And you see /includes/templates/12volt/sideboxes/tpl_categories.php and /includes/templates/12volt/css/stylesheet_categories_dressing.css in your test store?

  2. #182
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Glenn,
    I really want to say thank you for your time and help on this.
    I figured out what the problem is.

    My test store is semi broken. It seems as though anything I click on takes me to the original live store.

    I installed this mod on the live store for just a few moments to verify that it works. It Does!

    Thanks again,
    John

  3. #183
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I do have another question for you Glenn.

    What is your best advice for using this mod with lots and lots of categories?

    If the images are only 25px the site will go on for miles and that's only cat tops.

    Thanks
    John

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

    Default Re: Categories Dressing

    The standard advice for information display is to have no more than 5 to 7 or so items in any one group, so they are easily comprehensible. With such a large total number of categories, instant legibility is critical.

    Rather than making each category name an image, you might do best to use the heading function to break the list down into related groups of categories, or otherwise provide "anchor points" at intervals in the list so the customer's eyes don't slide around so much but are able to focus on chunks of navigation information. The divider function may also be useful.

    The range of products in your site is such that it may be a challenge to make rational groupings, but that's where I would start working.

  5. #185
    Join Date
    Mar 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi, I've installed categories dressing mod and for me it's great! But when I use a wide screen in the categories I can see a lines in different colour in cream in the end of each category button and subcategory as well.
    Have any idea on how to solve this?
    Thank you for reading my terrible english!

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

    Default Re: Categories Dressing

    Can you give a link to see the problem?

  7. #187
    Join Date
    Dec 2007
    Location
    Atlanta, Georgia
    Posts
    26
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I have looked and overlooked but can't find how to remove (hide) the category test from the sidebox when no image is available. I put the categories in question in a center table as images with links to make the main page look more uniform. I want to be able to hide the text from the right sidebox.

    Well-Grounded Kids

    Thanks in advance for your advice.

    tin
    Hanging in there like a hair in a biscuit.

    www.groundedwear.com

  8. #188
    Join Date
    Dec 2007
    Location
    Atlanta, Georgia
    Posts
    26
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by Tinman0650 View Post
    how to remove (hide) the category test from the sidebox when no image is available.
    tin
    Sorry, the word test should have been TEXT.

    Thanks,
    tin
    Hanging in there like a hair in a biscuit.

    www.groundedwear.com

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

    Default Re: Categories Dressing

    Find this near the top of your tpl_categories.php:
    PHP Code:
        $current_path str_replace("cPath=","",$box_categories_array[$i]['path']);
        if (
    zen_get_product_types_to_category($box_categories_array[$i]['path']) == or ($box_categories_array[$i]['top'] != 'true' and SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS != 1)) {
          
    // skip if this is for the document box (==3) 
        
    } else { 
    and add

    $current_path == 15 or $current_path == 16 or

    to get:
    PHP Code:
        $current_path str_replace("cPath=","",$box_categories_array[$i]['path']);
        if (
    $current_path == 15 or $current_path == 16 or zen_get_product_types_to_category($box_categories_array[$i]['path']) == or ($box_categories_array[$i]['top'] != 'true' and SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS != 1)) {
          
    // skip if this is for the document box (==3) 
        
    } else { 
    This will skip those categories in the sidebox output.

    You may need to add a bit of code to hide subcategories of those top cats. If this is the case, one thing that may work correctly is to use (int)$current_path in place of $current_path.
    If that does not do the right job, there is another method thai I know will work.
    Last edited by gjh42; 5 Mar 2008 at 08:17 PM.

  10. #190
    Join Date
    Dec 2007
    Location
    Atlanta, Georgia
    Posts
    26
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Glenn you are a giant and a genius. It worked perfectly! I have been racking my tiny brain for a couple days over this. Your categories dressing contrib is the best.

    Thank you,

    tin
    Hanging in there like a hair in a biscuit.

    www.groundedwear.com

 

 

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