• Hello! I’m updating a client’s website. Everything has been updated (WP, genesis, plugins). I am trying to edit the “genesis_footer Hook” section but when i save the changes i get redirected to the wp-admin/options.php page which is blank. I navigate back to the simple hooks page and my edits were not saved. Any ideas what is happening? For this hook i have the following checked:
    -Unhook genesis_do_footer() function from this hook?
    -Execute PHP on this hook?

    thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, @pixelarcher.

    It sounds like the PHP code in the genesis_footer hook area may contain an error.

    If you’ve reviewed it and it seems okay to you, feel free to post a screenshot or copy of the code here.

    Thread Starter pixelarcher

    (@pixelarcher)

    Hi @modernnerd! Thanks for replying. So the code I currently have in that area has been there for at least two years. I wanted to update the image file, the copyright symbol and copyright date.

    <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/footer-logo.png" />
    
    <p>Copyright © 2014 · Client - www.clientblog.com - Theme Customization by Pixelarcher Creative</p>

    I tried deactivation and reactivation the plugin as well. No go.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘changes not saved, redirects to wp-admin/options.php’ is closed to new replies.