summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Laury GvR [Wed, 2 May 2018 21:13:29 +0000 (17:13 -0400)]
Header restyle in small/med, footer links in menu
- Logo text now drops into tab-bar in medium/small view
- Header image & slideshow now have correct margin below top bar
on medium/small view
- Max size added to header image & slideshow
- Members only link added to OC if not logged in (otherwise show
OC members only section)
- Header text/logo area preserved into OC overlay
- New facebook items added for off-canvas (recolor)
- Footer items now derived from admin-set appearance>menu 'footer-
links'
- fixed top-margin on members only pages
- fixed messed up div tags in OC
Laury GvR [Mon, 30 Apr 2018 20:57:16 +0000 (16:57 -0400)]
Fixed the top navigation mainlevel counter.
It was not resetting when a new menu was called due to the nature
of the static variable being used to keep track of how many main
level items have been iterated ($mainLevelCounter)
The solution was another static var ($topbar_id_old) comparing the
old topbar id to the current topbar id (derived from $args), and if
they differ reset the mainlevel counter.
This avoids the problem where the mainlevelcounter starts counting
up in the Top Links, causing the Drop-left class to be improperly
applied (since that looks at $mainLevelCounter < 3 but by the time
it gets there, if a Top Links menu exists, it's already at 2 or 3)
Laury GvR [Mon, 30 Apr 2018 18:58:02 +0000 (14:58 -0400)]
GLMA & Package styles, OC members only
- GLM Associate package styles adjusted
- Added border radius to the top search form
- Off-canvas Members Only section styled
- Off-canvas waved sections changed so the Members Only wave
section only appears if the visitor is logged in. If not; a
differently colored wave appears.
Laury GvR [Mon, 30 Apr 2018 17:51:41 +0000 (13:51 -0400)]
Footer blog icon, drop cap, header fixed.
- Footer blog icon linked up to news page
- Drop cap added to first letter of first paragraph of content
- Header height was being applied to every header, not just main,
resulting in Blog headers to be oversized.
Laury GvR [Mon, 30 Apr 2018 16:55:50 +0000 (12:55 -0400)]
Fixed member title styles on Member list grid view
Laury GvR [Mon, 30 Apr 2018 16:50:07 +0000 (12:50 -0400)]
Removed custom GLMA views. Member list grid styles
- detail/list custom viewfiles are not being used, remnants from
base theme, and thus removed.
- Changed member list grid styles to be a little friendlier to
mobile viewports.
Laury GvR [Mon, 30 Apr 2018 13:30:44 +0000 (09:30 -0400)]
Stylesheet version bump
Laury GvR [Mon, 30 Apr 2018 13:24:30 +0000 (09:24 -0400)]
Members only styles applied
Laury GvR [Mon, 30 Apr 2018 13:05:06 +0000 (09:05 -0400)]
Removed list-styles on the slideshow item causing a top gap
Laury GvR [Fri, 27 Apr 2018 23:12:41 +0000 (19:12 -0400)]
Off-canvas, header, responsiveness
Off-canvas menu like discoverkalamazoo implemented
New wave styles, css-only
Top links added
Laury GvR [Fri, 27 Apr 2018 16:50:29 +0000 (12:50 -0400)]
Changed Regions to Destinations, fixed page ID for link
Laury GvR [Fri, 27 Apr 2018 16:38:16 +0000 (12:38 -0400)]
Blog icon in footer, dropdown map styles & code
- Blog icon added in footer.
- Dropdown map colors corrected.
- Dropdown map hover effects functional.
Laury GvR [Wed, 25 Apr 2018 21:23:23 +0000 (17:23 -0400)]
SVG code added. Nearly finished.
Laury GvR [Wed, 25 Apr 2018 15:41:00 +0000 (11:41 -0400)]
Change blog feed image size for frontpage feed
Laury GvR [Wed, 25 Apr 2018 15:32:41 +0000 (11:32 -0400)]
Styles and markup for frontpage blocks
Laury GvR [Wed, 25 Apr 2018 13:58:33 +0000 (09:58 -0400)]
Main navigation styles
Laury GvR [Fri, 20 Apr 2018 21:14:34 +0000 (17:14 -0400)]
Made frontpage content h1 white
Laury GvR [Fri, 20 Apr 2018 21:06:13 +0000 (17:06 -0400)]
Several nav colors, frontpage content section
Laury GvR [Fri, 20 Apr 2018 18:47:13 +0000 (14:47 -0400)]
Initial Commit