I have added menu widget as breadcrumb in orchard CMS. But when I open a blog post from home page the breadcrumb direction is home..How can I change the path that shows the correct direction?
ex:Home->fruit->apple
I solve this problem by installing the Alias Breadcrumb link module
Related
I am going nuts trying to figure out what is happening here.
I created a new page in a SharePoint site using the gear and clicking add page.
The page on the right is the home page for the site and in the red box is the edit and settings for the page.
On the left I have thee new page that I added to the site, and in yellow is the edit box for this page.
How do I make it so that the edit are for the new page works the same way as the right page? What am I doing wrong??
For anyone else that comes across this. If you use a "Site Page" you dont get the options. You need to use a different type of page ie "Wiki Page"
Can anyone please help me out in removing the footer navigation node from my page using hmc or impex? I am also looking for an appropriate source to know everything about WCMS so in case anyone knows about it then please help me out.
Thanks.
In HMC,
1.click on WCMS.
2.Select components.
3.Search for Footer.
4.Select staged version of footer component
5.we have an attribute called navigationNodes.Edit the navigation node and save.
Sree is correct. More specific, there could be property named "Visible", you can use it. More information, you can find here: Hybris Wiki
I created new Theme in Liferay and now I want remove all default css from Welcome Page of Liferay, but I want keep this default css in admin panel.
How can I do that?
Since you have created a new theme, please apply that new theme on the welcome page. The new theme should contain all the css classes with custom look and feel that you want.
For e.g., if the welcome page has the login portlet, then please update the css classes that are used in the login portlet and have your desired look and feel in the theme.
The admin panel will not have your theme, it has default control panel theme.
In SharePoint 2007 I can go to site settings -> Look and Feel -> Top Link Bar
to set the url for the image link on all sites/subsites to point to the site collection site (or wherever I want).
How do I do this in SharePoint 2010, I can't find the menu option Top Link Bar?
Thanks in advance.
Site Settings -> Look and Feel -> Title, description, and icon
That should control the top icon in a team site. What site template are you using?
UPDATE
Ah sorry you want the url to be changed. I dont think you can do that in the UI, but try accessing the page directly
_layouts/topnav.aspx
Go and edit your master page(in sharepoint designer or if it is place on your vs) which you can find sharepoinnt icon tag like this
<SharePoint:SiteLogoImage id="onetidHeadbnnr0"
LogoImageUrl="/_layouts/images/titlegraphic.gif" runat="server"/>
change the LogoImageUrl to you Url.
hope this helps
gavrielse
I think it's too late, but for all the others. Open the Masterpage with SharePoint Designer and change the NavigateUrl:
<SharePoint:SPLinkButton runat="server" NavigateUrl="~SiteCollection/" id="onetidProjectPropertyTitleGraphic">
I need help trying to customize the Breadcrumb navigation displayed by SharePoint. I have created two .aspx pages in the Pages Library named search.aspx and products.aspx. A link from search.aspx leads to the page products.aspx, and I want the breadcrumb navigation to reflect this structure so that the breadcrumb looks as follows:
Home > Search > Products
and where "Search" links to search.aspx.
However, when I navigate to the products.aspx page, the breadcrumb instead looks like:
Home > Products.
I’d think this would be something easy to do within SharePoint by configuring the site navigation structure, but from my research on the Internet people suggested disabling SharePoint breadcrumbs and creating a custom web part that creates these links and simulates the functionality. If not, others recommend creating a custom sitemap provider. These seem to be a lot of work just to achieve the functionality I described.
Looking in the masterpage, there is a breadcrumb placeholder with the following content, with which my pages inherit from:
Any help/advice would be greatly appreciated.
Thanks,
Ben
You can customize the asp:SiteMapPath control in the MasterPage, this other question has info on it