WP-Themes/michigantrailmaps.git
7 years agoCorrected the order of the 'next page' and 'previous page' links on the member list...
Laury GvR [Fri, 9 Jun 2017 14:36:27 +0000 (10:36 -0400)]
Corrected the order of the 'next page' and 'previous page' links on the member list page.

7 years agoStyle version bump to bust cache
Laury GvR [Fri, 9 Jun 2017 13:31:19 +0000 (09:31 -0400)]
Style version bump to bust cache

7 years agoRemoving the woocommerce placeholder images
Laury GvR [Fri, 9 Jun 2017 13:24:13 +0000 (09:24 -0400)]
Removing the woocommerce placeholder images

Some products are not assigned a featured image and then show a
placeholder image. This image has now been commented out.

7 years agoadding conditionals to restrict the smarty post array to not include certain values
Anthony Talarico [Fri, 2 Jun 2017 19:00:13 +0000 (15:00 -0400)]
adding conditionals to restrict the smarty post array to not include certain values

needed to check to make sure that values were empty in the members list page search results
before filtering them out of the results

7 years agofixing the search terms in the list page after a search is submitted
Anthony Talarico [Fri, 2 Jun 2017 18:30:21 +0000 (14:30 -0400)]
fixing the search terms in the list page after a search is submitted

using an array provided by a filter to get access to the categories needed to match the post
data id to the category name for search term display

7 years agoremoving the terms output after a search due to incorrect category names
Anthony Talarico [Thu, 1 Jun 2017 14:14:18 +0000 (10:14 -0400)]
removing the terms output after a search due to incorrect category names

for some reason the categories array is not populating correctly to match the post data with
the name of the category from the array, removing for now

7 years agoadding search term list from post array to member list template in theme
Anthony Talarico [Thu, 1 Jun 2017 13:31:45 +0000 (09:31 -0400)]
adding search term list from post array to member list template in theme

fixed the display bugs for the search terms being displayed on the member list template in the theme
this will output beneath the breadcrumbs on the trail list page after a search is performed

7 years agoundoing previous changes to test bugs in the header search results
Anthony Talarico [Thu, 1 Jun 2017 13:00:16 +0000 (09:00 -0400)]
undoing previous changes to test bugs in the header search results

commenting out the trail list search query terms due to it breaking the results page

7 years agoadding search terms to the trail list page after search submission
Anthony Talarico [Thu, 1 Jun 2017 12:40:46 +0000 (08:40 -0400)]
adding search terms to the trail list page after search submission

using the smarty request array with another array provided by a filter on the member list
page in the theme to display the searched terms for the user to keep track of

7 years agoremoving print r statement from members list view template file
Anthony Talarico [Wed, 31 May 2017 14:24:18 +0000 (10:24 -0400)]
removing print r statement from members list view template file

7 years agofixing regions list filter input id selector in smarty
Anthony Talarico [Wed, 31 May 2017 14:20:05 +0000 (10:20 -0400)]
fixing regions list filter input id selector in smarty

the id for the regions dropdown in member list wasn't using the correct array
index to get the id, fixed it

7 years agoretaining search terms in the header search input and the member list filter input
Anthony Talarico [Wed, 31 May 2017 13:54:57 +0000 (09:54 -0400)]
retaining search terms in the header search input and the member list filter input

the header search and member list filter inputs did not retain the search terms after submission, adding
this to the search template files using wp filters

7 years agoremoving ajax loader animation
Anthony Talarico [Tue, 30 May 2017 14:02:08 +0000 (10:02 -0400)]
removing ajax loader animation

replacing the header search loading animation with loading text in the dropdown markup. changing the
off canvas mark up to not use the same classes as the header search

7 years agoFixing the related product display on the product detail
Laury GvR [Fri, 26 May 2017 21:12:51 +0000 (17:12 -0400)]
Fixing the related product display on the product detail

7 years agoThumbnail size change for the dropdown
Laury GvR [Fri, 26 May 2017 20:41:08 +0000 (16:41 -0400)]
Thumbnail size change for the dropdown

7 years agoChange thumbnail dimensions for the Books & Guides dropdown
Laury GvR [Fri, 26 May 2017 20:12:22 +0000 (16:12 -0400)]
Change thumbnail dimensions for the Books & Guides dropdown

