Plugin to embed UCF University Header on top of Wordpress pages.
This plugin allow admin to easily add UCF University header to all UCF pages for a particular site.
Details on usage of the header and options available here: http://universityheader.ucf.edu/
Details for the UCF Header is availble here: https://github.com/UCF/UCF-Header
- Upload the plugin files (unzipped) to the
/wp-content/pluginsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the "Plugins" screen in WordPress
- Configure plugin settings from the WordPress admin under "Settings > UCF Header".
$ wp plugin install --activate https://github.com/UCF/WP-Header-Plugin/archive/master.zipSee WP-CLI Docs for more command options.- Configure plugin settings from the WordPress admin under "Settings > UCF Header"
Options for UCF Header is listed under "Settings".
The URL of the University Header script loaded on the front end. Most sites can leave this as-is; change it to load the header from another location, such as a staging server or the full-width version of the header. When left empty, https://universityheader.ucf.edu/bar/js/university-header.js is used.
Due to the way that some older versions of the Bootstrap CSS framework apply left- and right-hand padding to elements at screen sizes less than 768px wide, a style override is necessary for sites using these versions of Bootstrap if they utilize responsive styles.
A "use-1200-breakpoint" parameter can be added to display a wider version of the header.
- Added a UCF Header Base URL option for setting the location of the header script.
- Added logic to support WP 6.3+.
- Initial release
None