WP-Themes/brewbakers.git
8 years agoI updated the off canvas spacing again
Ian Weller [Mon, 17 Apr 2017 15:49:30 +0000 (11:49 -0400)]
I updated the off canvas spacing again

The client info for the off canvas, I have added some of the spacing
back.  It isn't the same kind of spacing between the 'Hours' items, but
it is close enough.

8 years agoTurn debug off
Laury GvR [Mon, 17 Apr 2017 15:49:57 +0000 (11:49 -0400)]
Turn debug off

8 years agoFilters on list close on medium and small view.
Laury GvR [Mon, 17 Apr 2017 15:40:17 +0000 (11:40 -0400)]
Filters on list close on medium and small view.

An option was allowing the filters to stay open on page load. This
has now been disabled for small and medium view because it was
covering too much of the results by default..

8 years agoadded some styling to the logo.
Ian Weller [Mon, 17 Apr 2017 15:23:27 +0000 (11:23 -0400)]
added some styling to the logo.

I added some bottom padding to the logo so it wouldn't touch the tab bar
in responsive.  10 pixels makes it match the padding on top of the
header itself.

8 years agoGot an updated logo
Ian Weller [Mon, 17 Apr 2017 15:18:30 +0000 (11:18 -0400)]
Got an updated logo

Collins just got me the updated logo.  I added it to the theme.  It
seems to be an improvement.

8 years agoI made most of the changes
Ian Weller [Mon, 17 Apr 2017 15:11:42 +0000 (11:11 -0400)]
I made most of the changes

I changed the padding of the logo in the header and added the div
containers that show the top action items in small view under the
content of the page.

8 years agochanging the remove text from the search widget
Anthony Talarico [Mon, 17 Apr 2017 14:57:34 +0000 (10:57 -0400)]
changing the remove text from the search widget

changed the 'remove' text from each of the search items in the search filter. An option
was changed in the initialization function of asmselect

8 years agoNeed to check request not post
Steve Sutton [Mon, 17 Apr 2017 12:19:46 +0000 (08:19 -0400)]
Need to check request not post

The request array contains both get and post.

8 years agoAppend the parts array.
Steve Sutton [Fri, 14 Apr 2017 20:48:27 +0000 (16:48 -0400)]
Append the parts array.

This is so two things can call the filter.

8 years agosorting the brands search dropdown
Anthony Talarico [Fri, 14 Apr 2017 20:24:35 +0000 (16:24 -0400)]
sorting the brands search dropdown

using js to sort the brands list before it is converted with asmSelect
for now, tried a few smarty methods that didn't work, will need to look
into a php method to reduce front end overhead

8 years agoAdding red strike-through on MSRP sales on member detail specifications
Laury GvR [Fri, 14 Apr 2017 19:57:59 +0000 (15:57 -0400)]
Adding red strike-through on MSRP sales on member detail specifications

8 years agofixing search widget on list view template
Anthony Talarico [Fri, 14 Apr 2017 19:45:30 +0000 (15:45 -0400)]
fixing search widget on list view template

adding javascript to preserve both the brands and manufacturers when searching the
list view template file

8 years agoAdded RV classes to be displayed on the member detail page as per our meeting
Laury GvR [Fri, 14 Apr 2017 19:37:34 +0000 (15:37 -0400)]
Added RV classes to be displayed on the member detail page as per our meeting

8 years agopreserving brands list
Anthony Talarico [Fri, 14 Apr 2017 19:12:04 +0000 (15:12 -0400)]
preserving brands list

adding js to keep the brands list in the search widget

8 years agoAdding some padding to separate the manufacturer blocks on member list
Laury GvR [Fri, 14 Apr 2017 19:08:36 +0000 (15:08 -0400)]
Adding some padding to separate the manufacturer blocks on member list

8 years agoMember list blocks title removed, url added around image
Laury GvR [Fri, 14 Apr 2017 19:03:01 +0000 (15:03 -0400)]
Member list blocks title removed, url added around image

8 years agoNew filter for the glm_blocks, markup added to list.html
Laury GvR [Fri, 14 Apr 2017 19:01:33 +0000 (15:01 -0400)]
New filter for the glm_blocks, markup added to list.html

