Style version bump and log notes for prev. commit
authorLaury GvR <laury@gaslightmedia.com>
Thu, 13 Jul 2017 21:20:26 +0000 (17:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 13 Jul 2017 21:20:26 +0000 (17:20 -0400)
commitb2587f439ab95ce7ab7befd469f6b60b0db4d809
tree48f78bc082022bfa4077a4736003c6d6801d3fc1
parentac913a68d331f85dac1c347d73c343046d398b00
Style version bump and log notes for prev. commit

- Changing the font settings across the site.
- Setting up/styling the blog.
- Default header image replaced
- Setting up blocks categories to allow for separate blocks for the
   members only section. Because the members only section has a
   different markup structure and we don't normally add blocks to it,
   some changes had to be made to the markup and the css.
- Adjusting the members only top bar to have a new "Members Home"
   link, as well as to show up not just on members-only pages but
   also on blog pages with the category "members-only". There was
   also some restructuring required to account for the Blog sidebar
   which is right-aligned (unlike the usual left-aligned members
   only bar) and which is attached to the header image preventing
   the normal placement of the top bar.
- Since the Blog pages are not "Member pages" as far as the member
   DB is concerned, it does not apply its front.css stylesheet.
   Therefore several styles had to be brought over into the theme
   stylesheet.
- Separating the blog posts based on whether they are part of the
   Members Only category. A check was needed for the members only
   top-bar which shows up only when one is on the Members Only
   category. (I still have to code this showing up when one is on a
   single blog post). A check was also needed for the sidebar; in
   the members only blog section only posts belonging to a certain
   category should be shown, while on the regular blog section only
   posts NOT belonging to that category should be shown.
- The blog category template is archive.php, which is also the
   archive template. Thus, additional code had to be added to ensure
   that archives still showed up correctly (as they are not
   categories and must be treated differently).
header.php