7 years agoAdding a featured product to the Books & Guides dropdown
Laury GvR [Fri, 26 May 2017 19:58:20 +0000 (15:58 -0400)]
Adding a featured product to the Books & Guides dropdown

7 years agoMaking the alpha links full width, and removed a test print_r when searching by county
Laury GvR [Fri, 26 May 2017 13:50:39 +0000 (09:50 -0400)]
Making the alpha links full width, and removed a test print_r when searching by county

7 years agoPlacing the 'Members Found' text next to the filters button on member list view
Laury GvR [Thu, 25 May 2017 20:58:47 +0000 (16:58 -0400)]
Placing the 'Members Found' text next to the filters button on member list view

7 years agoAdd category prefix to the trail detail related product titles
Laury GvR [Thu, 25 May 2017 20:40:00 +0000 (16:40 -0400)]
Add category prefix to the trail detail related product titles

7 years agoAdding some padding to Products and increasing shop category width to 100%
Laury GvR [Thu, 25 May 2017 19:31:26 +0000 (15:31 -0400)]
Adding some padding to Products and increasing shop category width to 100%

7 years agoWooCommerce style changes (quickbar, shop page)
Laury GvR [Thu, 25 May 2017 19:27:28 +0000 (15:27 -0400)]
WooCommerce style changes (quickbar, shop page)

- removed the shop sidebar
- removed the Ordering dropdown
- reduced some padding on the sides of the shop
- made the strikethrough for Sale prices red, and made the saleprice red, and removed the underline
- added the My Account button to the header and the shop quickbar
- tried 5 products per row - images become too small
- product price color is actually already #494139 (brown/dark-brown)
- products per page increased to 60 (from 16)
- got rid of an error on product detail pages
- shop now displays Categories and Products hierarchically

7 years agoResized the shop quickbar and its internal components
Laury GvR [Thu, 25 May 2017 14:51:58 +0000 (10:51 -0400)]
Resized the shop quickbar and its internal components

7 years agoRemoved test output above Add to cart
Laury GvR [Tue, 23 May 2017 13:54:57 +0000 (09:54 -0400)]
Removed test output above Add to cart

7 years agoSame as last commit, also replaced woocommerce_get_shop_id with wc_get_page_id as...
Laury GvR [Tue, 23 May 2017 13:49:36 +0000 (09:49 -0400)]
Same as last commit, also replaced woocommerce_get_shop_id with wc_get_page_id as per WooCommerce recommendations

7 years agoExclude products in the 'downloads' (PDF Downloads) category from the shop display
Laury GvR [Tue, 23 May 2017 13:13:14 +0000 (09:13 -0400)]
Exclude products in the 'downloads' (PDF Downloads) category from the shop display

7 years agoIncreased products per page on the shop to 12 (from 10) for a better layout
Laury GvR [Thu, 18 May 2017 13:09:13 +0000 (09:09 -0400)]
Increased products per page on the shop to 12 (from 10) for a better layout

7 years agoOnly expand photos on PC view (1000px+)
Laury GvR [Wed, 17 May 2017 21:18:21 +0000 (17:18 -0400)]
Only expand photos on PC view (1000px+)

7 years agoGave a max-width to images on member detail pages, they were blowing up on small...
Laury GvR [Wed, 17 May 2017 21:15:41 +0000 (17:15 -0400)]
Gave a max-width to images on member detail pages, they were blowing up on small view

7 years agoBuy map link given a better ID to jump to on page load
Laury GvR [Wed, 17 May 2017 21:12:23 +0000 (17:12 -0400)]
Buy map link given a better ID to jump to on page load

7 years agoBuy Map button link updated to include expanded images and new ID for shop section
Laury GvR [Wed, 17 May 2017 21:12:07 +0000 (17:12 -0400)]
Buy Map button link updated to include expanded images and new ID for shop section

7 years agoAny product category with slug Downloads won't show in the shop sidebar
Laury GvR [Wed, 17 May 2017 21:07:27 +0000 (17:07 -0400)]
Any product category with slug Downloads won't show in the shop sidebar

7 years agoFixed the has-trail-product filter which was returning false too liberally, resulting...
Laury GvR [Wed, 17 May 2017 20:57:45 +0000 (16:57 -0400)]
Fixed the has-trail-product filter which was returning false too liberally, resulting in the Buy Map button not to display on most products

