test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • finetoons Friend
    #167506

    Hi,

    Sorry to bother you – I submitted this question on the forum, but no solutions, so I am submitting it directly to the Staff.

    I am using JA Business. The word “Subcategories” shows up as a title on category pages. I have looked all over, but can’t figure out how to either hide or change this word.

    Attached is a sample. You can also see the problem here: http://maryknoll-laymissioners.org/maryknoll-laymissioners/index.php/our-organization

    Any advice on how to change this would be appreciated.

    Thanks


    1. subcat
    TomC Moderator
    #406638

    Does it show up on every category page?

    finetoons Friend
    #406806

    Yes, I believe it appears on every category page that has subcategories. Here’s an example:

    Go to maryknolllaymissioners.org and click “What We Do” in the main navigation menu. It displays the category title, and then titles/articles that fall within that category. (there are no subcategories in this section)

    But if you click on a menu item that -does- have subcategories, the title “subcategories” displays (e.g., click on “About Us” in the very top menu).

    finetoons Friend
    #407762

    I could really use some help with this…I’m sure the solution is simple, I just can’t find it.

    Manos Moderator
    #407763

    Hi,

    Did you use QuickStart for this? (So i can check and answer you back)

    Regards

    Manos

    khoand Friend
    #407814

    To remove “Subcategories” on About Us page. You remove this code from componentscom_contactviewscategorytmpldefault.php

    <h3><?php echo JText::_('JGLOBAL_SUBCATEGORIES') ; ?></h3>

    finetoons Friend
    #407946

    Nope, didn’t work. I removed the string in several views within com_contact and com_content.

    I’m really just looking for a way to change the WORD…it’s gotta be there somewhere!

    finetoons Friend
    #407950

    yes, i used the quickstart.

    debbie703 Friend
    #409514

    I was able to remove the text SUBCATEGORIES by removing

    <h3><?php echo JText::_(‘JGLOBAL_SUBCATEGORIES’) ; ?></h3>

    templates/ja_portfolio/html/com_content/category/blog.php

    khoand Friend
    #409556

    <em>@finetoons 261889 wrote:</em><blockquote>yes, i used the quickstart.</blockquote>
    You try remove this code from /templates/ja_business/html/com_content/category/blog.php


    <h1 class="componentheading">

    <?php if ( $this->params->get('show_page_heading')!=0) : ?>
    <?php echo $this->escape($this->params->get('page_heading')); ?>
    <?php endif; ?>
    <?php if ($this->params->get('show_category_title')) :?>

    <?php echo '<span class="subheading-category">'.$this->category->title.'</span>'; ?>
    <?php endif; ?>

    </h1>
    <?php endif; ?>

    – Delete all of files of /cache and /t3-assets folder

    khoand Friend
    #409557

    <em>@debbie703 263806 wrote:</em><blockquote>I was able to remove the text SUBCATEGORIES by removing

    <h3><?php echo JText::_(‘JGLOBAL_SUBCATEGORIES’) ; ?></h3>

    templates/ja_portfolio/html/com_content/category/blog.php</blockquote>
    Thanks for your post your solution. But I can’t find down the code from templates/ja_portfolio/html/com_content/category/blog.php. What version of joomla do you use?

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 5 voices, and was last updated by  khoand 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum