Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Dan,
I've just checked the plugin and see that the TGM Plugin Activation class doesn't show the notice for ones who have dismissed it. Can you tell the clients to click the dismiss link? It works per user, so if you have dismissed it, your client might still see it.
Anh Tran
KeymasterHi Dan,
I've just tested the MB Beaver Builder Integration and don't see any error. Can you post the code that registers meta box to check?
Anh Tran
KeymasterHi Guy,
Can you please try again? I've just re-uploaded the .zip file.
Anh Tran
KeymasterHey @mgratch, your solution is great! Thanks for posting it here for others. I completely forgot about the custom callback. Nice work!
Anh Tran
KeymasterYes, that's what the condition says. However, I think the problem might be: the value of a taxonomy is always an array (as we can select multiple terms to assign to a post). So it's not correct to says one array "in" another array. Can you try "contains" one value, and add another condition for the other value?
Anh Tran
KeymasterHello,
Can you give me more details on "get the MetaBox to tie to the Post Type and then put them into the sidebar"? Do you mean registering a meta box (with custom fields) for the custom post type and outputting the custom fields' values in the sidebar?
Anh Tran
KeymasterHi,
Do you set the
max_cloneparameter for the field? Can you post the code that registers meta box?July 9, 2018 at 9:19 AM in reply to: ✅Conditional Logic for hiding conflicts with required fields #10480Anh Tran
KeymasterHi Doug,
I'm afraid this (removing the required attribute) is the only way to resolve this. The Conditional Logic actually hides/shows elements. It does not removes them completely from the page (cause it doesn't know how to get them back).
Anh Tran
KeymasterI got it. The thing here is the plugin detects the first element that contains the condition, which is the first clone in this case.
It would be very confusing if it detects all elements and parse the conditions. The plugin can't understand whether to show "room-availability" when all clones satisfy the condition or any clone satisfy it. In this case, this is "any", but in general, there's no way to know that :(.
I think to solve this problem, please just set the first clone as the trigger for the rules.
Anh Tran
KeymasterHello,
This is the way WordPress's editor work. According to the documentation, the
editor_classis "Any extra CSS Classes to append to the Editor textarea".Anh
Anh Tran
KeymasterHi,
Thanks a lot for your very detail topic!
After looking at the bug and the code, I found a bug in this case. I've released a new version of the plugin. Please update it.
Anh Tran
KeymasterHi,
I think there's no problem if you use all of them. Or did you see any bug?
Anh Tran
KeymasterHi Doug, we actually missed to include it. Let us work on that.
Updated: The new version of Builder has supported this.
Anh Tran
KeymasterHi Doug,
That's a good point. Let me add that to the Builder.
Updated: It's added to the Builder.
-
AuthorPosts