Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Moving category titles (main body)

    Is there a way to move the category title links in my center column to ABOVE the image, so they can be more visible? http://www.musecards.com/store/index.php?main_page=

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

    Default Re: Moving category titles (main body)

    Hi,

    Based on your site this response might be too late, but since I actually know the answer, here goes:

    Make an override of includes/modules/category_row.php so you don't touch the original.

    Then on line 39 swap around the image and the text on either side of the <br/>. It should look like this:

    PHP Code:
     $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' ' ' 'style="width:' $col_width '%;"',
    'text' => '<a href="' zen_href_link(FILENAME_DEFAULT$cPath_new) . '">' $categories->fields['categories_name'] . '<br />' zen_image(DIR_WS_IMAGES $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT) . '</a>'); 
    Now your labels will appear on top of the pictures.

    Possum.

 

 

Similar Threads

  1. Remove category titles on main page
    By Ken Joy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Dec 2010, 03:20 PM
  2. Remove category titles on main page
    By Ken Joy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Dec 2010, 03:25 AM
  3. Moving Category sidebar outside of main wrapper
    By jill8026 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Jul 2009, 11:02 PM
  4. change color of sub-category link in main body
    By nwsp in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 May 2007, 01:44 AM
  5. Static body for resizing (How to keep the body from sliding and moving when resizing)
    By bjmhistory in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 26 Jan 2007, 12:28 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