Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    help question Moving Category pictures links to top of pages

    I saw a reply on this subject from 2005, tried it and it didn't work. Was able to move the categories up on the tpl_index_categories.php. Category buttons did appear at the top of the main page but the main text appeared at the bottom of one of the category pages actually a subcategory page.

    I just need the categories at the top of the page on the main page. Inside pages is optional, but having the main page text appear on the subcategories pages is not acceptable.

    Does anyone know how to do this?

    Thanks

    C

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Moving Category pictures links to top of pages

    What exactly was the suggestion that didn't work for you? A picture of what you want would help, as well as possibly seeing the current page you want to change.

  3. #3
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Default Re: Moving Category pictures links to top of pages

    http://www.jollyhoppers.com/cart/ I would like the 3 categories to appear at the top of the page above Jolly Hoppers Bouncing Center.

    This worked on the index.php page. Unfortunately it put an instance of the front page text on the Private Parties May Availability page. What did I do wrong to cause this problem.

    Re: Move category images above text on index.php
    /includes/templates/YOURTEMPLATE/templates/tpl_index_categories.php
    Code:
    <?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 } ?>
    move down below this:
    Code:
    <!-- BOF: Display grid of available sub-categories, if any -->
    <?php
    if (PRODUCT_LIST_CATEGORY_ROW_STATUS == 0) {
    // do nothing
    } else {
    // display subcategories
    /**
    * require the code to display the sub-categories-grid, if any exist
    */
    require($template->get_template_dir('tpl_modules_category_row.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_row.php');
    }
    ?>
    <!-- EOF: Display grid of available sub-categories -->

 

 

Similar Threads

  1. Mobile friendly & Adding links to pictures in EZ Pages
    By salib in forum General Questions
    Replies: 5
    Last Post: 22 Apr 2010, 02:11 AM
  2. Moving information and other links nearer top of page / header
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2009, 01:49 PM
  3. Replies: 3
    Last Post: 27 Jan 2008, 02:20 AM
  4. Moving the Product Listing Top Links
    By MCanes in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jun 2007, 12:51 PM
  5. Changing top menu links to pictures/buttons
    By ericny in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Jan 2007, 07:10 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