Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Remove Category Heading/Image from Main page

    Want a clean simple main page. Do not need Breadcrumbs (great!!) as
    well as the category heading?title? and image. Anyone know how to remove the category heading and image from displaying on the Main center page?

  2. #2
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Never mind - I found it the fix configuration - product info

  3. #3
    Join Date
    Aug 2007
    Location
    New York State & Cape Town
    Posts
    76
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Quote Originally Posted by Wildthing View Post
    Never mind - I found it the fix configuration - product info
    Please share with us what you did to solve your problem~

    Thanks

    Rich

  4. #4
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    19
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Please do as i would like to know how to do this aswell.

  5. #5
    Join Date
    Apr 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Its Configuration->Layout Settings->Categories - Always show on Main Page

  6. #6
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    I don't think any of these posts answer the question.
    Would anybody be kind enough to share the solution?

    i know this is an old post but figured, mind as well try.

  7. #7
    Join Date
    Apr 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Go to Admin-configuration-Layout Settings-
    click on Categories boxes that you want to turn off










    WWW.Walgifts.com

  8. #8
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Just wait until you have to try and remove the category titles from the category pages...

  9. #9
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Actually there is a way to remove the heading (modifying the PHP will not remove the heading) - replace the category titles with   - as long as the category IDs remain unique this should not cause any problems and will 'remove' the category heading...

  10. #10
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: Remove Category Heading/Image from Main page

    Actually there is a way to remove the heading (without modifying any PHP file) - replace the category titles with   - as long as the category IDs remain unique this should not cause any problems and will 'remove' the category heading...

    Careful modification of the includes -> templates -> template_default -> tpl_index_categories.php will also fix the problem - edit the the content after the indexCategoriesHeading entries:

    Code:
    <div class="centerColumn" id="indexCategories">
    <?php if ($show_welcome == true) { ?>
    <h1 id="indexCategoriesHeading"></h1>
    
    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php } ?>
    
    <!-- deprecated - to use - uncomment
    <?php if (TEXT_MAIN) { ?>
    <div id="" class="content"><?php echo TEXT_MAIN; ?></div>
    <?php } ?>-->
    
    <!-- deprecated - to use - uncomment
    <?php if (TEXT_INFORMATION) { ?>
    <div id="" class="content"><?php echo TEXT_INFORMATION; ?></div>
    <?php } ?>-->
    
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <div id="indexCategoriesMainContent" class="content"><?php
    /**
     * require the html_define for the index/categories page
     */
      include($define_page);
    ?></div>
    <?php } ?>
    
    <?php } else { ?>
    <h1 id="indexCategoriesHeading"></h1>
    <?php } ?>
    This shows the offending entries already removed, ie: to leave you with no category titles on the category pages.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. text from main page showing up on category description
    By signs in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Nov 2008, 09:42 PM
  2. Border Problem and Text under main page category image problem
    By bigc90210 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Feb 2007, 02:40 PM
  3. Main page open in category view
    By Ripper in forum Basic Configuration
    Replies: 2
    Last Post: 22 Jan 2007, 07:23 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
  •