7 years agoPosts_per_page also added to the has-trail-product filter
Laury GvR [Wed, 17 May 2017 20:09:45 +0000 (16:09 -0400)]
Posts_per_page also added to the has-trail-product filter

7 years agoFixed Buy Map buttons and Related Products links
Laury GvR [Wed, 17 May 2017 19:45:53 +0000 (15:45 -0400)]
Fixed Buy Map buttons and Related Products links

- The buy map buttons on the member list page were using a function
that was not adapted for use with the new Custom Fields plugin.
- Photos section in member detail page moved above the description.
- Related product links were navigating to the slug, not the url.

8 years ago... made sure the get_trail_links filter iterates through more than the default 5...
Laury GvR [Fri, 5 May 2017 19:15:56 +0000 (15:15 -0400)]
... made sure the get_trail_links filter iterates through more than the default 5 posts when it does a get_posts to get all the products

8 years agoMore thorough check of whether the Longitude text exists on the trail detail page
Laury GvR [Fri, 5 May 2017 18:01:06 +0000 (14:01 -0400)]
More thorough check of whether the Longitude text exists on the trail detail page

8 years agoRetrieval of member IDs for getting trail product links changed to suit the Advanced...
Laury GvR [Fri, 5 May 2017 17:36:46 +0000 (13:36 -0400)]
Retrieval of member IDs for getting trail product links changed to suit the Advanced Custom Fields plugin

8 years agoAdjusted the filter call for Trails Reviewed count in the header, to give a value...
Laury GvR [Fri, 5 May 2017 17:07:17 +0000 (13:07 -0400)]
Adjusted the filter call for Trails Reviewed count in the header, to give a value to check against

8 years agoAdded the custom field 'Trails Reviewed' counter filter to the header
Laury GvR [Fri, 5 May 2017 17:03:51 +0000 (13:03 -0400)]
Added the custom field 'Trails Reviewed' counter filter to the header

8 years agoRelated products are now separately included on the trail detail pages, under the...
Laury GvR [Fri, 5 May 2017 15:53:35 +0000 (11:53 -0400)]
Related products are now separately included on the trail detail pages, under the downloadable map.

8 years agoMember title underline changed to brown on member list pages
Laury GvR [Fri, 5 May 2017 15:50:59 +0000 (11:50 -0400)]
Member title underline changed to brown on member list pages

8 years agoWooC products page items now wrap responsively and responsibly
Laury GvR [Fri, 5 May 2017 13:52:26 +0000 (09:52 -0400)]
WooC products page items now wrap responsively and responsibly

8 years agoSale price strikethrough for woocommerce related products is too strong. Changed...
Laury GvR [Fri, 5 May 2017 13:45:25 +0000 (09:45 -0400)]
Sale price strikethrough for woocommerce related products is too strong. Changed to black strikethrough

8 years agoPrevious commit was too widely applied.
Laury GvR [Fri, 5 May 2017 13:43:53 +0000 (09:43 -0400)]
Previous commit was too widely applied.

8 years agoSale price strikethrough on woocommece shop has been made red
Laury GvR [Fri, 5 May 2017 13:42:46 +0000 (09:42 -0400)]
Sale price strikethrough on woocommece shop has been made red

8 years agoWoocommerce shop page titles reduced in size
Laury GvR [Fri, 5 May 2017 13:36:40 +0000 (09:36 -0400)]
Woocommerce shop page titles reduced in size

8 years agoadding button styles to right off canvas menu
Anthony Talarico [Fri, 5 May 2017 12:34:27 +0000 (08:34 -0400)]
adding button styles to right off canvas menu

making the off canvas search buttons resemble the add to cart buttons on the other pages to keep
the styles uniform

8 years agoadding trail search form for the right off canvas
Anthony Talarico [Fri, 5 May 2017 12:30:15 +0000 (08:30 -0400)]
adding trail search form for the right off canvas

separated the searh form into partials so it could be used in the right
off canvas menu. changed ids to classes and added styles to right oc search
menu

8 years agoadding ajax loader to the location search
Anthony Talarico [Thu, 4 May 2017 17:36:36 +0000 (13:36 -0400)]
adding ajax loader to the location search

adding ajax loader animation to the location search section when a region or county is selected

