Hi SEOWebDesignLLC,
I’ve tested out all the plugins I could find based on the output within your HTML code and couldn’t find any conflicts on my test server.
Unfortunately, I do not have access to the theme you’re using since it’s a premium theme.
However, if you have a test version of the site you’ve created and deactivate plugins until it works, please let me know if that helps, notifying me of the last plugin deactivated (the one that caused the conflict).
Otherwise, I’d suggest to switch to the default theme (Twenty-Fifteen) and see if the values are being saved or not. Please report back if this is the case, then I’ll try to fetch a copy from the developer for any conflict resolution.
The way The SEO Framework handles data is based (even more so: almost carbon-copied) from the renowned Genesis Framework by StudioPress. It’s solely based on WordPress core functions of interacting with the database.
However, an error could of course stop this from happening. If you find any errors within the error log related to this issue, please post them here.
You can change the behavior of WP_DEBUG with the following code, either add this as a mu-plugin or within wp-config.php. Please try to refrain from defining WP_DEBUG twice, this will crash your site. You can place it right where the original WP_DEBUG code was placed.
The code below will not output any PHP errors found within the browser, but saves them within /wp-content/my-error.log to be reviewed later:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
ini_set( 'error_log', WP_CONTENT_DIR . '/my-error.log' );
I would also like to know if the “Reset Settings” button outputs Error saving settings after confirmation.
With this information I can pin-point the bugs you’re experiencing better.
Please be aware of what you post here since it could contain sensitive data. As long as it’s related to The SEO Framework or WordPress core, I think you’re safe to post it (we’re both very active with updating).
If you have any other questions regarding this subject, feel free to ask.
Thanks and have a great day! π