Forum Replies Created
-
AuthorPosts
-
woorise
Participantagain it strips out the characters. I will use spaces this time:
& # 1 0 ;
woorise
Participant*forgot to include it between code tags:
'placeholder' => ' ',woorise
ParticipantThanks for the quick respond Anh. In my case I found that the issue occurs when I include the following characters as a placeholder in the field I want to hide: " "
Here is the part of the code:
[
'name' => esc_html__( 'Field', 'test' ),
'id' => 'field',
'type' => 'textarea',
'visible' => [ 'test_field', '!=', '' ],
'placeholder' => ' ',
],woorise
ParticipantI get the same error "TypeError: logics is undefined" when I use conditional logic in a field which is part of a group field.
woorise
ParticipantI just tried it! Perfect! Thank you!
July 15, 2019 at 2:48 PM in reply to: Block editor overlaps on fullscreen mode of wysiwyg field #15349woorise
ParticipantGreat! Thank you!
July 15, 2019 at 2:34 PM in reply to: Block editor overlaps on fullscreen mode of wysiwyg field #15347woorise
ParticipantShould I expect that you will create a ticket about it?
July 15, 2019 at 2:25 PM in reply to: Block editor overlaps on fullscreen mode of wysiwyg field #15345woorise
ParticipantYes I am using Gutenberg. Is there any workaround for this? Any ticket report?
woorise
ParticipantI don't mean to change the default behavior of the button but to add a "Duplicate" option like the "Remove" option you have now (although in that case it will be better to use icons in the right top corner, one icon for removing and one icon for duplicating).
woorise
ParticipantI am talking for the second part, for user-selected options. There are times where there a lot of repeatable data (like in my case) where user selects almost the same options. In these cases they could duplicate an existing clone field and edit it without the need of selecting all the options again.
woorise
ParticipantI don't use MB Builder. I mean the clonable (repeatable) field.
User has the option to create a new clone field using the button (empty fields options) but it would be useful if also has the option to duplicate a clone field with the existing options.
woorise
ParticipantThank you very much! Now it works!
I notice that we destroy the select and initialize it again. Doing this we lose the initial options. Is there any way to automatically set the initial options?
woorise
ParticipantI am using the exact same code as in the jsfiddle http://jsfiddle.net/u3tq89wg/ in a clean installation but it works only the first time. It doesn't updated after I open the second dropdown. I don't get any console errors.
Can you please give me a working example?
woorise
ParticipantThank you. I think you need to check the downloaded file because is the old version.
woorise
ParticipantThis was so fast! Thank you!
By the way when the "Meta Box Updater" plugin is activated I get the admin notice "Warning! You have not set your Meta Box license key yet..." on the entire network. I think you should check for a super admin capability when it's installed on a multisite.
Please do more checks on multisite. Meta Box plugin and all extensions should be fully compatible with multisite.
-
AuthorPosts