8 years agoadding ajax loader animation, fixing default search results to reset the
Anthony Talarico [Thu, 4 May 2017 17:29:31 +0000 (13:29 -0400)]
adding ajax loader animation, fixing default search results to reset the
search dropdowns if the 'default' search option is selected

getting all categories for destinations, activities and parks if the
default dropdown is selected, adding ajax animation for loading lag

8 years agotesting ajax loader and grey out of header search
Anthony Talarico [Thu, 4 May 2017 16:50:38 +0000 (12:50 -0400)]
testing ajax loader and grey out of header search

testing the before and complete functions of the ajax search in the header to prevent the user
from seeing the options load in front of them

8 years agoMap and Dirs button on Trail detail page turned dark brown instead of red
Laury GvR [Thu, 4 May 2017 16:23:14 +0000 (12:23 -0400)]
Map and Dirs button on Trail detail page turned dark brown instead of red

8 years agoswapping the next and previous pagination links for the list template
Anthony Talarico [Wed, 3 May 2017 16:14:09 +0000 (12:14 -0400)]
swapping the next and previous pagination links for the list template

after merging the new list view style changes, needed to swap the placement of the pagination
next and previous buttons

8 years agofixing list view template file syntax error
Anthony Talarico [Wed, 3 May 2017 16:13:04 +0000 (12:13 -0400)]
fixing list view template file syntax error

correcting the mark up for the pagination anchor tags to fix incorrect display issues

8 years agoadding pagination to search results
Anthony Talarico [Wed, 3 May 2017 16:11:14 +0000 (12:11 -0400)]
adding pagination to search results

adding the query params filter to the functions file and adding the filter to the list page
to apply the query params in the search fields for pagination

8 years agoFilters button on member list was overlapping Map button on small view.
Laury GvR [Wed, 3 May 2017 16:02:20 +0000 (12:02 -0400)]
Filters button on member list was overlapping Map button on small view.

8 years agoAdded extra custom fields to the member detail page, improved padding and styles...
Laury GvR [Wed, 3 May 2017 14:56:43 +0000 (10:56 -0400)]
Added extra custom fields to the member detail page, improved padding and styles as per our last meeting

8 years agotesting of search widget ajax function without any sql still proves to be slow, indic...
Anthony Talarico [Tue, 2 May 2017 13:32:49 +0000 (09:32 -0400)]
testing of search widget ajax function without any sql still proves to be slow, indicating that it is
probably a network issue in combination with the slow ajax front end

removed the test code and replaced the original sql queries in ajax-search.php

8 years agoadding static array in the ajax header search php file to test the speed of the ajax...
Anthony Talarico [Tue, 2 May 2017 13:24:25 +0000 (09:24 -0400)]
adding static array in the ajax header search php file to test the speed of the ajax queries

removing the sql queries temporarily and adding a static array to test the speed issues of the
ajax header search functions when selecting categories

8 years agoremoving test js code from the header ajax search functions
Anthony Talarico [Tue, 2 May 2017 13:07:27 +0000 (09:07 -0400)]
removing test js code from the header ajax search functions

resetting the original javascript and ajax search functionality after
testing.

8 years agoremoving unecessary code from the ajax-search queries and testing the
Anthony Talarico [Mon, 1 May 2017 20:09:45 +0000 (16:09 -0400)]
removing unecessary code from the ajax-search queries and testing the
ajax speed by removing the js code

trying to figure out of the ajax calls are slow because of the network or
the pending js operations that are done during the success functions

8 years agoadding test complete function for the ajax calls to test speed in the search widget
Anthony Talarico [Mon, 1 May 2017 19:38:36 +0000 (15:38 -0400)]
adding test complete function for the ajax calls to test speed in the search widget

added complete function in the ajax calls for the header search to test ajax speed

8 years agoadding styles to the header search widget
Anthony Talarico [Mon, 1 May 2017 19:28:59 +0000 (15:28 -0400)]
adding styles to the header search widget

changing bg color the dropdown options, moving the text search form up next to the others
making the titles bold

8 years agoChanging some styles on the su-links on the member list
Laury GvR [Mon, 1 May 2017 18:02:19 +0000 (14:02 -0400)]
Changing some styles on the su-links on the member list

8 years agoBump the font size for member detail sidebar a little on large views
Laury GvR [Mon, 1 May 2017 17:53:54 +0000 (13:53 -0400)]
Bump the font size for member detail sidebar a little on large views

