Joomla 3 Show Title issue. Hide page-header - joomla

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.

Related

How Change Title tags on joomla browser title

I have cloned a website into a different domain and I am trying to change the browser title that shows up in the website tab. I have changed the page display Browser Page Title on the home page module(which was blank), I have changed the page title, its still showing the same title that was on the old website. Where can I go into the code and change the title tags myself? which file changes this?
If the page you are concerned about is also linked to a menu item, from the back end go to
Menus > Your Menu > Your Menu Item
Then open the Page Display tab and check the entry for Browser Page Title
If this still doesn't solve your problem, check that the page title isn't coming from an SEO extension like sh404SEF
Good luck

show my joomla component to homepage

i have default home menu item in main menu which point to a default article.
I want to show my component (i.e com_mywelcomecomponent) into home page of my website.
If try to change the link of menu item to "external link" which point to my component, joomla show me an error
Save failed with the following error: The home menu item must be a
component.
how can i do this?
There is absolutely no issue why you cannot make your component as the home component. Login to administrator and then click on main menu. You will find a default menu item which is starred.
Click on that menu and when you go to that menu details just select your component as the default component.
When you open your site next time you will find your component on frontpage.
In Joomla, Home Menu cannot be an External Link.
You can still have your component linked to Home page, by selecting the Menu Type which will have your component listed in there and select the appropriate view and Save the Menu.
One easy option would be the Components Anywhere extension: https://www.regularlabs.com/extensions/componentsanywhere

Creating link to hidden menus changes siteappearence in Joomla

I followed this tutorial to create some hidden aritcles with a hidden menue assigned to them http://docs.joomla.org/How_to_control_m ... _menu_item
If you go on this site http://fonag.org.ec/inicio/el-agua.html you will see a picture. Clicking on the paw in the picture (bottom left) is supposed to result so show a new picture, with the same appearence of the site. But clicking on the link, the site changes completly. The top images goes away as well as the menu on the left.
I assigned the same modules which are assigned to "El agua" to the hidden menue as you can see on this screenshot
http://s12.postimg.org/oydbyj7vh/module_Manager.png
In fact, both menus have the same modules assigned as you can see here
Hidden Menu
http://s12.postimg.org/9bm2l5u3h/hidden_Menu.png
El Agua
http://s12.postimg.org/lc7ilw1i5/el_Agua.png
Why is it not displaying? Working on Joomla 2.5 here.
Solved it.
AS you can see in the screenshot the Menu Item is not published.
In order to work properly, it needs to be published.
Do not assign any moduls to the Menu (but to the menu item). That way, the menu stays hidden while with the assignment of the modules to the menuitem position and appereance can be controled.
Hope that will help someone in the future.

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

Article as homepage without menu connected

Is that possible to make a single article as homepage, but not connected with any menu item?
I'm using Joomla 1.7
No that is NOT technically possible - Joomla is menu driven.
But you could create a Menu Item (of type Article -> Single Article View) set it to be the default item (so it is your home page) and set the main menu module to not be shown on that page (if that is what you are trying to achieve).
The other option - is to create a new menu - for example called 'hidden'. Add your new menu item to this menu, and don't even have a module for this menu.
One or other of these options should do what you need.
In the article list, there is a flag that can be activated that says "Home Page".
That makes the article to be shown in the content area of your home page... just that.

Resources