redesigned
Forum Replies Created
-
Did you ever find a solution? I am having the exact same problem.
I can delete the plugin folder and get back in, but reinstalling a fresh copy and activating puts me right back where I started.
WP_DEBUG debug is the same before and after working/broken, just the two depreciation messages from the latest twentyeleven theme.
Did you ever figure out a solution? I am having the exact same issue.
Advanced Custom Fields is one of my favorite plugins. It allows you to completely customize the fields for any post type in wordpress, including creating repeating and grouped repeating field types, drag and drop galleries, etc. makes entering data a breeze for my clients. It is more advanced then Custom Content Type Manager when it comes to form fields, which isn’t the main purpose of the Custom Content Type Manager, just a nice additional feature.
Since ACF can set those fields based on any condition, including a custom post type, and since Custom Content Type Manager creates and uses the wordpress standards when creating post types they should work together without issue.
The key for solving my problem was that Custom Content Type Manager can override how custom form elements are passed, shortcode/get_post/etc (about 10 options). So setting a default dummy custom field in Custom Content Type Manager to get_post, makes it set the passing of all custom fields via get_post instead of overriding to a different type. or at least that is why i’m guessing that this workaround works in this case. ??
Hope that info helps.
Solved this by adding a Custom Field in the Custom Content Type Manager for the custom content type and setting the default output filter to get_post for that field.
After adding one field with this output filter all custom fields are being returned and able to be displayed.
I can then hide that field using ACF.
Did you ever figure out how to list projects by category in simple portfolio?
Forum: Plugins
In reply to: [Simple Portfolio] [Plugin: Simple Portfolio] Simple portfolio themesI’ve been trying to figure out how to create a template page for displaying portfolio items by category similar to portfolio.php. Did you ever find any information or examples?