WP Manifestindependent plugin directory
manifest / themes / apsc-site-settings

APSC Site Settings

Additional Site Settings and Options for APSC Websites

by Rich Tape · github.com/ubc/apsc-site-settings · website

2stars
2forks

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/ubc/apsc-site-settings/archive/refs/heads/main.zip

Declares an update source (https://example.com/my-plugin/), so updates arrive through the plugin's own updater.

From the readme

APSC Site Settings This plugin adds several APSC-specific theme settings in a new 'APSC Options' tab in Appearance Theme Options. APSC Unit Selection A drop-down field allowing a site administrator to select which unit this site represents. By choosing an appropriate unit and saving the theme options this will automatically change the Colour Palette and Gradients that are available within the editor. This will also automatically adjust any unit-specific colours within block patterns to be the appropriate colour for the chosen unit. Default Value: APSC Use Open Sans Font A checkbox which, when selected, will load the Open Sans font from Google Fonts on the front-end of the site. Default Value: Unchecked (i.e. not loaded) Use Lora Font A checkbox which, when selected, will load the Lora font from Google Fonts on the front-end of the site. Default Value: Unchecked (i.e. not loaded) -- Note: If both the Open Sans and Lora font options are selected, then the URL is combined ensuring only one remote hit is made helping improve performance. Hide CLF Address Bar A checkbox which, when selected, will add a hide-clf-address-bar class to the body tag. Additionally some inline c

Read the full README on GitHub →