summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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
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
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
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
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
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
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.
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
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
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
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.
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
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
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
Laury GvR [Mon, 1 May 2017 18:02:19 +0000 (14:02 -0400)]
Changing some styles on the su-links on the member list
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
Laury GvR [Mon, 1 May 2017 17:50:00 +0000 (13:50 -0400)]
Some font style changes on the member list and detail pages
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
Laury GvR [Mon, 1 May 2017 13:25:33 +0000 (09:25 -0400)]
Member list and detail page styles added to suit theme
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
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
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
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
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
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
Laury GvR [Thu, 27 Apr 2017 15:01:17 +0000 (11:01 -0400)]
Updated styles for the member detail page
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
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
Laury GvR [Wed, 26 Apr 2017 21:23:35 +0000 (17:23 -0400)]
Custom field rows given their border back
Laury GvR [Wed, 26 Apr 2017 21:18:19 +0000 (17:18 -0400)]
Added the Activity field display on the member list page
Laury GvR [Wed, 26 Apr 2017 20:13:42 +0000 (16:13 -0400)]
Hide category display on products in member detail pages
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
Laury GvR [Wed, 26 Apr 2017 19:17:51 +0000 (15:17 -0400)]
Changed buy-map-link to an anchor
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
Laury GvR [Wed, 26 Apr 2017 19:05:14 +0000 (15:05 -0400)]
Changed styling of member detail address boxes to suit theme
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
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.
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.
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.
Laury GvR [Tue, 21 Mar 2017 18:56:48 +0000 (14:56 -0400)]
Minor adjustment to make the previous commit work
Laury GvR [Tue, 21 Mar 2017 18:55:39 +0000 (14:55 -0400)]
Gruntified last commit
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
Laury GvR [Tue, 21 Mar 2017 18:47:30 +0000 (14:47 -0400)]
Increased the shop sidebar border thickness as per the psd jpg
Laury GvR [Tue, 21 Mar 2017 18:38:57 +0000 (14:38 -0400)]
Removed extra title from the woocommerce template file.
Laury GvR [Tue, 21 Mar 2017 18:36:45 +0000 (14:36 -0400)]
Edited WooCommerce sidebar styles to suit psd image
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
Laury GvR [Fri, 10 Mar 2017 22:04:31 +0000 (17:04 -0500)]
Styles for woocommerce, and adding the sidebar (unstyled) to shop pages.
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.
Anthony Talarico [Wed, 8 Mar 2017 18:30:15 +0000 (13:30 -0500)]
adding slick slider for the front page blog carousel
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
Laury GvR [Wed, 8 Mar 2017 17:15:20 +0000 (12:15 -0500)]
Added adrotate ad on the shop page beneath the navigation
Laury GvR [Wed, 8 Mar 2017 15:25:35 +0000 (10:25 -0500)]
Buttons to anchors, links galore, no off-can search
Changed all buttons with anchors in them to just be anchors with
the button class, because the anchors were rendered unclickable.
Added href to a bunch of links (Shop now, Sign Up, Contact Us,
socials)
Removed the off-canvas search because there is no desktop-view
search functionality.
Laury GvR [Wed, 8 Mar 2017 14:43:05 +0000 (09:43 -0500)]
Added Facebook & Twitter link to footer social icons
Laury GvR [Tue, 7 Mar 2017 22:12:13 +0000 (17:12 -0500)]
Woocommerce files and styles added.
Laury GvR [Tue, 7 Mar 2017 16:16:43 +0000 (11:16 -0500)]
Fixing an error of an undefined variable in the menu-walker.php
Ian Weller [Fri, 3 Mar 2017 19:56:24 +0000 (14:56 -0500)]
oops, made a mistake
I didn't have the has-dropdown class stated in the styles, fixed it.
Ian Weller [Fri, 3 Mar 2017 19:46:58 +0000 (14:46 -0500)]
clearing third level signs
I just made a style change any second level nav item that may have a
dropdown to show nothing. Thus eliminating the evidence of a third
level.
Ian Weller [Fri, 3 Mar 2017 19:36:21 +0000 (14:36 -0500)]
fixing the depth
I limited the depth of the nav to 2 so there won't be any third level
visible.
Ian Weller [Thu, 2 Mar 2017 21:12:49 +0000 (16:12 -0500)]
Latest style tweaks finished.
I made the changes steve asked for. The block images hove a border
radius of 5px, the read more button in the blocks had the border
thickened to 2px, and the spacing in the dropdown nav items has been
increased a little bit. I also added some bottom border radius to the
dropdowns.
Ian Weller [Thu, 2 Mar 2017 15:54:18 +0000 (10:54 -0500)]
Finally got the ad rotate centered.
Had to do some styleing in the main.scss in order to have banner ad to
be centered.
Ian Weller [Thu, 2 Mar 2017 15:14:58 +0000 (10:14 -0500)]
Corrections after review
Steve sent the task back to me. The borders on the front page are 4px
thick, added the read more anchor along with styling it to look like a
button, fixed the signup button, and added some padding to the bottom of
the interior page.
Ian Weller [Wed, 1 Mar 2017 19:43:32 +0000 (14:43 -0500)]
updating a few thing in header styles
I updated a couple font items in the header.
Ian Weller [Wed, 1 Mar 2017 19:15:14 +0000 (14:15 -0500)]
Trying to wrap up
I am trying to wrap up the theme breakout and I know it isn't perfect
psd match but it may be good enough.
Ian Weller [Wed, 1 Mar 2017 19:01:42 +0000 (14:01 -0500)]
trying to match the psd
I am working with the header in an attempt to match the psd.
Ian Weller [Wed, 1 Mar 2017 18:36:57 +0000 (13:36 -0500)]
checklist edits: fixing the header for psd.
I cahnged the slogan line height to match the psd more closely. It's
still not perfect match, but it's in progress.
Ian Weller [Wed, 1 Mar 2017 18:19:34 +0000 (13:19 -0500)]
Attempting to make the site HTML valid
I ran the HTMLValidator plugin in Firefox. The validator and I have
different opinions on what I can change and what I don't need to change.
Ian Weller [Wed, 1 Mar 2017 16:27:00 +0000 (11:27 -0500)]
Reponsive test adjustments made
I have made some more adjustments for responsive. I have all the media
queries reacting 30px early to consider the scrollbar. I think it may
be ready for review potentially.
Ian Weller [Wed, 1 Mar 2017 15:11:08 +0000 (10:11 -0500)]
adding screenshot to theme
I just added the 1200x900 screenshot for the theme.
Ian Weller [Wed, 1 Mar 2017 15:02:05 +0000 (10:02 -0500)]
Final adjustmets for small
I almost forgot that everything in the footer should be centerd in small
view. I went in added the small-text-left and the medium-text-left
classes to finish it up.
Ian Weller [Wed, 1 Mar 2017 14:54:25 +0000 (09:54 -0500)]
Responsive adjustments and off canvas work
I have finished responsive testing for Firefox and have done all the
work for the off canvas. I still need to do the same for the other
browsers.
Ian Weller [Tue, 28 Feb 2017 22:00:17 +0000 (17:00 -0500)]
responsive fixes
I have started responsive testing and found I made some mistakes early
on in the styling. I did find a way to fix them with out screwing it up
too badly. shadow wrapper had a position when it shouldn't have.
Ian Weller [Tue, 28 Feb 2017 21:12:37 +0000 (16:12 -0500)]
Interior work
I wrapped up the default interior page layout. The psd shows a shop
page, Collins said the normal content can be full width. I also had to
go back and try to fix a few things that popped up with the active
class.
Ian Weller [Tue, 28 Feb 2017 20:23:45 +0000 (15:23 -0500)]
adding favicon and finishing dropdown
I added the html bits to the Find Trails dropdown and added the favicon
that Collins made. I need to do responsive tests.
Ian Weller [Tue, 28 Feb 2017 16:27:59 +0000 (11:27 -0500)]
I have the dropdown styling handled
I have the dropdown styling handled at the moment. Now I need to add
the html code into it.
Ian Weller [Tue, 28 Feb 2017 15:13:59 +0000 (10:13 -0500)]
trying to refine the dropdown
I am trying to style the dropdown a bit more. I have the tree piece of the
dropdown menu styles finished, but I need the lines and the arrow ontop
of the border.
Ian Weller [Tue, 28 Feb 2017 14:46:10 +0000 (09:46 -0500)]
working on the navigation
I have begun working on the dropdown menu and the footer nav area. I
have some of the dropdown stuff done, but I still need to do more.
Ian Weller [Mon, 27 Feb 2017 21:52:07 +0000 (16:52 -0500)]
styling the last bits
I added the last styles that were needed for the blocks and I added a
shop now button. It isn't in the right place at the moment, but it will
work for now.
Ian Weller [Mon, 27 Feb 2017 21:23:30 +0000 (16:23 -0500)]
I have front page large view, mostly finish.
I have the blog feed styled and I also have the footer set up for large
view. There are a few style things I need to do for the blocks.
Ian Weller [Mon, 27 Feb 2017 19:11:48 +0000 (14:11 -0500)]
I got the front blog feed appearance correct
I had to to some tweaks to figure out why I was having a visual problem
with the blog feed. I forgot to add a position to the after element,
which caused the line to appear.
Ian Weller [Mon, 27 Feb 2017 18:39:46 +0000 (13:39 -0500)]
I thing I have the front content almost done
I have the front page area of the site almost finished. I need to fix
one thing with the repeating tan and add some images to the blocks.
Ian Weller [Mon, 27 Feb 2017 17:35:29 +0000 (12:35 -0500)]
working on the blog feed.
I have the blog feed about 50% done at this point. I have some style
items to add to consider it close to finished.
Ian Weller [Mon, 27 Feb 2017 16:19:15 +0000 (11:19 -0500)]
coding and styling the front page
I am alomst done with the front page layout and styling. I have the
blocks in place and I need to finish up the styling and add the blog
feed area.
Ian Weller [Fri, 24 Feb 2017 21:47:08 +0000 (16:47 -0500)]
I have started on the main
I have started on the front page main area. I only got the content area
finished.
Ian Weller [Fri, 24 Feb 2017 20:39:50 +0000 (15:39 -0500)]
Trying to make the forms in the header
I have gone through and made the static forms in the header, but they
need a lot of styling to match the psd. The header are can be called
finished for large view with the exception of the nav bar. I have the
slideshow working, I still have the rest of the main and the footer to
do.
Ian Weller [Fri, 24 Feb 2017 17:00:33 +0000 (12:00 -0500)]
More work on the header
I am working on the header further. I am done with the logo and
tagline. I made the trail review box, now I need to work on the static
input fields.
Ian Weller [Fri, 24 Feb 2017 16:03:02 +0000 (11:03 -0500)]
I'm still working on the header
I am trying to get the header to coroperate with me.
Ian Weller [Fri, 24 Feb 2017 15:11:01 +0000 (10:11 -0500)]
I am working on putting the header together
I am adding the static items to the header. Starting the the logo and
tagline. Tagline won't center.
Ian Weller [Fri, 24 Feb 2017 14:33:05 +0000 (09:33 -0500)]
styling buttons and nav
I have just finished styling the buttons for the shop cart area.
Ian Weller [Thu, 23 Feb 2017 21:14:22 +0000 (16:14 -0500)]
I am still chugging along on base items
I have all the styles in the notes added to the theme. I still have to
do more of the layout.
Ian Weller [Thu, 23 Feb 2017 20:15:23 +0000 (15:15 -0500)]
I am moving forward
I am slowly moving forward. I found some things that Collins needs to
address.
Ian Weller [Thu, 23 Feb 2017 18:55:01 +0000 (13:55 -0500)]
Slider is having problems
I added the slideshow like I always do, and for some reason it's calling
the image slides by the wrong url. I don't know what is causing it.
Ian Weller [Thu, 23 Feb 2017 18:21:02 +0000 (13:21 -0500)]
Slow start for progress
I am making slow progress. I have a bit more of the essentials added.
I just need to keep going.
Ian Weller [Thu, 23 Feb 2017 17:49:21 +0000 (12:49 -0500)]
adding assets and essentials
I have added the graphics and added the font familes I need plus the
color codes listed in the notes.
Ian Weller [Thu, 23 Feb 2017 17:23:01 +0000 (12:23 -0500)]
First commit
First commit for Michigan Trail Maps