How to remove the menu title from homepage in Joomla? - joomla

I tried to look online for this but everything I found, gives instructions on how to remove the article title... and I don't want to remove the article title.
The website is http://dev.iguardsystem.it/
The article title is: Rilevazione Presenze - Controllo Accessi - iGuard which is fine, that I want to keep.
On top of that, it's shown the title of the home menu-item, which, in this case, is: Home.
How can I hide that?

I figured it out. Apparently the "Page heading" option, removes the Home menu-item title.

If you're referring to the text shown in the red border in the image below:
Then this is the Breadcrumbs module. You can disable it by going to :
Joomla backend >> Module Manager >> Find the Breadcrumbs module >> Unpublish

Click on the menu item > Under the "Menu Title" are a number of tabs. Click on the "Page Display" tab > Change "Browser Page Title" to the name you want.
Does this help?

Related

How to remove the "site name" from an article in Joomla 3

The name of my site appears in the title of all of my site's pages.
How can I hide the site name in one of my articles ("only one")?
You don't hide the name through the article itself, but by changing the setting for the menu item that opens the article.
So go to the backend, open the menu item and go to the Page settings (sorry, I'm not working with the English version of Joomla, so I don't know the exact name). The second option on that screen (show page title) must be set to No.

Joomla 3 Show Title issue. Hide page-header

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.
on the screenshot below Videos header that set as Show tile in menu item
on the screenshot below Videos header that set as Hide tile in menu item
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:
then I modify visibility options:
save and close - and then update the index page in browser, but nothing happen the header Home is still on the page (
The solution is next:
Click on the “Menus” menu and select “Main Menu”.
Click on the menu item that represents your home page (usually “Home” or something similar)
On the right side, click on “Page Display Options”
Set “Show Page Heading” to “No”
Click on “Save”
http://www.celticwolf.com/blog/2012/09/06/how-to-hide-the-page-heading-in-joomla-2-5/
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
in joomla 3.x it will be possible by combination of backend settings and source code change.
Login to your joomla control panel.
Go to Global\Articles and turn the "Show Title" and "Article info Title" to Hide.
Go to Global\Menus and turn the "Show Page Heading" to Hide.
Login to your host and go to your public html directory then go to "\templates**[your template]**\html\com_content\article" directory.
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.
You can disable the Page Heading in the Menu Item options as showed below in my screenshot:
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:
Then save and press the REBUILD button.
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.

Joomla page title (shown twice)

I'm having a problem with the title of my pages in Joomla 2.5.2.
For example, my site name would be: "The big PROJECT" and I set that the parameter "Include site name in page title" to "before".
On my menu items settings, in "Page Display Options", I set "Browser Page Title" to "Home". When I set it with an uppercase "H", the title displays like this:
"The big PROJECT - The big PROJECT - Home". If I set with a lowercase "h" ("home"), then the page title appears as "The big PROJECT - home" without showing two times the site name.
Is there something I missed? Why is the title displaying the site name twice when there's a capitalized menu title?
Thanks,
Jeremie
The problem was with the plugin used for the drop-down menu. I removed that plugin and tested with the normal menu, and everything was fine.
It really took me a while to figure out, as I was trying to tweak and tweak to make it work.
Hope that can help someone... Always test the plugins!
Jeremie

navigation module not showing on sub page in joomla

I tried adding some pages in joomla but the navigation on the left disappears when following the newly add link. Please have a look here and notice the left navigation bar not showing under the "Test Menu Item" (left bottom).
I have literally copied all parameters from another menu item (e.g. "MILIEU") but it doesnt seem to affect the behavior. In stead the "news archive" item is always listed in the left navigation area.
How to remove the news archive link and have the normal navigation shown?
Please help!
Joomla 1.5.25
Check the menu assignment of the module you want to show when a menu item is selected. Check this: http://www.byte.nl/cms/images/joomlatemplatecursus/jt15_5/menu-assignment.jpg

Joomla - Section Blog Layout - How to hide section title

I'm working on a site in Joomla. I have my main menu and from that i have created the home page as a "Section Blog Layout". I want to display article titles and hide the section title, currently i can only manage to show/hide the article title, I cannot remove the section title.
Any ideas?
Many thanks,
Steph
i was having the same problem as you. I was not able to find the answer anywhere because i was searching for "hide section title in blog layout". Turns out that it is actually considered the page title and not "section titled".
Anyways, to fix this you have to go to open up the editor for the menu where you posted this blog layout menu item. On the right had side of the page, where you see all the parameter setting, there should be a tab called "Parameters (system). There you have the option Show Page Tittle Yes or No, select No and you'll be set.
Hope this helped. This little problem was driving me nuts!
I can't remember if there is an option under the menu item for Section Blog layout. If not, can you do a simple template override and remove the heading?
If you're not sure how to proceed, let me know.

Resources