Page 1 of 2

Unable to hide parent title "Articles" in page heading

Posted: Thu Jul 21, 2011 11:08 pm
by ttillman
Please assist me with hiding the parent title "Articles" in my page titles/headings.

I have already set the parameters in both the menu items and the article itself to display "hide", but the top parent title, Articles, still appears on some pages.

Here's a sample link: http://www.lordisthere.com/index.php?op ... yer-center

Thanks for your help!

Re: Unable to hide parent title "Articles" in page heading

Posted: Thu Jul 21, 2011 11:29 pm
by hengsovann
In article set dispay to "hide"
In menu items:: Article Options :: Show title to "Use Article Settings".

Re: Unable to hide parent title "Articles" in page heading

Posted: Fri Jul 22, 2011 4:50 am
by ttillman
Thanks, however, that doesn't work for me. I'm using a module, not a menu, to link to the article.

Here's the home page:

http://www.lordisthere.com/

All of the 5 middle icons link properly (removes the "Article" title), except the praying hands. When a user clicks on the praying hands the "Article" title shows. I'm puzzled and have tried many various settings.

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Aug 03, 2011 2:41 pm
by ttillman
Still waiting. Perhaps someone can direct me elsewhere?

Thanks.

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Dec 21, 2011 7:08 pm
by bloque9
I also have the same problem! Hope this can be solved!

Re: Unable to hide parent title "Articles" in page heading

Posted: Sun Feb 19, 2012 12:07 pm
by saraheagle
I have flagged this problem in this post
http://forum.joomla.org/viewtopic.php?f=624&t=697131

To fix you need ftp into your files.
- Copy \components\com_content\views\article\tmpl\default.php
- And paste the file into \templates\**your template**\html\com_content\article
- Open it/download it to edit it and look for <?php if ($this->params->get('show_page_heading', 1)) : ?>
- Change the 1 to a 0 save and upload if necessary

Re: Unable to hide parent title "Articles" in page heading

Posted: Thu Feb 23, 2012 10:15 am
by btsw18
I also have the save problem but thank you saraheagle for your help. I solve it.

Re: Unable to hide parent title "Articles" in page heading

Posted: Thu Feb 23, 2012 5:45 pm
by louisjunwe
- Open it/download it to edit it and look for <?php if ($this->params->get('show_page_heading', 1)) : ?>
- Change the 1 to a 0 save and upload if necessary

It works, thank you saraheagle!

Re: Unable to hide parent title "Articles" in page heading

Posted: Fri Feb 24, 2012 12:47 pm
by louisjunwe
Looked ttillman's site, I think use module is better then use a menu, very smarter choice, I'm trying to do the same change.

Re: Unable to hide parent title "Articles" in page heading

Posted: Mon Feb 27, 2012 12:48 am
by moreta56
I have this problem, but I don't understand the instructions given to solve it. Can someone kindly explain them more fully to me?

"To fix you need ftp into your files.
- Copy \components\com_content\views\article\tmpl\default.php
- And paste the file into \templates\**your template**\html\com_content\article
- Open it/download it to edit it and look for <?php if ($this->params->get('show_page_heading', 1)) : ?>
- Change the 1 to a 0 save and upload if necessary"

Why do I need to ftp something and where to as I usually edit from the backend online. And where do I fined these things eg it says paste the file into ........ where do I find the file?

Thanks if you can help, although I successfully did websites in Joomla 1.6, now I'm using 1.7 and the parent titles are appearing. I can't find an easy way to fix this. And I don't understand this fix! I am about to do another page and don't want this to happen again. I tried a fix I found elsewhere to do with making a NoMenuArticles category but that didn't work.

Here is a link to show what is happening http://www.hamilton-field-naturalists-c ... icle&id=70
The other two pages look fine, no extra unwanted title!
I've posted in one or two forums but don't seem to get answers. This thread is very recent so I'm hoping for better luck.

Cheers
Chris

Re: Unable to hide parent title "Articles" in page heading

Posted: Mon Feb 27, 2012 8:53 am
by saraheagle
Unfortunately, you cannot fix this issue from the backend, you have to edit the code in the actual files themselves.

