function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Matty BMatty B 

Customer Community and Custom Header with Navigation

Hi all,
I've built a custom lightning header component for the Customer Community Template we are using. With the OOTB template (and when navigating from one screen to another via standard elements) I notice that the navigation loads up the body and not the full page (including re-loading the header). Right now I am using window.location within javascript on the Lightning buttons to open the page I want the user to navigate to. I don't think this is the best way to do it but can someone else provide some info on how the customer header can nicely render only the body portion of the Community on navigation from a custom lightning header and customer button?