Forum Replies Created
-
AuthorPosts
-
January 11, 2019 at 11:28 AM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12987
criv23
ParticipantHi Anh,
Switching option to extensions also works in 1.6.17.
January 11, 2019 at 10:22 AM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12981criv23
ParticipantI'm not sure what's causing it either. I deactivated every other plugin when I had 1.6.18 installed and it still wasn't working so it couldn't have been a compatibility issue.
Here are the only two metabox filters I have in my functions.php :
add_filter( 'mb_aio_load_free_extensions', '__return_false' ); add_filter( 'mb_aio_extensions', function( $extensions ) { $extensions = ['mb-admin-columns','mb-settings-page','mb-user-meta','meta-box-builder','meta-box-columns','meta-box-conditional-logic','meta-box-group','meta-box-show-hide','meta-box-tabs','meta-box-updater','mb-term-meta']; return $option; } );Let me know if you need any more info and I can help!
January 8, 2019 at 9:37 PM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12955criv23
ParticipantThanks Anh! I just tested 1.6.17 and that does work for me. So something in 1.6.18 is causing it to not save the data.
January 8, 2019 at 2:45 AM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12936criv23
ParticipantYes, I'm using 1.6.18. I believe it was working on 1.6.17 or 1.6.16.
Whatever version it was on during 12/26 is when it was working. Is there a way to download previous releases? If so, I can let you know which version was working.
January 6, 2019 at 12:48 AM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12901criv23
ParticipantI may be experiencing the same issue. Any extensions I select do not remain checked. I also have them set in a filter but they are still showing as unchecked:
add_filter( 'mb_aio_extensions', function( $extensions ) { $extensions = ['mb-admin-columns','mb-settings-page','mb-user-meta','meta-box-builder','meta-box-columns','meta-box-conditional-logic','meta-box-group','meta-box-show-hide','meta-box-tabs','meta-box-updater','mb-term-meta']; return $option; } );The same can be said for the Dashboard checkbox like Theodore mentioned.
I can tell the plugins are not activated because my tabs, groups, etc. are not displaying correctly. If I install one of the plugins separately (e.g. meta-box-tabs), my tabs show up correctly. This was working fine around 12/26.
Any help would be appreciated.
-
AuthorPosts