8 years agoSome font style changes on the member list and detail pages
Laury GvR [Mon, 1 May 2017 17:50:00 +0000 (13:50 -0400)]
Some font style changes on the member list and detail pages

8 years agofixing the html form action and method attributes for the header search form
Anthony Talarico [Mon, 1 May 2017 15:02:09 +0000 (11:02 -0400)]
fixing the html form action and method attributes for the header search form

the header search form markup had some incorrect syntax from testing, corrected them to
reflect the proper member list action url

8 years agoMember list and detail page styles added to suit theme
Laury GvR [Mon, 1 May 2017 13:25:33 +0000 (09:25 -0400)]
Member list and detail page styles added to suit theme

8 years agomodifiying the search filter in the functions file to make the query for categories
Anthony Talarico [Mon, 1 May 2017 12:45:34 +0000 (08:45 -0400)]
modifiying the search filter in the functions file to make the query for categories
an AND instead of OR

looping through the categories to append a query clause for categories to make it search
for AND instead of OR for each header search category option. The glm-member-db-front-search-query
is where the changes were made

8 years agoadding header search widget form action in the markup
Anthony Talarico [Fri, 28 Apr 2017 20:50:33 +0000 (16:50 -0400)]
adding header search widget form action in the markup

the search by category part of the header search widget was missing the form action, added it to test
and debug the searching functions on dev55

8 years agotesting seach filter changes by category
Anthony Talarico [Fri, 28 Apr 2017 20:47:56 +0000 (16:47 -0400)]
testing seach filter changes by category

adding sql queries to filter all of the header search widget category options. modifiying the
search filter in the functions file that checks for the category parent for testing

8 years agoadding search functionality to the header search widget
Anthony Talarico [Fri, 28 Apr 2017 14:56:26 +0000 (10:56 -0400)]
adding search functionality to the header search widget

added form field names and modified the search query filter in the functions php file
to handle the counties and cities as well as the regions. the categories were used in
place of the manufacturers from brewbakers

8 years agoadding text search function to the header search widget
Anthony Talarico [Fri, 28 Apr 2017 11:48:48 +0000 (07:48 -0400)]
adding text search function to the header search widget

adding the correct name and action to the header search form in the text
input field

8 years agoadding search filter preservation
Anthony Talarico [Thu, 27 Apr 2017 19:48:25 +0000 (15:48 -0400)]
adding search filter preservation

using js to preserve category search options when a category is selected from the search header

8 years agoUpdated styles for the member detail page
Laury GvR [Thu, 27 Apr 2017 15:01:17 +0000 (11:01 -0400)]
Updated styles for the member detail page

8 years agofixing js bug in the header search filter
Anthony Talarico [Thu, 27 Apr 2017 14:06:25 +0000 (10:06 -0400)]
fixing js bug in the header search filter

needed to remove the default text in the select option for the destinations dropdown, otherwise
it wouldn't populate the activities list when resetting the options

8 years agoadding test round of header search filters for categories
Anthony Talarico [Thu, 27 Apr 2017 13:54:24 +0000 (09:54 -0400)]
adding test round of header search filters for categories

added ajax and php search filtering using sql queries in the ajax search file and
the headSearch js file. this should filter the categories based on user selection

8 years agoCustom field rows given their border back
Laury GvR [Wed, 26 Apr 2017 21:23:35 +0000 (17:23 -0400)]
Custom field rows given their border back

8 years agoAdded the Activity field display on the member list page
Laury GvR [Wed, 26 Apr 2017 21:18:19 +0000 (17:18 -0400)]
Added the Activity field display on the member list page

8 years agoHide category display on products in member detail pages
Laury GvR [Wed, 26 Apr 2017 20:13:42 +0000 (16:13 -0400)]
Hide category display on products in member detail pages

8 years agoMap on the list extra margin-top, font changes on member db list trail titles
Laury GvR [Wed, 26 Apr 2017 20:09:08 +0000 (16:09 -0400)]
Map on the list extra margin-top, font changes on member db list trail titles

8 years agoChanged buy-map-link to an anchor
Laury GvR [Wed, 26 Apr 2017 19:17:51 +0000 (15:17 -0400)]
Changed buy-map-link to an anchor

