Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Jackky, thanks for your investigation. I've added CSS to the MB Blocks extension and will release it in the next version.
Regarding refactoring all the markup, I'm afraid it's not possible due to a lot of unexpected affects and BEM has quite low specificity (usually 1 class), which still be overwritten by WP or other plugins/themes.
Anh Tran
KeymasterRegarding multiple select dates – is there a jQueryUI that does support this? And if so would you all look into adding it? This would be a huge feature.
I'm afraid jQueryUI doesn't support this. You can see details here: jqueryui.com/datepicker/.
My suggestion is using clonetable date picker, which allows you to do the same thing.
Besides FacetWP how do you display data that’s cloneable / serialized?
For displaying data, please see this docs. You need to use some coding, though.
Regarding the last option, using the Conditional Logic extension – I’m not following. So I would create a new custom fields section and call it “trip-cal”. Then add a group field for each month (Jan, Feb, etc). Then add the Select Advanced field – but this is where I’m lost. How would I use the conditional logic to pull in my trip dates that are attached to different “custom field” group?
This is a sample code that I have: https://pastebin.com/5mc6jtJv. Please try it and see if that's similar to what you have in your mind.
Anh Tran
KeymasterI see. Thanks for your video.
That might be a problem of enqueuing assets on the front end for user profiles. I've just fixed in the latest version. Please update and try again.
Anh Tran
KeymasterCurrently, the MB Builder just lists the default categories. I'll add custom categories to the list and add to the next version.
Anh Tran
KeymasterHi,
Please go to tab Advanced and add a custom attribute with name "clone_as_multiple" and value "true".
January 22, 2020 at 10:50 AM in reply to: ✅Issue for Map field output when page/content is loaded dynamically #17945Anh Tran
KeymasterHi,
Can you try calling this JS after the page is loaded via Ajax:
$( document ).trigger( 'mb_ready' );Anh Tran
KeymasterHi Akram, please enable debug mode on WordPress and see what errors occur?
January 22, 2020 at 10:35 AM in reply to: ✅MB User Profile not working because of latest MB User Meta #17943Anh Tran
KeymasterHi guys, thanks for your feedback. I've just fixed it in the latest version.
January 22, 2020 at 10:02 AM in reply to: ✅Does it allow to have multiple/repeated fields like in meta box ? #17942Anh Tran
KeymasterThank you very much for the response. Yes I knew the WP_Query … but my question is how can I show a select box drop down in the Gutenberg blog in which posts or custom post type is listed so user can select any of post type and its ID can be saved in the back end.
Is that the
postfield about?Anh Tran
KeymasterHi Akram,
I've tested your code and it shows the tabs on the left with
'tab_style' => 'left'. Please see this video.Anh Tran
KeymasterHi Oliver,
I think you have the old Meta Box Updater. Please remove it and try entering the license key again.
Anh Tran
KeymasterHi Dave,
I was able to add fields to a custom taxonomy but I’d like to have a user edit them in the front end.
Unfortunately, our MB Frontend Submission supports editing posts only. It doesn't work for editing terms.
Another way I might be able to achieve this is to create a custom post type to store my data and then create a relationship to the custom taxonomy. This way I can use MB Frontend on the custom post and then link to the taxonomy in code.
That is a possible solution! I think that will work.
January 18, 2020 at 3:40 PM in reply to: ✅Does it allow to have multiple/repeated fields like in meta box ? #17897Anh Tran
KeymasterHi Akram,
Thanks for your questions. Please see the answers below:
Can it be used to create multiple fields in group like we do in a metabox.
Yes, you can absolutely do that. All groups created with MB Group work!
To create a group of fields and can those be cloned or not ?
Yes, cloning fields is supported.
How to show posts list of pages or any custom post type, where are available options and things like that ?
This is just a normal WP_Query, and I don't think it has relation with blocks.
If you're referring to something like search and filtering, you might want to use FacetWP plugin, which we have an integration for.
Can we show taxonomies as well to chose from and stuff we usually do with meta boxes is all available or is there any thing missing ?
Yes, you can show and choose anything within a block, just like normal meta boxes.
Anh Tran
KeymasterHi,
1) Do you have any code related to login? It seems to work fine in my test.
2) Have you added proper permission for users to upload? Can you share your code?Anh Tran
KeymasterHi Filip,
I've just tested and it works well. Can you share your code?
-
AuthorPosts