navigation module not showing on sub page in joomla - 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

Related

Having different items in top and side menu

I am currently working with Magento 2.1.1 and have the Sebwite sidebar (https://github.com/Sebwite/magento2-category-sidebar) working along with the original Luma top menu.
The problem is that when I change the top menu's items, the sidebar will do the same. So, both seem to be configured as "root menu".
What I want to achieve is 2 menus containing different items.
I haven't been able to find the solution here or elsewhere on google. Hope anyone can help.
this extension shows categories and child's on the side bar. if you wand to show side bar menu and it is different from top menu, this extension is not useful for you.
you should use sidebar menu extensions

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.

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.

Dropdown menu in Joomla

Iam have some problems with a drop down menu. I have asigned a drop down menu to the menu item "test 1". But when iam on the default page it wont show the drop down menu, when i hover the item. It only works when click on the menu item "test 1".
I need the dropdown menu to be showed, no matter witch page you are watching.
Can some one help me? I guess it is a simple styling, but cant seem to figure it out.
You can see the website here
What module are you using for the menu system?
You may try using a different menu extension that the one being used currently.
It may be a CSS issue.

remove everything in sidebar but one menu

I am integrating blog(wordpress) into our magento site. I am at the point to update handler in the blog.xml file. I want to display in sidebar only the blog menu but not other menus that are by default in the right sidebar. I know i can remove the right sidebar all together but then there is not sidebar to attach my blog menu.
How to do this - add single menu and remove rest of the menues in the sidebar?
Thank you,
Margots
Hy,
you can use unsetChild to remove content from any bar you like, and append to add
any block you want.
See here how to use:
Magento Layout Files Reference
Or remove the complete sidebar and set your block you want to show in your sidebar with as="right"
in your layout update xml.
Z

Resources