8 years agoEdited styles to be fit the theme for member detail list, button colors
Laury GvR [Wed, 26 Apr 2017 19:11:47 +0000 (15:11 -0400)]
Edited styles to be fit the theme for member detail list, button colors

8 years agoChanged styling of member detail address boxes to suit theme
Laury GvR [Wed, 26 Apr 2017 19:05:14 +0000 (15:05 -0400)]
Changed styling of member detail address boxes to suit theme

8 years agocommenting out js that works the dropdown filtering for categories
Anthony Talarico [Wed, 26 Apr 2017 18:29:53 +0000 (14:29 -0400)]
commenting out js that works the dropdown filtering for categories

the header search dropdowns for the categories search fields are being commented
out on dev55 until they are working

8 years agoAdd Product to member detail, style edits on list
Laury GvR [Wed, 26 Apr 2017 18:26:59 +0000 (14:26 -0400)]
Add Product to member detail, style edits on list

Add product display to member detail. Style edits on member list
to display distance , difficulty and map available.

8 years agoadding ajax and sql logic to filter the search dropdowns based on selection
Anthony Talarico [Wed, 26 Apr 2017 18:24:29 +0000 (14:24 -0400)]
adding ajax and sql logic to filter the search dropdowns based on selection

added ajax action to the functions file, added new js file to keep the search filter logic separate
adjusted styles for the search input fields.

8 years agoapplying filters in the header file to get the search criteria for pre-population
Anthony Talarico [Wed, 26 Apr 2017 13:40:49 +0000 (09:40 -0400)]
applying filters in the header file to get the search criteria for pre-population

header php file contains arrays retrieved by applying the filters to get the member info
fields.

8 years agoMinor adjustment to make the previous commit work
Laury GvR [Tue, 21 Mar 2017 18:56:48 +0000 (14:56 -0400)]
Minor adjustment to make the previous commit work

8 years agoGruntified last commit
Laury GvR [Tue, 21 Mar 2017 18:55:39 +0000 (14:55 -0400)]
Gruntified last commit

8 years agoAdjusting the padding on the :before pseudoclass graphic for the shop quick display...
Laury GvR [Tue, 21 Mar 2017 18:54:09 +0000 (14:54 -0400)]
Adjusting the padding on the :before pseudoclass graphic for the shop quick display area

8 years agoIncreased the shop sidebar border thickness as per the psd jpg
Laury GvR [Tue, 21 Mar 2017 18:47:30 +0000 (14:47 -0400)]
Increased the shop sidebar border thickness as per the psd jpg

8 years agoRemoved extra title from the woocommerce template file.
Laury GvR [Tue, 21 Mar 2017 18:38:57 +0000 (14:38 -0400)]
Removed extra title from the woocommerce template file.

8 years agoEdited WooCommerce sidebar styles to suit psd image
Laury GvR [Tue, 21 Mar 2017 18:36:45 +0000 (14:36 -0400)]
Edited WooCommerce sidebar styles to suit psd image

8 years agoReducing margins on the H5 title in frontpage cycle-posts to make room for the PREV...
Laury GvR [Fri, 10 Mar 2017 22:06:41 +0000 (17:06 -0500)]
Reducing margins on the H5 title in frontpage cycle-posts to make room for the PREV and NEXT buttons currently below the box

8 years agoStyles for woocommerce, and adding the sidebar (unstyled) to shop pages.
Laury GvR [Fri, 10 Mar 2017 22:04:31 +0000 (17:04 -0500)]
Styles for woocommerce, and adding the sidebar (unstyled) to shop pages.

8 years agoFrontpage blog feed styles and changes
Laury GvR [Wed, 8 Mar 2017 19:28:29 +0000 (14:28 -0500)]
Frontpage blog feed styles and changes

- Removed images from showing up.
- Adjusted styles for PREV and NEXT to show back up.
- Gave the buttons a z-index so they were clickable.
- Reduced margins between items, adjusted font sizes and margins.
- Added Read More link.

8 years agoadding slick slider for the front page blog carousel
Anthony Talarico [Wed, 8 Mar 2017 18:30:15 +0000 (13:30 -0500)]
adding slick slider for the front page blog carousel

8 years agoAdding the logo and slogan to the off-canvas as per Charis' request
Laury GvR [Wed, 8 Mar 2017 17:29:32 +0000 (12:29 -0500)]
Adding the logo and slogan to the off-canvas as per Charis' request