FTP stands for File Transfer Protocol and I recommend you use http://filezilla-project.org to transfer/edit files on the live server. You need to find out from your hosting company your login details to access them. The file paths like '\components\com_content\views\article\tmpl\default.php' show which file in which folder you need to change. You may need to first enter the 'public_html' folder or similar first.

However be very careful doing this as you sound like a novice at editing files :)

Re: Unable to hide parent title "Articles" in page heading

Posted: Sat Mar 31, 2012 1:42 am
by laurence008
This article saved my day.. Thank you so much.. Hope there is a lot of people like you to help us newbie here in Joomla.

Re: Unable to hide parent title "Articles" in page heading

Posted: Sat Mar 31, 2012 6:15 am
by dragonbytes56
I didn't use Sarah's method in the end as somehow I found that when I actually linked my article to a menu button/item the offending text disappeared! It was only there before the linking.
Maybe this will help someone else and thank you Sarah, I as going to give your advice a go and then the miracle happened :-)

Re: Unable to hide parent title "Articles" in page heading

Posted: Thu Apr 05, 2012 3:09 pm
by erickaps
ttillman wrote:Thanks, however, that doesn't work for me. I'm using a module, not a menu, to link to the article.

Here's the home page:

http://www.lordisthere.com/

All of the 5 middle icons link properly (removes the "Article" title), except the praying hands. When a user clicks on the praying hands the "Article" title shows. I'm puzzled and have tried many various settings.
Here's a solution that does not use a core hack, which should always be avoided if possible:

Create a 'Hidden Menu' (which is simply a menu that is not published) then add a menu item to this menu which links to the article. Save this then copy the url of this menu item (from the Link field in Edit Menu Item) and use this url for the link to the article in the module but add onto the end

Code: Select all

&Itemid=
and then the number of the hidden menu item you have created.

'Article' will now not be displayed above the article title.

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Apr 18, 2012 6:24 pm
by chrisjclay
Thanks erickas! I created a hidden menu item and tried copying the link, but "Articles" was still dislpaying... Then I found your tip re: adding the ItemID to the URL and it worked like a charm.

Chris

Re: Unable to hide parent title "Articles" in page heading

Posted: Tue Jun 05, 2012 1:57 am
by bwirth01
For those of you looking for the official patch for this issue for both 2.5.4 & 1.7.3 you can find it here:

http://joomlacode.org/gf/project/joomla ... m_id=27779

cheers,
Bianca

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Jun 06, 2012 4:47 am
by moreta56
Thank you for that Bianca :)

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Jun 13, 2012 1:20 pm
by naturefit
saraheagle wrote:I have flagged this problem in this post
http://forum.joomla.org/viewtopic.php?f=624&t=697131

To fix you need ftp into your files.
- Copy \components\com_content\views\article\tmpl\default.php
- And paste the file into \templates\**your template**\html\com_content\article
- Open it/download it to edit it and look for <?php if ($this->params->get('show_page_heading', 1)) : ?>
- Change the 1 to a 0 save and upload if necessary
This worked for me. Thank you so much! My article was showing category "articles" in bold at the top of my article which is not attached to either a menu item or module. What a relief to find a solution. Thanks again! :)

Re: Unable to hide parent title "Articles" in page heading

Posted: Sat Jun 16, 2012 10:07 pm
by merc911
OK of the 4 solutions that ive seen posted the best/easiest is this:

Go to : Extensions->Language Manager , then click on the Overrides tab, then select a language on the right e.g. ” English (UK) site ” and click on new and set the “Language Constant” to “JGLOBAL_ARTICLES” and leave the “text” field empty, and save&close. Do this for the remaining languages(if there are any) problem solved.

Re: Unable to hide parent title "Articles" in page heading

Posted: Tue Jun 19, 2012 7:52 am
by saraheagle
Good News,
You can now choose by default whether to show the Page Heading or not. Works on J 2.5.4.

Go to Menus > Menu Manager > Options button (top right) > Page Display Options and set set to No.

Big thanks to the Joomla team for implementing this :)

Re: Unable to hide parent title "Articles" in page heading

Posted: Wed Jul 11, 2012 7:04 pm
by sibony88
Finally something that works !!!!
thanks to merc911

Re: Unable to hide parent title "Articles" in page heading