8 years agoAdd filter for the member search.
Steve Sutton [Fri, 14 Apr 2017 17:46:09 +0000 (13:46 -0400)]
Add filter for the member search.

This is to get the manufacturers into the member search as categories.

8 years agochanging manufacturers field name
Anthony Talarico [Fri, 14 Apr 2017 17:35:14 +0000 (13:35 -0400)]
changing manufacturers field name

changing the manufacturers search field name to manufacturers to make it
easier to block it from search results if there are brands present in the list

8 years agoBig mistake on the placeholder, better text
Laury GvR [Fri, 14 Apr 2017 17:31:48 +0000 (13:31 -0400)]
Big mistake on the placeholder, better text

8 years agoBetter placeholder container
Laury GvR [Fri, 14 Apr 2017 17:31:02 +0000 (13:31 -0400)]
Better placeholder container

8 years agoFixed placeholder container
Laury GvR [Fri, 14 Apr 2017 17:28:52 +0000 (13:28 -0400)]
Fixed placeholder container

8 years agoAdded the manufacturers brands container to the markup, palceholder for now
Laury GvR [Fri, 14 Apr 2017 17:26:18 +0000 (13:26 -0400)]
Added the manufacturers brands container to the markup, palceholder for now

8 years agomanufacturer box separated, filters don't scroll below list
Laury GvR [Fri, 14 Apr 2017 17:20:59 +0000 (13:20 -0400)]
manufacturer box separated, filters don't scroll below list

Added jquery to detect whether the filter search box has been scrolled
below the list display, and jump back (to the top) if so.
Added a background beneath the manufacturers on the footer, and making
this element wrap next to the filters if there are no search results.

8 years agoSend in member info id
Steve Sutton [Fri, 14 Apr 2017 15:33:22 +0000 (11:33 -0400)]
Send in member info id

Info id is needed. The detail model is overriding the id for the view to
the member id.

8 years agofixing price slash red color merge conflict
Anthony Talarico [Fri, 14 Apr 2017 14:52:25 +0000 (10:52 -0400)]
fixing price slash red color merge conflict

fixing merge conflict where Laury originally had a red slash through the sale price in list
view theme file. re adding the js for that section

8 years agofixing merge conflict
Anthony Talarico [Fri, 14 Apr 2017 14:49:19 +0000 (10:49 -0400)]
fixing merge conflict

replacing Laury's original merge where he removed the js statement that moved
the sale price next to the msrp price in list view theme file

8 years agoGravityforms style added to reduce height of separator element
Laury GvR [Fri, 14 Apr 2017 13:21:21 +0000 (09:21 -0400)]
Gravityforms style added to reduce height of separator element

8 years agopopulating the brands dropdown in the search widget on page load
Anthony Talarico [Fri, 14 Apr 2017 13:07:24 +0000 (09:07 -0400)]
populating the brands dropdown in the search widget on page load

if there are manufacturers retained after a search or a page refresh
the brands dropdown should also retain the list of respective brands
until a change is made

8 years agoremoving length and weight fields from the search widget
Anthony Talarico [Fri, 14 Apr 2017 12:39:05 +0000 (08:39 -0400)]
removing length and weight fields from the search widget

the length and search fields have been commented out in the markup in the list.html view file
in the theme until those properties are searchable

8 years agosearch widget filtering and validation
Anthony Talarico [Fri, 14 Apr 2017 12:26:44 +0000 (08:26 -0400)]
search widget filtering and validation

disabled the manufacturers dropdown if there are brands selected. removing manufacturers from the form
submission if there are brands. brands repopulate once all manufacturers are removed from the list
selection. all js code is in the list.view file in the theme

8 years agoLine-through on MSRP member list now red
Laury GvR [Thu, 13 Apr 2017 21:10:50 +0000 (17:10 -0400)]
Line-through on MSRP member list now red

The line-through on the MSRP that appears when it's on sale, on the
member list view, was desired to be red, with the number beneath
remaining black. This required some jQuery to wrap this text in a
new div, and the adding/editing of some CSS.

