DOCS

Campaign Closed Notice

FREE block. Displays a styled notice banner on a campaign page. Block ID: get-fund/closed-notice.

Campaign closed notice example

Why use this

When a campaign ends, visitors arriving at the page should understand immediately that donations or new sign-ups are no longer being accepted. This block provides a visible banner for that purpose.

What it does

The block renders a notice banner with a configurable title and styling. It does not check the campaign status internally before rendering. It always outputs the notice HTML. Place it in your template where appropriate, using block visibility rules or conditional logic in your theme to control when it appears.

Note: the Campaign Action Button block does internally check campaign status and automatically shows a closed notice when the campaign is closed. The Campaign Closed Notice block is a standalone component for more flexible placement.

How to use it

  1. Add the Campaign Closed Notice block to your action page template.
  2. Customise the title text and colors in the inspector.
  3. Use block visibility conditions (available in page builders or via a visibility plugin) to show the block only when the campaign is closed.

Settings and options

OptionTypeDefaultDescription
TitlestringCampaign ClosedNotice heading text
Background colorstring#fff3cdNotice background color
Border colorstring#ffc107Notice border color
Text colorstring#856404Notice text color
Icon colorstring#856404Icon color

What you can and cannot do

  • The block always renders regardless of campaign status. You must control its visibility externally.
  • There is no body text field. The block renders only a title and icon.
  • The block does not expose an output filter.

Troubleshooting

Notice appears on open campaigns: The block renders unconditionally. Use block visibility conditions to hide it on active campaigns.