WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Unable to display data from field type "file" #35

Closed briannaorg closed 9 years ago

briannaorg commented 9 years ago

Using the field type "file" in a field array prevents any page builder parts from displaying on the front end. Data for a meta box using this field type successfully saves, displays in the admin, but doesn't display on the front end and prevents all other page parts from displaying.

jazzsequence commented 9 years ago

I think this is fixed now because @gregrickaby just did this on a project today. It's possible the fix wasn't pushed to Github though... @dustyf do you have any thoughts/ideas?

dustyf commented 9 years ago

I believe this is now fixed as well, With the new feature/refactor-2 branch Brianna reported her fields as working.

briannaorg commented 9 years ago

Yes, the version on refactor-2 branch works with the file fieldtype. Woo!