8 years agoBreaking out action items into new sections.
Steve Sutton [Thu, 13 Apr 2017 20:56:38 +0000 (16:56 -0400)]
Breaking out action items into new sections.

Two new sections.
One for the action container at the top of the page.
One for the action buttons at the bottom of the pages.
These two section were duplicated within the front page and the interior
page.

8 years agoUn-hid the sale-price label on the member list, as per Steve/Charis' request, since...
Laury GvR [Thu, 13 Apr 2017 20:43:06 +0000 (16:43 -0400)]
Un-hid the sale-price label on the member list, as per Steve/Charis' request, since it's wrapping anyway

8 years agoUpdate the action item for Single Axle
Steve Sutton [Thu, 13 Apr 2017 20:40:59 +0000 (16:40 -0400)]
Update the action item for Single Axle

Linking this to it's category id for dev55

8 years agodev55 manufacturer IDs re-enabled
Laury GvR [Thu, 13 Apr 2017 20:31:59 +0000 (16:31 -0400)]
dev55 manufacturer IDs re-enabled

8 years agoRemoved the debug tag
Laury GvR [Thu, 13 Apr 2017 20:22:53 +0000 (16:22 -0400)]
Removed the debug tag

8 years agojquery memDetail sideInfo adjusted
Laury GvR [Thu, 13 Apr 2017 20:18:00 +0000 (16:18 -0400)]
jquery memDetail sideInfo adjusted

The jquery for the member detail side-info panel has been adjusted
on account of the new wrapper around the element to which it must
now refer instead of the old container. Also removed the empty
msrp element after it's no longer needed.

8 years agoAdding custom fields parameters to the previous next and alpha links.
Steve Sutton [Thu, 13 Apr 2017 20:12:29 +0000 (16:12 -0400)]
Adding custom fields parameters to the previous next and alpha links.

This will allow the paging to work when searching on custom field types
like Red Hot Deals;

8 years agoMade the title orange
Laury GvR [Thu, 13 Apr 2017 19:52:53 +0000 (15:52 -0400)]
Made the title orange

8 years agoAdding back in the rv classes.
Steve Sutton [Thu, 13 Apr 2017 19:24:01 +0000 (15:24 -0400)]
Adding back in the rv classes.

RV classes was somehow removed.

8 years agoUse smarty request not post.
Steve Sutton [Thu, 13 Apr 2017 19:19:31 +0000 (15:19 -0400)]
Use smarty request not post.

There are two links in the footer of the site than need to send get so
we have to check get and post (request) to see if custom field is in
search.

8 years agoUpdate the check for featured to coming soon.
Steve Sutton [Thu, 13 Apr 2017 19:11:17 +0000 (15:11 -0400)]
Update the check for featured to coming soon.

The name of the custom field featured was changed to Coming Soon.

8 years agoAdded Manufacturers and Brands to the member detail specifications
Laury GvR [Thu, 13 Apr 2017 18:17:20 +0000 (14:17 -0400)]
Added Manufacturers and Brands to the member detail specifications

8 years agochanging the manufacturer ids array in the functions.php file to test on dev55
Anthony Talarico [Thu, 13 Apr 2017 16:47:18 +0000 (12:47 -0400)]
changing the manufacturer ids array in the functions.php file to test on dev55

functions.php has a filter that returns an array of category ids, I have one set for local
and one set for dev55, pushing the set for dev55 to see if it works with the current category
structure

8 years agoadded category id filter to functions.php, set up list view apply the filter
Anthony Talarico [Thu, 13 Apr 2017 15:46:02 +0000 (11:46 -0400)]
added category id filter to functions.php, set up list view apply the filter
to check for the ids in the category array

placed filter in functions.php that will allow the list view template in
the theme to have access to the set of manufacturer ids and compare them
to the categories in the category array supplied by the list model. this
is to build out of the list of manufacturers and brands for the search
widget

8 years agoremove previous js changes for add and remove column classes from price field
Anthony Talarico [Thu, 13 Apr 2017 13:53:03 +0000 (09:53 -0400)]
remove previous js changes for add and remove column classes from price field
in list view. changing appendTo to insertAfter in the list view js section for
the price field

