- This topic has 6 replies, 5 voices, and was last updated 5 years, 2 months ago by
Stephen.
-
AuthorPosts
-
-
November 2, 2016 at 12:32 pm #7485
girindevParticipantWhen I use the functionality of https://piklist.com/learn/doc/replacing-wordpress-post-editor/ , the editor does not save the data. Along with this I am getting errors http://prntscr.com/d271rc . The same errors appear in demo data created by the plugin. I have tried to turn off all other plugins – the errors still remain. Could you please advice what can be the cause and how can I resolve this issue? Thanks
-
November 11, 2016 at 1:37 pm #7524
JasonKeymaster@girindev: WordPress 4.6 broke the ability for Piklist to fields to write directly to post fields (e.g. post_content, post_title, etc.). The bug has been fixed but we need to release a version of Piklist with the fix. I’ll try to push this along.
-
November 16, 2016 at 6:56 am #7543
Sergey MochalovMemberwhen we get new release?
-
-
November 11, 2016 at 6:05 pm #7528
-
November 18, 2016 at 5:40 pm #7569
StephenParticipantI take it this is not working in the latest release? I am using WP 4.6.1 and notice that the editor DOES save the info to the post table (I looked at it via SQL), but it will not retrieve it when going to edit the post in the admin (at least in my custom post type)
-
November 19, 2016 at 7:49 am #7570
StephenParticipantOr is there a simple workaround or code snippet change you can post here, and I can apply it myself? Thanks!
-
November 19, 2016 at 8:09 am #7571
StephenParticipantnevermind, found the fix in this thread:
https://piklist.com/support/topic/error-when-replacing-editor-and-specifying-scope-as-post/
Which is to go to line 923 in class-piklist-form.php and change it to:
array_push($return, $object->{$field['field']} ? $object->{$field['field']} : $field['value']);hope this helps others! And thanks for an amazing product, I am really loving Piklist.
-
-
AuthorPosts
- You must be logged in to reply to this topic.