same to me.
in wp_sitemeta table are missing some entries:
shf_admin_footer_content
shf_header_content
shf_footer_content
I added manually but still have bugs in php code because are not updated through admin area.
the plugin will do it’s job by adding the desired code into these entries (by phpmyadmin).
I’ll try to find some time to try to fix the php code
regards
I think I found the problem
To fix it, in sitewide-header-footer.php search for
$_POST['_ and replace it with $_POST['shf_
you should find this in 3 lines (for admin footer, for sitewide header and for sitewide footer)
seems to be working now, many thanks!
you welcome,
please notice the admin footer is switched (by mistake) with admin header.
you can fix this label in the <table> section, same file
regards
Should all be fixed in version 1.0 😉