Viewing 5 replies - 1 through 5 (of 5 total)
  • interzis

    (@interzis)

    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

    interzis

    (@interzis)

    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)

    Thread Starter Christoph

    (@camthor)

    seems to be working now, many thanks!

    interzis

    (@interzis)

    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

    Plugin Author Philipp15b

    (@philipp15b)

    Should all be fixed in version 1.0 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Sitewide (Admin) Header/Footer] settings not saved’ is closed to new replies.