how can I hide the category name text link that displays under the category image.
This is a discussion on hide the category name under the images within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; how can I hide the category name text link that displays under the category image....
how can I hide the category name text link that displays under the category image.
in index_nested.tpl.php
Replace:
with:Code:echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . CATEGORY_IMAGES_DIR . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "n";
Code:echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . CATEGORY_IMAGES_DIR . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a></td>' . "n";
do you know where to find this code? is it under index.php ... but tried to change the code here but it doesn't work
Hosting plans with installation, configuration, contributions, support and maintenance.
Bookmarks