Forum Replies Created
-
AuthorPosts
-
Tan Nguyen
ParticipantDear Pipo,
If you installed and activated the Conditional Logic, in the Builder, navigate to Settings page, then add
Visible when post_ID = 4
and it should works ๐
Tan Nguyen
ParticipantDear Pipo,
The value is saved in the post via the field id normally, you can get the value by using
rwmb_meta($field_id)function.November 7, 2016 at 2:04 PM in reply to: Fields are hidden with visibility property rather than display #4448Tan Nguyen
ParticipantDear Venkat,
I see you use full size for your field. If you set 12 columns, consider to remove column property of field it will show exactly on the new row.
November 5, 2016 at 2:58 AM in reply to: Fields are hidden with visibility property rather than display #4439Tan Nguyen
ParticipantIt's weird, sorry for not clear on the previous message. I use
visibility:hiddenfor column. For other fields, I use.show()and.hide()jQuery method. Can you please post your code here so I can check it?November 3, 2016 at 7:03 PM in reply to: Fields are hidden with visibility property rather than display #4421Tan Nguyen
ParticipantDear Venkat,
Field should
visibility: hiddenbecause we have to prevent jumping other fields, for instance, you have 3 fields:Address Zipcode Countryor with column:
Address Zipcode CountrySo if Zipcode is hidden, Country with jump to Zipcode place immediately, it's bad for UX.
Best regards,
Tan
Tan Nguyen
ParticipantI've released new version which fixed this bug. Please download and enjoy ๐
Tan Nguyen
ParticipantDear armandmorin,
Please make sure the
{$prefix}hero_typefield is eq toheadline_subCheers!
Tan Nguyen
ParticipantDear web-crossing,
Sorry for the delay. I've check and see this is a bug of MB Conditional Logic. I'm working with it and will release the patch within 48 hours.
Thanks and best regards,
October 24, 2016 at 3:13 AM in reply to: Does MB Conditional Logic works with MB User Meta ? (pre-purchase question) #4359Tan Nguyen
ParticipantDear Sinusite,
Thanks for using our plugin.
1. YES, it's not only works with Post meta boxes but also works with all other extensions like User Meta, Settings Page, Term Meta.
2. YES.
Let's see the demo:
Best regards,
Tan
Tan Nguyen
ParticipantYa welcome. Please don't hesitate to tell us if you have any problem ๐
Tan Nguyen
ParticipantLet me check and answer in the next 2 days ๐
Tan Nguyen
ParticipantYou should add $meta_box argument for the function and return $meta_box for the filter
funtion cs_metabox1($meta_box) { // Do your job here return $meta_box; }Tan Nguyen
ParticipantDear MD3,
Sorry the ID attribute should works as it does, it's impossible to set same id for different fields. And Conditional Logic only works with different ids.
Best regards,
Tan
Tan Nguyen
ParticipantDear sgerritse,
Sorry, Conditional Logic doesn't support select tree right now. I'm thinking the way to implement this, can't confirm the ETA now but I think late November is okay.
Best regards,
Tan
Tan Nguyen
ParticipantDear David,
I've fixed this bug. Please update to the latest version (2.1.1) and you'll see multiple select boxes which let you select template names.
Cheers!
-
AuthorPosts