Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2008
    Location
    san diego, ca
    Posts
    30
    Plugin Contributions
    0

    Default Remove dash in front of Categories

    This is probably a simple problem and sorry for the noob question but how do you remove the dash in front of the category names? I have been trying for a couple of days searching this site trying to find out how to do this. I have also tried the Config Layout Settings with no success.

    Thanks!

  2. #2
    Join Date
    Oct 2006
    Posts
    625
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    You are seeing the dash as it is a part of the Rustic Template you are using.
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  3. #3
    Join Date
    Oct 2006
    Posts
    625
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    The dash image is defined in the following code of the /includes/templates/rustic/sideboxes/tpl_categories.php file and cannot be altered from the Config Layout settings.

    PHP Code:
    $pointer zen_image(DIR_WS_TEMPLATE_IMAGES 'bc_cat_no_sub.gif'); 
    To prevent the image from displaying, you can change the code to
    PHP Code:
    $pointer ''
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  4. #4
    Join Date
    Sep 2008
    Location
    san diego, ca
    Posts
    30
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    Thank you so much Goh!!! That works!

    Now I noticed that since I have so many categories that the category box lines doesn't complete the box - it goes up only 3/5ths of the way. How can I get the lines to complete the category box?

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    889
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    It's because it is a background image, and the amount of categories you have extend beyond the image:

    Code:
    #categoriesContent {stylesheet.css (line 373)
    background-image:url(../images/cb_content.gif);
    background-position:center bottom;
    background-repeat:no-repeat;
    font-weight:bold;
    padding:0.4em 0.4em 10px;
    }
    You would need to open the image in a graphics program and modify it so it could be longer (basically clone a section onto the top end of it)
    HunnyBee Design - ZC 1.3.9h ~ Digiscrap Forum
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  6. #6
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    889
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    I modified the image for you and uploaded it to my site, save this image (right-click the link and save target as) and replace the one your images directory with this and you should be good to go :)

    http://www.havendesignz.com/cb_content.gif
    HunnyBee Design - ZC 1.3.9h ~ Digiscrap Forum
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  7. #7
    Join Date
    Sep 2008
    Location
    san diego, ca
    Posts
    30
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    Thank you so much christon26!! That is awesome!

    You have a really nice site!!

  8. #8
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    889
    Plugin Contributions
    0

    Default Re: Remove dash in front of Categories

    You're welcome, and thanx! I am continually tweaking it just a lil more LOL
    HunnyBee Design - ZC 1.3.9h ~ Digiscrap Forum
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Remove categories from front page
    By bswinnerton in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Aug 2008, 03:49 PM
  2. Remove 'Starting At...' in Front Of Price
    By kwilsonjr in forum Basic Configuration
    Replies: 5
    Last Post: 13 Oct 2007, 02:10 PM
  3. Name must not start with a dot(.) or dash (-) ?
    By marshall in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 3 Jul 2007, 04:28 AM
  4. How to remove something from front
    By sitesandtours in forum General Questions
    Replies: 0
    Last Post: 27 Nov 2006, 12:40 AM

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
  •