removed the the remove class large-8 and add class large-6 part of the js in
the list view file. changed the appendTo to insertAfter for the attaching the
sale price to the msrp in the list view file

8 years agoRemoved leftover git conflict indicators
Laury GvR [Thu, 13 Apr 2017 13:49:11 +0000 (09:49 -0400)]
Removed leftover git conflict indicators

8 years agoAdding member info id to list member profile urls
Steve Sutton [Thu, 13 Apr 2017 13:32:43 +0000 (09:32 -0400)]
Adding member info id to list member profile urls

Adding the memberInfoId to the list view for member profile links.
There's a check first to see if the enabel_multiple_profiles in on.

8 years agochanging the sale price column width
Anthony Talarico [Thu, 13 Apr 2017 13:28:54 +0000 (09:28 -0400)]
changing the sale price column width

using javascript to change the sale price column width from 8 to 6 columns to keep it from
being pushed underneath the sale price field

8 years agoFixing a previous commit that had old code stuffed in
Laury GvR [Thu, 13 Apr 2017 13:14:21 +0000 (09:14 -0400)]
Fixing a previous commit that had old code stuffed in

My previous commit somehow got submitted with old search filter
markup. This has been corrected.

8 years agoadding class to list view sale price, adjusting style for list view sale price
Anthony Talarico [Thu, 13 Apr 2017 12:54:49 +0000 (08:54 -0400)]
adding class to list view sale price, adjusting style for list view sale price

added a sale-text class to the sale price field in the list view to target it
individually to apply stlyes to that field only. reduced line height from the
list view field value.

8 years agoAdded detail ctgs, list&detail names fixed.
Laury GvR [Wed, 12 Apr 2017 20:56:47 +0000 (16:56 -0400)]
Added detail ctgs, list&detail names fixed.

Detail categories added. Still not distinguishing between brands
and manufacturers. Year was still prepended to the name, moved that
into unused code section.

8 years agoadding js to append the sale price to the msrp in detail view
Anthony Talarico [Wed, 12 Apr 2017 19:26:40 +0000 (15:26 -0400)]
adding js to append the sale price to the msrp in detail view

8 years agoChanged member search items form, featured tag
Laury GvR [Wed, 12 Apr 2017 19:21:21 +0000 (15:21 -0400)]
Changed member search items form, featured tag

Search: Removed member types, split form into 2, checkboxes are
now working. Names of members are no longer compiled from several
fields but are member.member again.

8 years agoadding js to attach the sale price to the msrp if the member is on sale. adding styles
Anthony Talarico [Wed, 12 Apr 2017 19:07:56 +0000 (15:07 -0400)]
adding js to attach the sale price to the msrp if the member is on sale. adding styles
for the list view font size and detail view columns

8 years agoremoving pre owned from being visible on list page, changing the member detail
Anthony Talarico [Wed, 12 Apr 2017 16:44:09 +0000 (12:44 -0400)]
removing pre owned from being visible on list page, changing the member detail
view file to use the files array from the member db detail model

8 years agoremoving coming soon field from list output
Anthony Talarico [Wed, 12 Apr 2017 15:30:51 +0000 (11:30 -0400)]
removing coming soon field from list output

8 years agoadding link to enews page to the footer
Anthony Talarico [Wed, 12 Apr 2017 14:28:14 +0000 (10:28 -0400)]
adding link to enews page to the footer

8 years agoFiles tab was showing even when there were no files
Laury GvR [Wed, 12 Apr 2017 13:15:26 +0000 (09:15 -0400)]
Files tab was showing even when there were no files

Removed the files tab container from detail.html and put it in the
fronthooks.php of the fields plugin instead. THis is because that
way it is possible to only show it if there are any files, which
the template cannot check for.

8 years agochanging detail files links color to oil
Anthony Talarico [Wed, 12 Apr 2017 13:14:05 +0000 (09:14 -0400)]
changing detail files links color to oil

