I am developing intranet on sharepoint 2019 on premises and Header, Footer, Navigation option missing in Modern Communication Site its only themes.
Any help to enable this manual ?
I am developing intranet on sharepoint 2019 on premises and Header, Footer, Navigation option missing in Modern Communication Site its only themes.
Any help to enable this manual ?
Hi @CaseyYangMSFT-4714
Neither SharePoint Server Publishing Infrastructure feature nor SharePoint Server Publishing feature are not activated.
To use Navigation you have to activate SharePoint Server Publishing Infrastructure feature and SharePoint Server Publishing feature.
You could find Header, Footer, Navigation in Settings > Change the look
And you could use the following PowerShell code to control the footer existence with a FooterEnabled property in the Web object.
Connect-PnPOnline -Url "<SiteURL>" –Credentials (Get-Credential)
Set-PnPFooter -Enabled:$false
For Reference: Overview of the SharePoint Site Footer
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
It is sharepoint 209 on premises the first part is not it is not there on this Settings > Change the look.
Change look only goes to themes only.
Thank you
Please check whether you actived SharePoint Server Publishing Infrastructure feature and SharePoint Server Publishing feature.
Managed to make it work after enabling the publishing feature
I also have SharePoint 2019 on-premise but I only see themes option even after enabling publishing feature, I cannot see header, footer options. How did you get them in on-prem? Could you explain
7 people are following this question.