Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHello,
This is on our plan. However, Gutenberg is not stable yet and there're some serious issues (on Github), we haven't started yet. But this is definitely what we're going to do.
Anh Tran
KeymasterHi Calpaq,
Can you give me your code to check again on my localhost? Maybe there's something that I didn't think about before.
November 23, 2018 at 4:03 PM in reply to: ✅2-ways relationship in facet for related post types, when both are in template #12181Anh Tran
KeymasterHi Mauro,
Can you please contact FacetWP and ask for help? This is a technical question and relates with how things work in FacetWP.
November 23, 2018 at 3:54 PM in reply to: ✅WooCommerce hide fields on product_cat ids not working #12180Anh Tran
KeymasterHi,
I see you're using the syntax for MB Conditional Logic instead of Meta Box Show Hide. This code is created with MB Builder, which only supports Conditional Logic. So to use Show Hide, please modify the syntax to match the rules here.
If you want to use Conditional Logic, please note that the taxonomy value is an array, so you should use
inorcontains, like this:array( 'tax_input[product_cat]', 'contains', 18 )Anh Tran
KeymasterI haven't done anything like that. Looks like it requires custom coding.
Anh Tran
KeymasterHi Calpaq,
I think the cause is
max_input_varssettings in PHP. Please read this post for solution.Anh Tran
KeymasterHi Calpaq,
Can you please check this answer? This might be the same problem.
Anh Tran
KeymasterCan you show me a screenshot? In my thought, when a group is collapsed, all sub-fields are hidden. So no matter the condition is satisfied or not, we still can't see the sub-fields.
Anh Tran
KeymasterHi David,
Thanks a lot for your feedback.
When you submit a post, the Group has a mechanism to filter all the sub-fields' values to remove empty values (to save space). So, if no value is entered, that means the group doesn't have any value. I'll check why it saves NULL in the DB.
I also updated the MB Custom Table docs to include your points. Thanks for helping 🙂
Anh Tran
KeymasterHello,
Thanks a lot for your solution.
However, I'm quite confused here. When a group is collapsed, then all sub-fields are hidden, are they? So it doesn't matter they're visible or hidden, because they're always hidden.
Anh Tran
KeymasterHey Clayton and Doug,
We've just a fix for this problem on Github. Can you please test it?
We follow your instruction by adding 2 columns
order_fromandorder_toto track the order of each side. So far so good for now. Please take a look.Anh Tran
KeymasterOops, didn't notice it was spaces. I've just fixed it. Thanks for noticing me.
Anh Tran
KeymasterHi @candorem,
Maybe please ask your client not save/update the posts when the files are not full loaded. I mean when you edit a post with
file_advancedfield, you have to wait for 1-3 seconds to see all files are loaded. Only until then, it's safe to update the post. -
AuthorPosts