Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    css problem Category name header removal, 1.3.9h

    Hi,
    I have tried and tried until my eyes hurt,

    when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??

  2. #2
    Join Date
    Jan 2009
    Location
    Ireland
    Posts
    434
    Plugin Contributions
    0

    Default Re: Category name header removal, 1.3.9h

    A link to your site would help us see what you mean

  3. #3
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category name header removal, 1.3.9h

    the link below will show you what i mean,

    http://tsithai.com/index.php?main_pa...6lgejjpap00su1

    you can see the header says "MMC Card" I wish to have this removed so its just the breadcrumb showing the title.

  4. #4
    Join Date
    Feb 2010
    Location
    New York
    Posts
    966
    Plugin Contributions
    3

    Default Re: Category name header removal, 1.3.9h

    when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??

    sheffij
    Those big letters are actually the products name, I am not familiar with your template but in most cases it can be MOVED or deleted from within this file

    includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    look for:
    <!--bof Product Name-->
    <h1 id="productName" class="productGeneral">MMC Card</h1>
    <!--eof Product Name-->

  5. #5
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category name header removal, 1.3.9h

    hi,
    Thanks for your reply, however this removed the product title and not the category title.

    any further clues please

  6. #6
    Join Date
    Jan 2009
    Location
    Ireland
    Posts
    434
    Plugin Contributions
    0

    Default Re: Category name header removal, 1.3.9h

    /templates/template_default/templates/tpl_index_product_list.php

    line 16

    found using the dev tool kit in admin >tools

  7. #7
    Join Date
    Feb 2009
    Location
    London
    Posts
    24
    Plugin Contributions
    0

    Default Re: Category name header removal, 1.3.9h

    Hah! Thank you so much! I've been having the same problem and couldn't find what file to edit.

    For newbies like me: you have to remove this whole line
    HTML Code:
    <h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>
    and make sure you save it in /includes/templates/YOUR TEMPLATE/templates

 

 

Similar Threads

  1. removal of the header and footer templates
    By creativemindmm in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Aug 2009, 12:51 AM
  2. Header Category Removal
    By plushoff in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Jan 2008, 10:17 PM
  3. Category breadcrumb removal
    By Webbo1969 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 25 Aug 2006, 11:21 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
  •