Skip to main content

Remove a Subnav or Sidebar from a Backpage Component

Some componets, for example the Backpage component, have a sidebar that includes a subnav. You can disable either the subnav or the entire sidebar for these components.

For Pages That Use the Backpage Template

  • In the Pages tab, hover over the page that contains your component and click Properties.
  • Click on the Custom Data tab.
  • To remove the subnav, check the “If backpage, remove subnav” option.
  • To remove the sidebar, check the “If backpage, remove sidebar” option.
  • Click Save.

For Pages That Have a Backpage Component in a Slot

  • In the Pages tab, hover over the page that contains your component and click Properties.
  • Click on the Slots tab.
  • Click on the slot that contains your component.
  • To remove the subnav, check the Remove Backpage Subnav option.
  • To remove the sidebar, check the Remove Backpage Sidebar option.
  • Click Save.

When Including a Backpage Partial in a Template

Set the following parameter(s) when including your partial, like this:

{% render "components/wvu-backpage" removeSubnav: true, removeSidebar: true %}