8 years agoadding sub data links to the files section on the detail page so the file tab will...
Anthony Talarico [Wed, 12 Apr 2017 13:03:19 +0000 (09:03 -0400)]
adding sub data links to the files section on the detail page so the file tab will be auto
expanded if there are files

8 years agochanging form button colors from tan to orange
Anthony Talarico [Wed, 12 Apr 2017 12:44:00 +0000 (08:44 -0400)]
changing form button colors from tan to orange

8 years agochanging ammenity id to files in the detail view
Anthony Talarico [Tue, 11 Apr 2017 20:53:06 +0000 (16:53 -0400)]
changing ammenity id to files in the detail view

8 years agoAdding member type selection box to the member list search form
Laury GvR [Tue, 11 Apr 2017 20:20:10 +0000 (16:20 -0400)]
Adding member type selection box to the member list search form

8 years agoadding files to the detail page
Anthony Talarico [Tue, 11 Apr 2017 19:46:44 +0000 (15:46 -0400)]
adding files to the detail page

8 years agoUpdate the link to other
Steve Sutton [Tue, 11 Apr 2017 18:46:26 +0000 (14:46 -0400)]
Update the link to other

Using the Utility Trailer category id.

8 years agoadding test ajax code for the search filtering, currently commented out
Anthony Talarico [Tue, 11 Apr 2017 18:22:57 +0000 (14:22 -0400)]
adding test ajax code for the search filtering, currently commented out

8 years agoNew styles for the member detail page
Laury GvR [Tue, 11 Apr 2017 18:05:26 +0000 (14:05 -0400)]
New styles for the member detail page

8 years agoAlso remove slash from this url
Steve Sutton [Tue, 11 Apr 2017 17:22:59 +0000 (13:22 -0400)]
Also remove slash from this url

same as last already there from get_permalink.

8 years agoRemove extra slash
Steve Sutton [Tue, 11 Apr 2017 17:21:28 +0000 (13:21 -0400)]
Remove extra slash

get_permalink is already putting the ending slash on.

8 years agoUpdate the urls to trigger the search
Steve Sutton [Tue, 11 Apr 2017 17:18:10 +0000 (13:18 -0400)]
Update the urls to trigger the search

Need to add glm_action

8 years agoUpdate the links for action items.
Steve Sutton [Tue, 11 Apr 2017 13:48:11 +0000 (09:48 -0400)]
Update the links for action items.

linking:
red hot deals
just arrived
and home sales

8 years agoUpdate action item urls
Steve Sutton [Tue, 11 Apr 2017 13:42:06 +0000 (09:42 -0400)]
Update action item urls

Need to find category for other and single axle.

8 years agohiding featured field when custom field is changed from used to featured
Anthony Talarico [Tue, 11 Apr 2017 13:36:16 +0000 (09:36 -0400)]
hiding featured field when custom field is changed from used to featured

8 years agoadding year body class title to member detail page
Anthony Talarico [Mon, 10 Apr 2017 20:56:04 +0000 (16:56 -0400)]
adding year body class title to member detail page

8 years agoMade sure the brand always shows up first on the list
Laury GvR [Mon, 10 Apr 2017 18:57:20 +0000 (14:57 -0400)]
Made sure the brand always shows up first on the list

The brand was possibly not the first to be found as all categories
were looped through.

8 years agoFixing the category detection on member list member names
Laury GvR [Mon, 10 Apr 2017 18:52:43 +0000 (14:52 -0400)]
Fixing the category detection on member list member names

8 years agoUpdating the search form
Steve Sutton [Mon, 10 Apr 2017 18:44:18 +0000 (14:44 -0400)]
Updating the search form

Separating out main level categories.

8 years agoChanged the member list members to show Year Brand Class as the name
Laury GvR [Mon, 10 Apr 2017 18:29:47 +0000 (14:29 -0400)]
Changed the member list members to show Year Brand Class as the name

The member list had to show the name as a combination of Year +
Brand + Class.

8 years agomoving the red deals logo up a px in the list view of the
Anthony Talarico [Mon, 10 Apr 2017 17:54:32 +0000 (13:54 -0400)]
moving the red deals logo up a px in the list view of the
theme file

