Wyiswyg doesnt cloning (WP 4.7.5)
- This topic has 23 replies, 4 voices, and was last updated 8 years, 4 months ago by
Truong Giang.
-
AuthorPosts
-
May 19, 2017 at 11:07 PM #5896
i.ugarov
ParticipantHi!
I have the same issue https://support.metabox.io/topic/problem-with-clonable-wysywig/ but i dont use alpha version, just updated 4.7.5 (ru)
Can you help me how to fix it?
Thanks.May 20, 2017 at 12:06 PM #5903Anh Tran
KeymasterHi,
Can you please post your code here?
May 20, 2017 at 5:50 PM #5904Hazmi
ParticipantHi, same problem with 4.7.5 (official version) as i mentioned in https://support.metabox.io/topic/problem-with-clonable-wysywig/
May 20, 2017 at 6:04 PM #5905Hazmi
Participantsmaple code:
'fields' => array( array( 'id' => 'partners', 'type' => 'group', 'clone' => true, 'fields' => array( array( 'id' => "{$prefix}title", 'class' => 'title', 'type' => 'text', 'placeholder' => 'Partner' ), array( 'id' => "{$prefix}contact", 'type' => 'wysiwyg', 'raw' => true, 'options' => array( 'textarea_rows' => 7, 'media_buttons' => false, 'tinymce' => false ) ) ) ) )May 22, 2017 at 8:21 AM #5910Anh Tran
KeymasterHi Hazmi,
Thanks for your code. I've tested and see the content is saved, but the buttons in the toolbar don't work. Is that the problem you mentioned?
May 22, 2017 at 11:51 AM #5912Hazmi
ParticipantHi,
yes, that's my problem. Buttons are working only after i saved the post.
May 23, 2017 at 8:13 AM #5917Anh Tran
KeymasterThanks. I'm working on it.
May 23, 2017 at 11:10 PM #5921i.ugarov
ParticipantThe problem is that after save and then open to edit Wyiswyg is missing at all cloned fields except of first group. They looks like that (screenshot) - http://joxi.ru/L21Xk6qUeGjOmX but the 1st group is correct - http://joxi.ru/zANawzXUEJoX29
Code is : https://pastebin.com/cTLJLCfNMay 25, 2017 at 4:07 PM #5933Anh Tran
KeymasterHi @i.ugarov, we're fixing it. Will be done soon 🙂
May 25, 2017 at 5:38 PM #5934i.ugarov
ParticipantThanks Anh, also "collapsible" doesnt work, should i post a new ticket?
May 26, 2017 at 3:36 PM #5940Anh Tran
KeymasterYes, please. It helps tracking easier.
May 29, 2017 at 9:26 PM #5951i.ugarov
ParticipantAnh how soon is possible to fix that issue? I got update of the extension, but that problem is still there. Can you give me date?
May 31, 2017 at 8:50 AM #5957Anh Tran
KeymasterWe're having a problem when cloning a group, which has a cloned wysiwyg field. The generated ID for the wysiwyg must be unique. We're trying our best to fix it this week. We'll keep you posted.
June 2, 2017 at 3:36 PM #5975Anh Tran
KeymasterHi again,
This bug is fixed. Please update **both** Meta Box and Group.
June 2, 2017 at 4:43 PM #5976i.ugarov
ParticipantHi Anh
I still getting this bug - http://joxi.ru/p27bJajCQ09pm7 also *add more* button before - http://joxi.ru/DmBz985iXNvVmP with no console errors.
Plugins status - http://joxi.ru/MAjb6EDCVvwNAe -
AuthorPosts
- The topic ‘Wyiswyg doesnt cloning (WP 4.7.5)’ is closed to new replies.