-
AuthorPosts
-
August 17, 2011 at 5:00 am #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
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 17, 2011 at 5:09 am #406638Does it show up on every category page?
August 18, 2011 at 3:03 am #406806Yes, 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).
August 22, 2011 at 11:07 pm #407762I could really use some help with this…I’m sure the solution is simple, I just can’t find it.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
August 22, 2011 at 11:12 pm #407763Hi,
Did you use QuickStart for this? (So i can check and answer you back)
Regards
Manos
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 23, 2011 at 5:42 am #407814To remove “Subcategories” on About Us page. You remove this code from componentscom_contactviewscategorytmpldefault.php
<h3><?php echo JText::_('JGLOBAL_SUBCATEGORIES') ; ?></h3>
August 23, 2011 at 4:24 pm #407946Nope, 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!
August 23, 2011 at 4:35 pm #407950yes, i used the quickstart.
August 30, 2011 at 12:55 am #409514I 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 30, 2011 at 5:26 am #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 folderkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 30, 2011 at 5:28 am #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?AuthorPostsViewing 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
removing or changing subcategory titles
Viewing 11 posts - 1 through 11 (of 11 total)