Skip to content

Site Footer

Anatomy

  1. Logo
  2. Main Footer Menu
  3. Contact Info
  4. Copyright
  5. Secondary Menu
  6. Complaints Link
  7. Social Links

Usage Guidelines

The below will showcase all features available in the CMS and what requires a developer to make code updates.

TUX Template URL: https://dev-tux-micro-template.edu.help/ TUX Template Header Settings: https://dev-tux-micro-template.edu.help/wp-admin/admin.php?page=theme-general-settings

WordPress

This component is automatically used as the footer on sites with the WES TUX Landing Pages plugin activated.

Various settings for the footer can be adjusted in Theme Settings → Footer.

Specifications

Properties

PropertyTypeDescriptionRequiredDefault
logoobject WordPress image object Yes-
└ idinteger WordPress image id --
footer_logo_sizestring applies modifier class to logo to adjust size

Allowed Values: "small", "medium", "large"
Nofalse
logo_linkobject if not provided will link to home page by default No-
└ urlstring - --
└ targetstring -

Allowed Values: "_blank", "_self", "_window"
--
footer_text_alignstring applies utility class to align contact info and menu on medium breakpoint and up

Allowed Values: "left", "center", "right"
Nofalse
footer_linksobject WordPress menu object No-
footer_utility_linksobject WordPress menu object No-
school_namestringNo-
school_contact_namestringNo-
school_phonestringNo-
school_address_1stringNo-
school_address_2stringNo-
school_emailstringNo-
student_complaints_linkstringNo-
student_complaints_copystringNo-
hide_sticky_ctabooleanNo-

Changelog

6.12.2 (2024-06-26)

  • fix: size logo with min-width instead of width (#602) (0ea472d)

6.12.1 (2024-06-12)

  • fix: change disclaimer content to reference Risepoint (#596) (424d5f6)

6.12.1 (2024-06-12)

  • fix: change disclaimer content to reference Risepoint (#596) (424d5f6)

6.6.0 (2024-01-24)

6.3.0 (2023-10-31)

  • fix: correctly show relevant sections based on content provided (#494) (6e57692)

2.3.0 (2022-12-13)

  • fix: only display phone link if phone is set (86b5e77)
  • feat: add logo size modifiers (7d9394c)

1.3.0 (2020-05-08)

  • fix: set alt text of logo based on site title (63ecd25)

1.2.5 (2020-04-29)

  • fix: check for custom RFI link in sticky CTA (7a707c7)

1.0.0

  • site-footer added

Contains

Other core components embedded within this template.

Examples

Default

{{ include( 'components/site-footer.twig', {
	class: "test"
} ) }}