Forum Replies Created
-
AuthorPosts
-
September 24, 2020 at 2:47 PM in reply to: Conditional logic not working for nested items in repeating group #22133
Caballero
ParticipantHello!
Thanks for supporting this feature request. We'll be waiting for update to roll out!
Regards,
Caballero team.September 23, 2020 at 5:38 PM in reply to: Conditional logic not working for nested items in repeating group #22095Caballero
ParticipantHello!
It's unfortunate to hear that this kind of behavior isn't expected as I didn't want to repeat the same field declarations for all possible outcomes of this solution (Now I have to and there is a lot of WET code). Also I wanted to avoid copying data if there is change in any of options. Only
typeswitch would result in two separate groups with separate ID's...
Is it possible that in future you'll integrate functionality like this?
As I mentioned before ACF seems to support this kind of behavior and we decided to choose MetaBox over ACF because of your advertising of boundless features and endless possibilities.Thanks!
September 23, 2020 at 2:14 PM in reply to: Conditional logic not working for nested items in repeating group #22071Caballero
ParticipantHello!
I see that you only have added one section, if I add only one section the conditional logic is working as expected but problem starts when the section isn't the first section in the repeating group.
I have recorded video to help you understand my problem:
https://www.loom.com/share/de7dfc8950db4a928cd53a53cbc5a492
I'm not using WooCommerce product is CPT but that isn't important as you can add fields to page or post and the problem is persistent.
Meta Box AIO is activating. I have deactivated all plugins except MetaBox and MetaBox AIO updated to latest version. Cleared the cache and tested this on default theme, still not working.Thanks!
Caballero
ParticipantHi,
Is this bug fixed yet?
January 16, 2020 at 2:15 PM in reply to: ✅How to show image url with folder in all sizes from Rest API #17859Caballero
ParticipantHi!
This workaround is pretty long.
Now we use$bg = rwmb_meta( 'advantages_bg', array( 'size' => 'large' ) ); var_dump $bg['url']But the problem is when I need 3 sizes of the same image - then I need to call rwmb_meta 3 times, or use this workaround.
If the rwmb_meta returns sizes - why the size['file'] can't contain also directory? What is the intended way to use the size['file']?
I'd like to recommend to add "url" for sizes. -
AuthorPosts