5
votes

I turned Show Title option for articles to Hide in global settings. So it works for each my page good instead of home page. So the title is still appear, even if I switched it to hide in article that correspond to Home page content.

I suppose maybe something wrong with menu.

So I have next menu:

  • Home
  • Photos
  • Contacts

Each menu content single article, but only Home shows title...

I am using joomla 3

on the screenshot below Home header that I don't need.

enter image description here

on the screenshot below Videos header that set as Show tile in menu item enter image description here

on the screenshot below Videos header that set as Hide tile in menu item enter image description here

I am making the same for Home but it does not work the Home tile is still visible.

I tapped on menu items then on home items which is single article:

enter image description here

then I modify visibility options:

enter image description here

save and close - and then update the index page in browser, but nothing happen the header Home is still on the page (

5

5 Answers

15
votes

The solution is next:

  1. Click on the “Menus” menu and select “Main Menu”.
  2. Click on the menu item that represents your home page (usually “Home” or something similar)
  3. On the right side, click on “Page Display Options”
  4. Set “Show Page Heading” to “No”
  5. Click on “Save”

http://www.celticwolf.com/blog/2012/09/06/how-to-hide-the-page-heading-in-joomla-2-5/

2
votes

You have an option to show or hide the title of Articles and also Menus. Usualy is "Home" also the dafault "Frontpage" of the site, having the option to show the title.

Go to Menus -> Default "Home" Menu and under options you should have Show Title and hide it.

This should work, i tested it right now on my page to be sure.

Regards

0
votes

You can disable the Page Heading in the Menu Item options as showed below in my screenshot:

enter image description here

if this don't work, try to go to MENUS - MANAGE - (press the button OPTIONS to the right of the page)

In browser page title press one space , the set the second voice to NO:

enter image description here

Then save and press the REBUILD button.

0
votes

This happens when you have a multi language site. The "Show Page Heading" option inside the languages home menu doesn´t works at all in this case. It is overrided by the Main Menu home options (that one without any languages assigned to it, that is mandatory in Joomla).

So if you change the "Show Page Heading" option inside the Main Menu home options, it will work.

Bizarre. But, it´s the way that Joomla 3 works.

0
votes

in joomla 3.x it will be possible by combination of backend settings and source code change.

  1. Login to your joomla control panel.

  2. Go to Global\Articles and turn the "Show Title" and "Article info Title" to Hide.

  3. Go to Global\Menus and turn the "Show Page Heading" to Hide.

  4. Login to your host and go to your public html directory then go to "\templates**[your template]**\html\com_content\article" directory.

  5. open default.php in editor and find php if $this->params->get('show_page_heading', 1) : and change the 1 to 0 then save it.

I suggest you to backup default.php file before any changes.