Posted: Mon Aug 06, 2012 8:22 pm
by LukeDouglas
saraheagle wrote:Good News,
You can now choose by default whether to show the Page Heading or not. Works on J 2.5.4.

Go to Menus > Menu Manager > Options button (top right) > Page Display Options and set set to No.

Big thanks to the Joomla team for implementing this :)
This does not resolve the issue with this post which is the displaying of the 'Articles' title at the top of any page that is linked to from a module. You must use a 'hidden' menu and make your changes there. It works very well.

SOLVED: Unable to hide parent title "Articles" in page headi

Posted: Sat Dec 08, 2012 3:21 am
by dannycool
Sarah is correct about changing it from the backend. She said

Go to Menus > Menu Manager > Options button (top right) > Page Display Options and set set to No.

I had the same prob. Even though the Page Display Option was already yet to NO, you must still click on SAVE which triggers the option so that the ARTICLES title disappears.. So dont be fooled by the fact that Page Display Option was already yet to NO. Still click on save. And the ARTICLE title will disappear form the page in question. No need to hack joomla.

Re: SOLVED: Unable to hide parent title "Articles" in page h

Posted: Fri Jan 04, 2013 10:04 pm
by Dysier
Hmmm.. Press SAVE even though you did nothing.. There might be a life lesson here. Anyway, thanks. That fixed it.

~Dysier
dannycool wrote: I had the same prob. Even though the Page Display Option was already yet to NO, you must still click on SAVE which triggers the option so that the ARTICLES title disappears.. So dont be fooled by the fact that Page Display Option was already yet to NO. Still click on save. And the ARTICLE title will disappear form the page in question. No need to hack joomla.

Re: Unable to hide parent title "Articles" in page heading

Posted: Tue Feb 12, 2013 10:37 am
by Crjensen4

Re: Unable to hide parent title "Articles" in page heading

Posted: Fri Apr 26, 2013 7:38 pm
by zombie4eva
merc911 wrote:OK of the 4 solutions that ive seen posted the best/easiest is this:

Go to : Extensions->Language Manager , then click on the Overrides tab, then select a language on the right e.g. ” English (UK) site ” and click on new and set the “Language Constant” to “JGLOBAL_ARTICLES” and leave the “text” field empty, and save&close. Do this for the remaining languages(if there are any) problem solved.
None of the suggestions worked. Thanks merc911 I just saw your suggestion and I was about to quote the same. I found the same solution at http://askjoomla.com/3240/looking-to-re ... -h1-header

Cheers..

Re: SOLVED: Unable to hide parent title "Articles" in page h

Posted: Fri Jun 07, 2013 4:01 am
by jillianheinrich
dannycool wrote:Sarah is correct about changing it from the backend. She said

Go to Menus > Menu Manager > Options button (top right) > Page Display Options and set set to No.

I had the same prob. Even though the Page Display Option was already yet to NO, you must still click on SAVE which triggers the option so that the ARTICLES title disappears.. So dont be fooled by the fact that Page Display Option was already yet to NO. Still click on save. And the ARTICLE title will disappear form the page in question. No need to hack joomla.
Yep...I can confirm this also worked for me when I had the original problem in this thread, that is, linking to a page from a module.

Bizarre...!

Re: Unable to hide parent title "Articles" in page heading

Posted: Thu Dec 19, 2013 9:01 pm
by Shabab
A strange thing worked for me in Joomla 3.2.1. In Menu Manger option, " Show Page Heading" was set to "No" by default and page title was still showing. I set it to 'Yes', saved it once and then set to to 'No' back again and saved for the 2nd time. Walla! the page heading is gone.

Re: Unable to hide parent title "Articles" in page heading

Posted: Tue Jan 28, 2014 7:29 pm
by marianag
PLEASE HEEEEEEEEEEEEEEEELP! i was trying to hide the title of articles in the way you wrote..i coundn't find the exact words "Heading, 0 " (something like that) so i wrote my my self "0" i put a zero.... and now my page isn't working i can't see it helppppppppppp :( deleted the zero and nothing...... :'(

Re: Unable to hide parent title "Articles" in page heading

Posted: Tue Feb 04, 2014 10:14 am
by ADvanceref
Go to Menu > Menu Manager
Select Options.
Make sure Show Page Heading is set to No.
For Page Heading enter 1 space.
Save.