Forum Replies Created
-
AuthorPosts
-
SteveKeymasterNot sure exactly, what you are trying to do, but to copy post meta from one post to another you would use get_post_meta() and update_post_meta().
SteveKeymasterThis is fixed in Piklist v0.9.9.11
SteveKeymasterJust released v0.9.9.11 which should fix the issue. Please test and let me know.
SteveKeymasterCan you try this fix:
https://piklist.com/support/topic/0-9-9-6-add-more-problem/#post-7877
SteveKeymasterThis will updated in the next version of Piklist
SteveKeymasterGreat. I’ll include that in the next version. Thanks!
SteveKeymasterCan you try this instead of see if it still fixes the issue? There is a slight problem with ndbe’s code:
if (count > 0) { var $sortable = $wrapper.parent(), $containers = $sortable.children('div.piklist-field-addmore-wrapper'); $wrapper .trigger('piklistaddmore', [$wrapper, 'remove']) .remove(); $this.re_index($sortable, true); }
SteveKeymasterWe just updated WP Helpers and Piklist. They should work fine now.
March 30, 2017 at 1:43 pm in reply to: error when replacing editor and specifying scope as post #7870
SteveKeymasterHi All– Sorry, for the communication breakdown. Really, REALLY, sorry. We’ve always valued our users, and not responding quickly was just not fair.
We plan on releasing an update next week. It’s not going to be the next major version of Piklist, but it should take care of most of the bugs you’ve reported.
I will also write a blog post next week letting you know what’s been going on, but please, rest assured that Piklist is not dead. Kevin and I use it EVERY DAY for our regular client work.
SteveKeymasterThat’s really odd. Try deleting this from each field since you don’t need it:
,'on_post_status' => array( 'value' => 'lock' )
SteveKeymasterThanks for the tip!
-
AuthorPosts