Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterThanks for reporting. It's fixed in version 4.9.5.
Anh Tran
KeymasterThe Group extension is working now with version 4.9.4. Please update Meta Box.
Anh Tran
KeymasterFYI, I've just added an issue on Github to track this and gather more opinions.
Anh Tran
KeymasterHi,
The plugin use WordPress mechanism to store the data. And WordPress chooses to store an array as a serialized string, not a json_encode string.
I suggest you hook to the
rwmb_after_save_posthook and store a duplicated value for that specific field.Another idea is in the topic that you referred to, but it has an issue with backward compatibility.
Anh Tran
KeymasterI've just fixed the bug and released version 4.9.4. Please update!
Anh Tran
KeymasterHi guys, I’m checking it now.
Anh Tran
KeymasterHi Ferran,
The 4.9.3 has a fix for this. I’m checking the bug with the Group extension.
Anh Tran
KeymasterAre you using the MB Custom Post Type extension?
September 28, 2016 at 3:03 PM in reply to: ✅Conditional Logic to display meta box based on custom post type sub categories #4160Anh Tran
KeymasterDear azientar,
With conditional logic for Meta Box, you can define with code like so:
'visible' => [ 'relation' => 'and' 'when' => [ ['post_type', 'ait-items'], ['slug:post_category', 'Financial Adviser'] ] ]So, in your MB Builder, go to Settings tab:
- Under Conditional Logic section, select
VisiblewhenAll...
- Add a conditional logic, when fieldpost_typeis=ait-item
- Add another conditional logic, whenslug:post_categoryis=Finalcial AdviserBest regards,
Tan
September 27, 2016 at 10:28 PM in reply to: The WYSIWYG has white color in the content and missing the toolbar when repeating #4156Anh Tran
KeymasterAre you using the Group extension? Please post your code to register meta boxes.
Anh Tran
KeymasterI think it’s best to check by
if ( ! defined( ‘RWMMB_VER’ ) ). Checking by autoloader class seems too late.However, I would recommend using TGMA class. It allows you to use the latest version of the plugin among themes/plugins.
Anh Tran
KeymasterThere’s nothing stop you doing that. Simply add keys to
fieldsparam, like this:’fields’ => array( ‘phone’ => array( ‘id’ => ‘phone’, ’type’ => ’text’, ’name’ => ‘Phone’, ), )Anh Tran
KeymasterDear Sinusite,
This bug cause when
idis one of Google address components, and Geolocation match with any field which contains address components instead of match exactly with it. I've fixed the logic so it doesn't auto populate withany_idfield. Please update to 1.1.1 which have patch for it.Thanks for reporting and best regards,
Tan
Anh Tran
KeymasterI've fixed this bug and pushed new release. Please grab the latest version which fixed this annoying bug.
Cheers!
Anh Tran
KeymasterDear cmcmahon,
Please grab the latest version (2.1). We've fixed that bug.
Cheers!
-
AuthorPosts