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
    106
    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
    106
    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
    106
    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. 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 side box from main page
    By thunder2010 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 16 Mar 2011, 09:35 AM
  3. Remove / Hide category link from category image on home page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 15 Mar 2010, 11:50 PM
  4. How to remove category links from main page?
    By GeorgeR in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2008, 05:30 AM
  5. Remove Category Links From Top of your main page
    By guitarslinger in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Jun 2006, 11:52 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR