I use Orchard CMS. I want to add breadcrumb in my blog post page. How can I add breadcrumb.I add menu widget but it shows all the menus.
When you add a menu widget, there is a checkbox 'Display as breadcrumb'.
Just check it and the menu will be displayed as a breadcrumb.
Related
I have a Liferay portal set up for site1.com, I'd like to have a navigation menu for site1.com, and a different menu for any pages under site1.com/mypage.
Bare minimum, would be that all pages under site1.com index the whole site, but all pages under site1.com/mypage only index pages under site1.com/mypage
I've experimented with configuring the Navigation Menu, but I can't seem to get the menu I want on site1.com/mypage, without destroying the menu at site1.com.
My thought is that I should replicate the navigation menu item, call it Navigation Menu-MyPage, and include that at the top of all the site1.com/mypage pages. Is that something that can be done?
I'm new to liferay and not sure where on the file system the Navigation Menu resides (maybe just in the DB?) or how I can copy/rename it.
Or are Application Display Templates the way to go?
Navigation Menu is a built-in portlet that is included on every page by the theme. As you largely specify "Certain Pages", the criteria for your pages could be the use of a common theme: You can build a theme that simply embeds a different Navigation Menu, one that you create by yourself, on each page. Then select this theme for the site you want to use the modified version on.
By Default in Orchard CMS, navigation bar is aligned to left as shown in picture on the below link. Is this possible to aligned to top or change its navigation theme to something else?
http://tinypic.com/r/t7zsls/8
Yes it is possible to change the layout of the admin menu. To do this you will need to modify Layout.cshtml and Menu.cshtml to your liking.
From your screenshot it looks like you are using the default TheAdmin theme so that is where you could locate these views.
I have a few modules assigned only for Home page but by some reason they all showing on search page. I don't need any modules showing on search page - how to disable it?
You likely need to make a menu item for the search page. Without a menu item, many pages will revert to the homepage link as the active menu item, which will cause this to happen.
If you haven't already, make a hidden menu for your site and then add the menu item for the search results page to that menu. This way it doesn't affect your main menu.
So first go Menus -> Menu Manager -> Add New Menu. Give it a name basically. (I usually call mine "Hidden".) Then go into that menu and add a menu item like normal for the Search Result type.
I am using Liferay 6.1.1 CE.
By default, menu bar in SO is placed as a side bar vertically,that we can add pages.
But i need another menu bar in top of the page horizontally,that i can add pages.
How can i add this to the SO?
You may have to work on theme. You can set it in navigation.vm
I am using Orchard CMS 1.4 with the Advanced Menu 1.4.1 module. When I enable the module and create a new menu and menu items, I do not see the menu displayed on my site. Also, I do not see a way to choose which menu is displayed if I create more than one menu. Where in the settings can I choose which menu is displayed? Thanks!
You have to add a Menu Widget to some zone (eg. the Navigation zone) in order to display a menu. When adding that widget you can choose which menu it should display.