summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Laury GvR [Fri, 7 Apr 2017 20:03:38 +0000 (16:03 -0400)]
Adding a header and container for the specifications data on the detail page
Anthony Talarico [Fri, 7 Apr 2017 19:46:53 +0000 (15:46 -0400)]
changing the detail view output of the field name from slug to nice print
Anthony Talarico [Fri, 7 Apr 2017 19:36:03 +0000 (15:36 -0400)]
adding strike through for detail view prices
Anthony Talarico [Fri, 7 Apr 2017 19:31:16 +0000 (15:31 -0400)]
adding strike through checking in list view
Anthony Talarico [Fri, 7 Apr 2017 18:39:43 +0000 (14:39 -0400)]
adding the list and detail view array to include slugs to make targeting the field names
easier in the templates
Anthony Talarico [Thu, 6 Apr 2017 20:42:12 +0000 (16:42 -0400)]
removing references to the events data from the front hooks filters
Anthony Talarico [Thu, 6 Apr 2017 20:40:30 +0000 (16:40 -0400)]
splitting the list and detail views to make the filter application in both the detail and list pages
more simple
Anthony Talarico [Thu, 6 Apr 2017 20:13:29 +0000 (16:13 -0400)]
adding models, views and shortcode to add the custon fields data to the member detail page
Steve Sutton [Wed, 29 Mar 2017 14:18:00 +0000 (10:18 -0400)]
Add wp_editor and deal with formats
Format text when adding into database.
Format text when using for value in input field.
Steve Sutton [Wed, 29 Mar 2017 12:16:12 +0000 (08:16 -0400)]
Setup the textarea custom fields as wp editor
use wp_editor function like the one used for the description for the
members.
Steve Sutton [Tue, 28 Mar 2017 19:49:15 +0000 (15:49 -0400)]
Update filters for when no custom field plugin is there
Redoing the filters so if there's no field plugin then they don't output
anything.
Steve Sutton [Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)]
Update custom fields for saving custom field data
Custom field plugin now will create custom fields with three types:
text, textarea, and checkbox.
All field data stores into text fields.
Steve Sutton [Wed, 22 Mar 2017 15:15:37 +0000 (11:15 -0400)]
first sources