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
MitchellbMitchellb 

Custom link in narrow component not updating wide component in home page

After adding a custom link to container in the Home Narrow Component and selecting "Display with side bar and hear" I still have the VF page only when I select the custom link - no header and side bar. I am just trying to populate the Home Wide Compenent with the VF page. 

izayizay

You can add  the showHeader and sidebar attributes ti the vfpage like this: <apex:page ...  showHeader="true"  sidebar="true" />

 

Hope this helps!