Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Category Image on Main - Remove Category Title

    I have the main page displaying the category image. However, under each image is the category title. I want to remove the title from the main page, and only display the image.

    Help appriciated.

    Janet

  2. #2
    Join Date
    Feb 2007
    Location
    New York
    Posts
    88
    Plugin Contributions
    0

    Default Re: Category Image on Main - Remove Category Title

    Hmm.. That is exactly what I wanted to find out here today..

    Does anybody have any idea how to do that??

    Thanks in advance.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Category Image on Main - Remove Category Title

    Peek in the module for category_row.php and see what happens if you take out the categories_name in an override file ...

    Of course, we all know to use override files, right?!
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Category Image on Main - Remove Category Title

    thanks - it took a bit of finding this answer, but it's exactly what i wanted :)

  5. #5
    Join Date
    Jan 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Category Image on Main - Remove Category Title

    Hi, I am trying to accomplish this and don't seem to be having any luck when trying to modify category_row.php. I'm not an expert in PHP, so I may just be making a silly mistake. Can anyone who had done this successfully post the code they changed in this file? Any help is much appreciated!
    Thanks in advance.

  6. #6
    Join Date
    Mar 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Category Image on Main - Remove Category Title

    I needed this done too and I found it!!

    In your
    /includes/templates/YOURTEMPLATE/common/tpl_box_default_left.php

    Wrap this around the <h3> code
    Code:
    <?php if($title!='') { ?>
    
    <h3 class="leftBoxHeading" id="<?php echo str_replace('_', '-', $box_id) . 'Heading'; ?>"><?php echo $title; ?></h3>
    
    <?php } ?>
    What this does, is if there's no title to show, don't add the <h3> code in at all!
    Works for me at least!

 

 

Similar Threads

  1. Category page questions, how do i remove the main cat image?
    By tcarden in forum Customization from the Admin
    Replies: 4
    Last Post: 12 Dec 2012, 04:20 AM
  2. Remove Category Heading/Image from Main page
    By Wildthing in forum Setting Up Categories, Products, Attributes
    Replies: 13
    Last Post: 23 Apr 2010, 01:12 AM
  3. Main page Category box display - break between Title & Image?
    By cjsmiff in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Feb 2010, 01:32 AM
  4. REMOVE Category Title from Category listing page
    By craigcclltd in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jul 2009, 11:29 AM
  5. Need to remove main category image
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Feb 2008, 06:46 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