What you mean with ” I have all the sections but no chekbox.”
Can you explain this, better a screenshot. You have no checkboxes to active items on each area on the settings page?
The source code for the item “No title!” for example is :
<tr>
<td>
—
<b>
<i>No Title!</i>
</b>
<span>(user-actions)</span>
</td>
</tr>
and it should be
<tr>
<td>
—
<b>
<i>No Title!</i>
</b>
<span>(user-actions)</span>
</td>
<td class="num">
<input id="check_postadministrator0" class="admin_bar_administrator" type="checkbox" value="user-actions" name="mw_adminimize_disabled_admin_bar_administrator_items[]">
</td>
<td class="num">
...
this happens only on the master blog where i have to define all my network
Only our IP have access to our dev server… 🙁
And we have no plugin or theme which filter checkboxes. I have some blogs with same plugin and theme which show me checkboxes. Really curious.
We think we have find where the problem come from. We have a http call (instead of https) for remove_footer.min.js
Curious because WP_PLUGIN_URL don’t write https on the master blog and write https on all the blogs…
And this just happen with this javascript. We investigate.
Thanks for your feedback. I’m curious for for your feedback, reply.
The remove_footer.js is only to hide the footer area. Have you active the Backend option to hide footer? But I have it active for testing, also no changes on my settgins pages.
best.
Yes Frank, wrong track … We have force WP_PLUGIN_URL to https and same results 🙁
we continue to investigate.