Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Posts
    87
    Plugin Contributions
    0

    Default Targeting and Removing Subcategory text

    Hello all,

    I’d like to target certain subcategories and remove the titles below the subcategory images. After searching through the forum, I did find a suggestion as how to remove the subcategory title/text. Edit includes/modules/category_row.php and change

    Code:
    $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
      'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . '</a>');
    to

    Code:
    $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
      'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br /></a>');
    However, how can I implement this while targeting specific subcategories within a category? For example, Category A has Subcategories 1, 2 and 3 with titles and images. But Category A, Subcategory 1, Subcategory a, b and c has just images.

    Can I accomplish this through my stylesheet?...or would I have to modify includes/modules/category_row.php further?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Targeting and Removing Subcategory text

    Wouldn't you have a much more consistent look if you didn't have text for any of the categories or sub-cats?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v150 Removing category and subcategory images from product pages
    By terry thompson in forum General Questions
    Replies: 1
    Last Post: 5 Jun 2012, 05:35 AM
  2. removing category, and subcategory image
    By keneso in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jan 2011, 05:06 PM
  3. Targeting Tagless Text? with stylesheet
    By Ambitions in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 May 2010, 01:55 PM
  4. Languages and Google Geo targeting
    By jami1955 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 May 2009, 03:31 PM
  5. Removing text and space
    By jlknauff in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jul 2008, 06:43 PM

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