Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Eric,
Please see an example here: http://pastebin.com/wGg9sPRQ
Here is another example: http://pastebin.com/Xj4J3DiA
Anh Tran
KeymasterYou can automatically update the plugin using the Meta Box Updater or manually download the extension, unzip and upload to your site, overwrite old files.
Anh Tran
KeymasterHi @brightcreations,
I've just released the new version of MB Group which supports for multi-level nested groups. Please try it and let me know the result.
PS: Due to JavaScript problem, the media field and WYSIWYG field couldn't be cloned in multi-level nested groups. So please don't use them.
Anh Tran
KeymasterLast time I included both the extension's main file and the group class. I've just pushed a new version of the plugin with fix for this (and a big improvement for supporting multi-level nested groups).
Please try it and let me know if you find any bug. Thanks.
Anh Tran
KeymasterHi,
If you put a shortcode in WYSIWYG field, you need to render it automatically. Here is a thread on Github about that. Briefly, you need to use this code in the frontend:
<?php echo do_shortcode( rwmb_meta( 'field_id' ) ); ?>Anh Tran
KeymasterLet me check again. The last time I checked it worked for me.
Anh Tran
KeymasterCould you please use the development version on Github? And use the latest version of Group extension?
Let me know if you still see the bug.
May 12, 2016 at 11:30 PM in reply to: Display value of text field (URL) in custom_html field in same group #3062Anh Tran
KeymasterI will close this topic as it's confirmed to work via email ๐
May 11, 2016 at 9:48 AM in reply to: Display value of text field (URL) in custom_html field in same group #3046Anh Tran
KeymasterNo problem, here is what I tried:
https://gist.github.com/rilwis/5c32156d8296efc2a0af4cf27af533bc
You can change the jQuery selector in the JS file if needed.
May 10, 2016 at 10:16 PM in reply to: Display value of text field (URL) in custom_html field in same group #3042Anh Tran
KeymasterHmm, I think it's not possible because the group is cloned and there is no way to attach multiple values of the clones into the meta box array. You can try JavaScript to update the HTML of the
custom_htmlfield when the site/url field is updated.Anh Tran
KeymasterNo problem. I just wanted to tell so I don't waste your time. I'm trying my best to fix this. But honestly, I'm not sure when I can finish.
Anh Tran
Keymaster@brightcreations: I think this problem is a technical challenge and I guest it takes long to resolve. Although I'm working on it, it's more complicated than I imagine.
I don't want to stop you from developing websites, so I suggest you can use another solution for this purpose, for example: using a textarea or simple text field and ask users to enter phone numbers one by line or comma separated, then in the frontend use
explodeto get the values.What do you think?
Anh Tran
KeymasterI'm still working on it. Can you please wait a little bit?
May 8, 2016 at 5:03 PM in reply to: Presence of 'is_child' causes warnings on non-post pages and new, unsaved posts #3025Anh Tran
KeymasterThanks a lot, @FED. That's a good fix for the bug. I've just updated the plugin ๐
-
AuthorPosts