UCF FS Footer
Adds a standard UCF F&S footer to UCF F&S sites.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ucf/fs-footer-plugin/archive/refs/heads/main.zipDeclares an update source (UCF/FS-Footer-Plugin), so updates arrive through the plugin's own updater.
From the readme
UCF Footer Plugin #
Provides styles and functionality for displaying a consistent branded footer bar for UCF sites.
Installation ##
Manual Installation ###
1. Upload the plugin files (unzipped) to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress
3. Configure plugin settings from the WordPress admin under "Settings UCF Footer".
WP CLI Installation ###
1. $ wp plugin install --activate https://github.com/UCF/UCF-Footer-Plugin/archive/master.zip. See WP-CLI Docs for more command options.
2. Configure plugin settings from the WordPress admin under "Settings UCF Footer".
Installation Requirements ###
Ensure your activated theme calls wpfooter() immediately before the template's closing tag. wpfooter() should not be called from within any element with an explicit or max width (the UCF footer should span the full width of the page.)
The current activated theme must enqueue the Athena Framework, and/or a Cloud.Typography CSS Key that corresponds to a font project with Gotham ScreenSmart Regular enabled. This plugin does not provide any custom webfonts.
Chang