Laury GvR [Fri, 14 Apr 2017 17:31:02 +0000 (13:31 -0400)]
Better placeholder container
Laury GvR [Fri, 14 Apr 2017 17:28:52 +0000 (13:28 -0400)]
Fixed placeholder container
Laury GvR [Fri, 14 Apr 2017 17:26:18 +0000 (13:26 -0400)]
Added the manufacturers brands container to the markup, palceholder for now
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.
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.
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
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
Laury GvR [Fri, 14 Apr 2017 13:21:21 +0000 (09:21 -0400)]
Gravityforms style added to reduce height of separator element
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
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
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
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.
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.
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
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
Laury GvR [Thu, 13 Apr 2017 20:31:59 +0000 (16:31 -0400)]
dev55 manufacturer IDs re-enabled
Laury GvR [Thu, 13 Apr 2017 20:22:53 +0000 (16:22 -0400)]
Removed the debug tag
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.
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;
Laury GvR [Thu, 13 Apr 2017 19:52:53 +0000 (15:52 -0400)]
Made the title orange
Steve Sutton [Thu, 13 Apr 2017 19:24:01 +0000 (15:24 -0400)]
Adding back in the rv classes.
RV classes was somehow removed.
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.
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.
Laury GvR [Thu, 13 Apr 2017 18:17:20 +0000 (14:17 -0400)]
Added Manufacturers and Brands to the member detail specifications
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
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
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
Laury GvR [Thu, 13 Apr 2017 13:49:11 +0000 (09:49 -0400)]
Removed leftover git conflict indicators
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.
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
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.
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.
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.
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
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.
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
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
Anthony Talarico [Wed, 12 Apr 2017 15:30:51 +0000 (11:30 -0400)]
removing coming soon field from list output
Anthony Talarico [Wed, 12 Apr 2017 14:28:14 +0000 (10:28 -0400)]
adding link to enews page to the footer
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.
Anthony Talarico [Wed, 12 Apr 2017 13:14:05 +0000 (09:14 -0400)]
changing detail files links color to oil
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
Anthony Talarico [Wed, 12 Apr 2017 12:44:00 +0000 (08:44 -0400)]
changing form button colors from tan to orange
Anthony Talarico [Tue, 11 Apr 2017 20:53:06 +0000 (16:53 -0400)]
changing ammenity id to files in the detail view
Laury GvR [Tue, 11 Apr 2017 20:20:10 +0000 (16:20 -0400)]
Adding member type selection box to the member list search form
Anthony Talarico [Tue, 11 Apr 2017 19:46:44 +0000 (15:46 -0400)]
adding files to the detail page
Steve Sutton [Tue, 11 Apr 2017 18:46:26 +0000 (14:46 -0400)]
Update the link to other
Using the Utility Trailer category id.
Anthony Talarico [Tue, 11 Apr 2017 18:22:57 +0000 (14:22 -0400)]
adding test ajax code for the search filtering, currently commented out
Laury GvR [Tue, 11 Apr 2017 18:05:26 +0000 (14:05 -0400)]
New styles for the member detail page
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.
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.
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
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
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.
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
Anthony Talarico [Mon, 10 Apr 2017 20:56:04 +0000 (16:56 -0400)]
adding year body class title to member detail page
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.
Laury GvR [Mon, 10 Apr 2017 18:52:43 +0000 (14:52 -0400)]
Fixing the category detection on member list member names
Steve Sutton [Mon, 10 Apr 2017 18:44:18 +0000 (14:44 -0400)]
Updating the search form
Separating out main level categories.
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.
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
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
Anthony Talarico [Mon, 10 Apr 2017 16:46:58 +0000 (12:46 -0400)]
making the data fields keys bold in list view
Laury GvR [Mon, 10 Apr 2017 16:21:45 +0000 (12:21 -0400)]
Fixed the stylesheet after a merge
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
Anthony Talarico [Mon, 10 Apr 2017 16:02:50 +0000 (12:02 -0400)]
adding border radius to the red hot deals image
Anthony Talarico [Mon, 10 Apr 2017 15:56:17 +0000 (11:56 -0400)]
pushing red hot deals logo to the top of its container
Anthony Talarico [Mon, 10 Apr 2017 15:26:12 +0000 (11:26 -0400)]
adding red border to red hot deals records
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
Anthony Talarico [Mon, 10 Apr 2017 15:10:21 +0000 (11:10 -0400)]
adding border to redhot deals records
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
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.
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
Laury GvR [Fri, 7 Apr 2017 21:08:25 +0000 (17:08 -0400)]
Fixing the max-height style for the member db list images
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
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
Laury GvR [Fri, 7 Apr 2017 20:50:34 +0000 (16:50 -0400)]
Updating the member db list styles: font weight and padding
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.
Anthony Talarico [Fri, 7 Apr 2017 20:39:32 +0000 (16:39 -0400)]
hiding more fields in the member list view for home types
Laury GvR [Fri, 7 Apr 2017 20:04:15 +0000 (16:04 -0400)]
Styling the member detail page
Anthony Talarico [Fri, 7 Apr 2017 19:30:56 +0000 (15:30 -0400)]
adding strike through style for the prices
Ian Weller [Fri, 7 Apr 2017 18:38:02 +0000 (14:38 -0400)]
forgot to make adjustments to the active dropdown
I missed a part of the dropdown for font resizing. I just fixed it.
Anthony Talarico [Fri, 7 Apr 2017 18:38:33 +0000 (14:38 -0400)]
adding style changes to the member db list and view, minor slideshow changes for
the transparency. adding list and detail member db views
Ian Weller [Fri, 7 Apr 2017 18:26:31 +0000 (14:26 -0400)]
I added some padding to the dropdown items
I put some padding onto the dropdown items to space theme out a bit. I
also needed to left align the dropdown items overall.
Ian Weller [Fri, 7 Apr 2017 16:55:24 +0000 (12:55 -0400)]
I changed the dropdown font size
I dropped the font size in the dropdown menu to 20px, the same as the
second nav header. I also removed a chunck of the media querys that
related to larger fonts sizes.
Anthony Talarico [Tue, 28 Mar 2017 17:31:16 +0000 (13:31 -0400)]
adding facebook link to the icons in footer and offcanvas
Anthony Talarico [Tue, 28 Mar 2017 17:22:09 +0000 (13:22 -0400)]
adding ml slider pro thumbnails to the main page slide show
Anthony Talarico [Tue, 28 Mar 2017 15:29:29 +0000 (11:29 -0400)]
adding blog styles for excerpt and adding sharthis to the post pages
Anthony Talarico [Tue, 28 Mar 2017 14:07:37 +0000 (10:07 -0400)]
reducing the spacing between menu items in off canvas menu
Anthony Talarico [Tue, 28 Mar 2017 13:04:00 +0000 (09:04 -0400)]
adding margin to the blog excerpt image
Ian Weller [Thu, 16 Mar 2017 18:31:35 +0000 (14:31 -0400)]
changed the dropdown line height
I changed the line height of the drop down from 2 to 1.5.
Ian Weller [Thu, 16 Mar 2017 18:09:38 +0000 (14:09 -0400)]
post review edits
I have made the changes Steve asked for after he reviewed it. The list
was small.
Ian Weller [Thu, 16 Mar 2017 17:03:16 +0000 (13:03 -0400)]
Updating the blog
I did some layout updates to the blog. It at least has a seperator
between the header and the main areas.
Ian Weller [Thu, 16 Mar 2017 16:51:32 +0000 (12:51 -0400)]
I have added some missing things
I ran the HTML Validatior and found I was missing the alt tag in the
logo images. I added them with the appropriate text.
Ian Weller [Thu, 16 Mar 2017 16:43:51 +0000 (12:43 -0400)]
cross browser edits
I did some edits to the topbar styles to accomidate IE window sizes.
Ian Weller [Thu, 16 Mar 2017 16:00:45 +0000 (12:00 -0400)]
meeting checklist standards.
I am making sure I have everything perfect on the checklist. I also am
making changes that are needed for cross browser tests.
Ian Weller [Thu, 16 Mar 2017 14:56:19 +0000 (10:56 -0400)]
attempting to match the psd completely
I am attempting to match the psd with the front page. I think it is as
close as I can get it for the view the psd portrays.
Ian Weller [Thu, 16 Mar 2017 13:44:56 +0000 (09:44 -0400)]
I added some work to the topbar for more dropdowns
I changed the styles a little bit to accomadate more dropdowns if they
should appear. I also worked with the walker so the third nav item
dropdown goes the normal direction than right.
Ian Weller [Thu, 16 Mar 2017 13:15:07 +0000 (09:15 -0400)]
small view styling
I did a bit more styling for small view. It should be good for now.
Ian Weller [Wed, 15 Mar 2017 20:53:56 +0000 (16:53 -0400)]
finishing up the off canvas
I am attempting to finish up the off canvas menu. I think it's
finished.