Support Forum
Has anyone had luck with getting this to work in a Multi-Site environment? I am actually running a heavily customized Multi-Network/Multi-Site environment that seems to not be working so well with these plugins. The base Meta-Box works when I call my boxes from code, however, I just bought the bundle in hopes to speed up dev time and I cannot even create one meta box from the UI. I'll probably dig into the code tomorrow, but was hoping someone else may have experienced this before I get started.
Hi,
Do you see any error in the Meta Box Builder screen?
I do not see any errors, however, clicking on the fields do nothing. I have also tried in multiple browsers.
I did find that when I removed the normalize call in class-meta-box-processor.php that it would save and not redirect me to the generic post.php causing a blank screen, however no values were saved.
There seems to be two issues here, one with the UI, the second with the saving. I do believe they are related in that because the UI is failing, no fields are added, therefore causing the normalize to fail and not complete processing. Make sense?
I am going to see if there may be a js conflict somewhere or possibly not loading due to custom paths and urls defined.
There does seem to be an angular error...
Error: [$injector:modulerr] http://errors.angularjs.org/1.3.2/$injector/modulerr?p0=Builder&p1=%5B$injector:nomod%5D http://errors.angularjs.org/1.3.2/$injector/nomod?p0=Builder
v/<@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:6:416
Ld/</</<@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:21:366
a@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:21:7
Ld/</<@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:21:250
g/<@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:35:105
r@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:7:300
g@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:34:456
Kb@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:38:184
sc/d@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:17:381
sc@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:18:179
Gd@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:17:1
@https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js?ver=1.3.2:248:152
n.Callbacks/i@http://ca.schoolteams-dev.net/santa-fe-christian/wp-admin/load-scripts.php?c=0&load%5B%5D=utils,jquery-core,jquery-migrate,plupload&ver=4.5.3:3:27444
n.Callbacks/j.fireWith@http://ca.schoolteams-dev.net/santa-fe-christian/wp-admin/load-scripts.php?c=0&load%5B%5D=utils,jquery-core,jquery-migrate,plupload&ver=4.5.3:3:28213
.ready@http://ca.schoolteams-dev.net/santa-fe-christian/wp-admin/load-scripts.php?c=0&load%5B%5D=utils,jquery-core,jquery-migrate,plupload&ver=4.5.3:3:30004
K@http://ca.schoolteams-dev.net/santa-fe-christian/wp-admin/load-scripts.php?c=0&load%5B%5D=utils,jquery-core,jquery-migrate,plupload&ver=4.5.3:3:30366
Thanks, I will check it.