Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Removing Category name from Product Listing

    I need to remove the category name from the product listings.

    This is how it appears now:



    where it says symplastics up there..that's a subcategory of mudflaps. I'm using images as my category titles, so that's why it looks like a button, but I need to remove this category name from that location. Anyone know where to start???

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Try this:
    Admin > Configuration > Product Listing > Display Product Name
    Set to 0

    Mark,

  3. #3
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Quote Originally Posted by haredo View Post
    Try this:
    Admin > Configuration > Product Listing > Display Product Name
    Set to 0

    Mark,
    That makes all the Product Names disappear. I'm looking to have that Category Name disappear.

    I'm fairly certain there is no switch in the admin panel for this, as I've hunted for it for an hour.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Sorry I misunderstood you.

    Try this:
    stylesheet.css

    Add the following:

    #categoryIcon {
    display:none;
    }

    Mark,

  5. #5
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Thanks for the reply, but still no cigar.

    I can't believe how elusive this is being..

    I even looked up where that style tag is being applied using the Devolopers Tool Kit. I found, what seemed to be, where this was being triggered. I even went as far as erasing that entire <div>. Nothing.


    Any other suggestions?

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    No need to mess with your core files to fix your delima...
    I duplicated your procedure with firefox browser.
    Worked perfect!!

    includes/ templates/ override template > css > stylesheet.css

    Add the following below to the stylesheet.css

    #categoryIcon {
    display:none
    }

    Mark,

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Sorry just waking up:

    h3.itemTitle {
    display:none;
    }

    Mark,

  8. #8
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    Yep, you were right, I was just about to post that I found the little bugger. I actually deleted the entire <h1> tag from tpl_index_product_list.php

    this was the line I needed to get rid of:

    <h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>

    I'm going to try your way though, just in case I want to turn it back on, i don't have to hunt it down again..since I'm bound to forget where this was in about 10 seconds.

    Thanks for your help !!

  9. #9
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    ahh, and yes, you were right.. just added a

    display:none;

    to my h1 style.

  10. #10
    Join Date
    Apr 2007
    Location
    Charlotte, NC
    Posts
    24
    Plugin Contributions
    0

    Default Re: Removing Category name from Product Listing

    One more thing I noticed.

    When setting the display: none; tag for h1 when the New Products centerbox is displayed upon entering my store it cut off about half of the centerbox header. So I ended up just deleted that line:

    <h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>


    display's fine now.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Removing little arrows from category listing
    By davisz in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 3 May 2011, 06:23 PM
  2. Removing redundant category from product listing?
    By yelow in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 4 Nov 2008, 07:31 PM
  3. Removing product name from the index listing?
    By credible in forum General Questions
    Replies: 14
    Last Post: 29 Nov 2007, 04:38 PM
  4. Removing category name from info areas
    By valtx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Dec 2006, 07:23 PM
  5. removing category name from navbar/header
    By sonicparke in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jul 2006, 11:01 PM

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