8 years agomoving the custom fields list view script tags to the theme view overridden file
Anthony Talarico [Mon, 10 Apr 2017 17:48:49 +0000 (13:48 -0400)]
moving the custom fields list view script tags to the theme view overridden file

8 years agomaking the data fields keys bold in list view
Anthony Talarico [Mon, 10 Apr 2017 16:46:58 +0000 (12:46 -0400)]
making the data fields keys bold in list view

8 years agoFixed the stylesheet after a merge
Laury GvR [Mon, 10 Apr 2017 16:21:45 +0000 (12:21 -0400)]
Fixed the stylesheet after a merge

8 years agoGrid is now not 80% wide by default when filters are open on small view
Laury GvR [Mon, 10 Apr 2017 16:19:07 +0000 (12:19 -0400)]
Grid is now not 80% wide by default when filters are open on small view

8 years agoadding border radius to the red hot deals image
Anthony Talarico [Mon, 10 Apr 2017 16:02:50 +0000 (12:02 -0400)]
adding border radius to the red hot deals image

8 years agopushing red hot deals logo to the top of its container
Anthony Talarico [Mon, 10 Apr 2017 15:56:17 +0000 (11:56 -0400)]
pushing red hot deals logo to the top of its container

8 years agoadding red border to red hot deals records
Anthony Talarico [Mon, 10 Apr 2017 15:26:12 +0000 (11:26 -0400)]
adding red border to red hot deals records

8 years agoFixing the issue where the action buttons would cover the member list, by adding...
Laury GvR [Mon, 10 Apr 2017 15:22:17 +0000 (11:22 -0400)]
Fixing the issue where the action buttons would cover the member list, by adding clear: both

8 years agoadding border to redhot deals records
Anthony Talarico [Mon, 10 Apr 2017 15:10:21 +0000 (11:10 -0400)]
adding border to redhot deals records

8 years agoAuto-expand member detail tabs only in large view
Laury GvR [Mon, 10 Apr 2017 15:06:09 +0000 (11:06 -0400)]
Auto-expand member detail tabs only in large view

Added some jquery to make sure the member detail tabs on the front
-end only expand on load if the window width is over 1024

8 years agoAuto-expand all detail tabs
Laury GvR [Mon, 10 Apr 2017 14:59:31 +0000 (10:59 -0400)]
Auto-expand all detail tabs

The client would want all tabs to be opened by default. Added
jQuery to do just that.

8 years agoReducing the space between the member listings on the member list view
Laury GvR [Fri, 7 Apr 2017 21:30:20 +0000 (17:30 -0400)]
Reducing the space between the member listings on the member list view

8 years agoFixing the max-height style for the member db list images
Laury GvR [Fri, 7 Apr 2017 21:08:25 +0000 (17:08 -0400)]
Fixing the max-height style for the member db list images

8 years agoAdded a height restriction on the image wrapper for the member db list view
Laury GvR [Fri, 7 Apr 2017 21:03:28 +0000 (17:03 -0400)]
Added a height restriction on the image wrapper for the member db list view

8 years agoChanging the button colors on the search filters box for the member db list
Laury GvR [Fri, 7 Apr 2017 21:00:01 +0000 (17:00 -0400)]
Changing the button colors on the search filters box for the member db list

8 years agoUpdating the member db list styles: font weight and padding
Laury GvR [Fri, 7 Apr 2017 20:50:34 +0000 (16:50 -0400)]
Updating the member db list styles: font weight and padding

8 years agoChanging styles for the member list view, especially the filter box responsiveness.
Laury GvR [Fri, 7 Apr 2017 20:43:16 +0000 (16:43 -0400)]
Changing styles for the member list view, especially the filter box responsiveness.

8 years agohiding more fields in the member list view for home types
Anthony Talarico [Fri, 7 Apr 2017 20:39:32 +0000 (16:39 -0400)]
hiding more fields in the member list view for home types

8 years agoStyling the member detail page
Laury GvR [Fri, 7 Apr 2017 20:04:15 +0000 (16:04 -0400)]
Styling the member detail page