Forum Replies Created
-
AuthorPosts
-
May 2, 2019 at 10:45 AM in reply to: Feature request: Advanced Image w/ specific size for forced crop #14373
Anh Tran
KeymasterHi Austin,
This is a nice improvement. I've just looked at the solution on SE and I think it's quite complicated. Working with WP's Media Library is not easy! Our code for the media fields are not simple, either.
I'll make a note on this and see if I can improve it. Thanks for your suggestion.
Anh Tran
KeymasterHi Neil,
You can put groups inside groups without problems. Group supports nesting to unlimited levels.
However, tabs are not nesting. So you need to use only one tab style, either on top or left.
Anh Tran
KeymasterHi Calpaq,
I've just tested again and don't see the problem. Can you make a screenshot or video?
Anh Tran
KeymasterHi,
qTranslate X plugin seems to be abandoned from its author for the last 3 years. I personally don't think it's a good option for a multilingual website. Unfortunately, we don't have an option to make Meta Box work with qTranslate X yet.
April 27, 2019 at 11:05 AM in reply to: ✅Can't Get Image Field to Display Image via Shortcode #14326Anh Tran
KeymasterHi Mark,
Glad that the shortcode works! I'll check the integration with BB. When it's fixed, I'll update the AIO.
Should I expect for this fix to be in the next repository update you make?
Yes. I'll probably use version 4.17.4, so that will overwrite your modified 4.17.3.1 version.
April 27, 2019 at 11:03 AM in reply to: ✅Show field in frontend but not allow to edit by the user #14325Anh Tran
KeymasterHi Sergio,
Yes, it can be done with a condition like this:
[ 'type' => 'text', 'id' => 'field_id', 'name' => 'Text field', 'disabled' => ! is_admin(), // This disables editing in the front end. ]April 27, 2019 at 11:02 AM in reply to: ✅Filterin select advanced with custom field in custom table #14324Anh Tran
KeymasterHi Sergio,
The
meta_keyandmeta_valuein thequery_argswill tell the plugin to filter users by WordPress custom fields, e.g. user meta. They don't handle the value in the custom table.April 27, 2019 at 10:59 AM in reply to: Can AIO activate extensions network-wide in multisite? #14323Anh Tran
KeymasterHi Denny,
Yes, the plugin can be network activated, just like other plugins. However, the settings are saved per site. We have a request make it store settings for the whole network. It's still on our plan.
Anh Tran
KeymasterHi Dave,
I'm afraid you have to write a custom script to migrate existing data from custom fields to custom tables. The plugin doesn't auto transfer data for you.
Anh Tran
KeymasterAh, I forgot to tell you that the code above only add or remove
disabledattribute for the button. Thedisabledmakes the button un-clickable. However, it doesn't change the style. You might need to add something like this to the theme's CSS:button[disabled] { background: #999 }Anh Tran
KeymasterHey guys,
The MB Settings Page plugin works with all kind of options and normal WordPress Customizer's settings (as customizer settings are also saved in an option).
However, to make sure it works with Astra, you might need to confirm 2 things:
- Astra is using an option (or native WordPress customizer settings) to save its own settings
- The data format of settings in Astra matches the way Meta Box saves data.
For example:
WordPress Customizer saves logo as an ID of the attachment page, which is compatible with Meta Box's single image field. If Astra does the same, then they can work together.
This is the most important thing. I'm not an experienced user with Astra (I tested it, but haven't looked into it thoroughly), so please test it yourself.
If you want to link to a specific section in the Customizer, then here is the solution.
April 27, 2019 at 10:47 AM in reply to: Is it possible to create front-end user relationships? #14318Anh Tran
KeymasterHi,
Yes, these plugins work well together. Our goal is making all plugins working together, and they do. There are only a few exceptions, but it's not this case.
Please just try them and let me know if you need any help.
Anh Tran
KeymasterCan you clear browser cache and try again? I can't replicate the bug on my localhost. What's the code for the field?
Anh Tran
KeymasterHi Dave,
No, the Builder doesn't create the custom tables for you. You need to do that manually. Please follow this instruction.
Anh Tran
KeymasterCan you turn on debug and see what the error is? My code is created in my mind without testing, so it might have some conflict.
-
AuthorPosts