DOCS

Organisation Card

PRO block. Displays a summary card for the organisation linked to the current action. Block ID: get-fund/organisation-card.

Organisation card example

Why use this

When a fundraising action is run on behalf of an organisation, visitors benefit from seeing that organisation’s identity, description, and overall fundraising track record alongside the individual action.

What it does

The block renders a card containing the organisation’s logo, name, description, website link, and aggregate statistics (total raised across all actions, total number of actions). Data is read from the organisation linked to the current action via _get_fund_organisation_id meta.

The Raised total sums the organisation’s top-level fundations using the same display total shown on the Fundation cards, so it includes campaign roll-ups (the individual fundraisers running under a campaign). Children joined to a campaign are counted once, through their parent, not twice.

The block supports Query Loop context, and is the lead element on the single organisation page.

Requirements

  • Active Fundations Pro license

How to use it

  1. Add the Organisation Card block to an action page template.
  2. Toggle which elements to display in the inspector.
  3. Adjust typography and colors for each element.

Settings and options

OptionTypeDefaultDescription
Show logobooleantrueDisplay the organisation logo
Show descriptionbooleantrueDisplay the organisation description
Show websitebooleantrueDisplay the organisation website link
Show statsbooleantrueDisplay raised total and action count
Card border radiusnumber12Card corner rounding
Title font sizenumber16Organisation name font size
Title font weightstring700Organisation name font weight
Title colorstringOrganisation name color
Description font sizenumber14Description font size
Description colorstringDescription text color
Website font sizenumber14Website link font size
Website colorstring#009aa6Website link color
Stat value font sizenumber18Statistic number font size
Stat value font weightstring700Statistic number font weight
Stat value colorstringStatistic number color
Stat label font sizenumber13Statistic label font size
Stat label colorstring#666666Statistic label color

What you can and cannot do

  • The block requires an organisation to be linked to the action via _get_fund_organisation_id. If no organisation is linked, the block renders nothing.
  • Organisation data is managed through the Fundations Pro admin, not through this block.

Troubleshooting

Block shows nothing: No organisation is linked to this action. Link one via the action’s admin edit screen (PRO meta box).