The Agent base introduced a slightly updated design for the footer, and the differences are fairly subtle. We should make this just the standard footer across all theme bases. Aside from design, the most notable difference is that the social media icons can be outputted.
Look at styles for /agent/base.css and merge into /theme.css.
Add footer options to re-usable function jumpstart_get_base_options() (created in #342).
Incorporate some of the background options that other bases do.
Standardize Layout > Contact section in theme options API, currently only added by the Agent base. This involves:
Creating a new option section, Layout > Contact.
Moving the social_media option from Layout > Header to this new section.
Adding checkbox options for whether to include contact icons in side panel and footer.
Add a new checkbox (not currently in Agent base) for adding icons to the website header. Maybe this could be implemented into the header toolbar for agent base. And this option will need to be accounted for everywhere Super User, Executive, and Entrepreneur bases out social icons in header.
The Agent base introduced a slightly updated design for the footer, and the differences are fairly subtle. We should make this just the standard footer across all theme bases. Aside from design, the most notable difference is that the social media icons can be outputted.
jumpstart_get_base_options()
(created in #342).social_media
option from Layout > Header to this new section.