consumedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsWrong info
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsHm, I replaced it but still publishing? Cleared the cache and such too.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsThanks… waiting on the client anyhow. Love the plug in and the support. Gonna PP ya a donation.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsCool thanks, what’s the release date? Client is waiting on it.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsThanks, also forgot to say it’s on a custom post type:
add_action( 'init', 'create_post_type' ); function create_post_type() { register_post_type( 'entries', array( 'label' => 'Entries', 'public' => true, 'show_in_menu' => true, 'menu_position' => 20, 'supports' => array( 'title', 'author', 'thumbnail' ), 'rewrite' => false, 'rewrite' => array( 'slug' => '/entries', 'hierarchical' => false, 'capability_type' => 'post', 'with_front' => FALSE ), ) ); }
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsHuh, odd… now it erred on update but still not on publish. “Please enter a value” is what I get when I hit update.
Forum: Plugins
In reply to: [Custom Field Suite] Required FieldsForum: Plugins
In reply to: [Custom Field Suite] Required FieldsThanks for the reply, I am publishing… I am also admin does that matter? There is no error message, popup, ect when I hit publish with nothing in the required field. Should it also be required when updating as well? It doesn’t happen then either.
{"1180":{"post_title":"Entries","post_name":"entries","meta":[{"meta_key":"cfs_rules","meta_value":"a:1:{s:10:\"post_types\";a:2:{s:8:\"operator\";a:1:{i:0;s:2:\"==\";}s:6:\"values\";a:1:{i:0;s:7:\"entries\";}}}"},{"meta_key":"cfs_extras","meta_value":"a:1:{s:11:\"hide_editor\";s:1:\"0\";}"}],"fields":{"10":{"name":"project_description","label":"Project Description","type":"text","instructions":"","parent_id":"0","weight":"0","options":"a:2:{s:13:\"default_value\";s:0:\"\";s:8:\"required\";s:1:\"1\";}"}}}}
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] Fatal error – on saveVery nice, thanks!
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] Fatal error – on saveNP:
https://pastebin.com/BC7jp4XwI will thanks, great plug in, never had an issue with it.
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] Fatal error – on saveI haven’t deleted any fields, maybe changed 1-2 prior to… no manual saving, and have a custom field for those particular posts with:
loop - text - date text text text
It hasn’t showed since and saved when I got the error just thought you might want to know.
Cool thanks I’ll give it a try. BTW, LOVE the plug in… great job.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Removing Cart ImageOh duh ha… thanks
Dang, ok. hm… I’ll rework it on my own WP build (this was for a client) and see what happens. Maybe it’s another plug in messing with it as well. Thanks.
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] Loop option missing, 1.4.7Ok good to know, thanks… you might want to make a note at:
https://uproot.us/custom-field-suite/docs/loop/BTW, great plug in I was building my own custom fields per client ones for a while there until I discovered yours. When do you expect the loop to come back?