Viewing 13 replies - 1 through 13 (of 13 total)
  • +1 I have the same problem!!! Cannot save any of the meta or title fields.

    It’s a multisite. The Super Admin can save the meta and title fields. The Site Admin cannot.

    I used this code, to lower Site Admin rights almost to the same level as the editor. I don’t think that should be the problem.

    if ( is_multisite() ) {
    $role = get_role( 'administrator' );
    $role->remove_cap( 'activate_plugins');
    $role->remove_cap( 'create_users');
    $role->remove_cap( 'delete_plugins');
    $role->remove_cap( 'delete_themes');
    $role->remove_cap( 'delete_users');
    	//$role->remove_cap( 'edit_files');
    $role->remove_cap( 'edit_plugins');
    $role->remove_cap( 'edit_theme_options');
    $role->remove_cap( 'edit_themes');
    $role->remove_cap( 'edit_users');
    $role->remove_cap( 'export');
    $role->remove_cap( 'import');
    $role->remove_cap( 'install_plugins');
    $role->remove_cap( 'install_themes');
    $role->remove_cap( 'list_users');
    	//$role->remove_cap( 'manage_options');
    $role->remove_cap( 'promote_users');
    $role->remove_cap( 'remove_users');
    $role->remove_cap( 'switch_themes');
    $role->remove_cap( 'update_core');
    $role->remove_cap( 'update_plugins');
    $role->remove_cap( 'update_themes');
    $role->remove_cap( 'edit_dashboard');
    $role->remove_cap( 'unfiltered_html');
    }

    Thread Starter Deyneko

    (@deyneko)

    It seems I found a conflict!
    I spent a lot of time to resolve this problem… At the first I reinstalled yoast plugin, deactivate-reactivate it didn’t help. Then I stupidly started to deactivate one by one my plugins and tried to write meta description, seo keyword. At the end, I found that when I deactivated User Access Manager plugin it works. Then, when I had activated User Access Manager plugin, yoast plugin didn’t work again. I did it last night, today I will try to repeat it.
    Try to find a conflict. Hope this help.

    P.S. I more and more thinking to move from yoast plugin to another… Yoast plugin became super large, here is really bad support. Even people with the premium complaining that they lack of support… So it entered to another phase of development (Stars’s disease?). Sorry for my honest opinion.

    Hi, thanks for the reply.
    You didn’t find a solution yet?
    I tested it with an editor role (which is not affected by my code) and that also does not work. It’s weird.

    Are you using a multi site?

    Thread Starter Deyneko

    (@deyneko)

    Hi webbiepro777,
    Yes, I have a multisite.
    I found only a conflict… So, may be in next update yoast plugin will work normally… Actually I have another multisite and yoast plugin works normally there. May be I will remove User Access Manager plugin (it didn’t updated a lot of time) and I have other plugin like this.
    Or I will move to All in SEO plugin, it seems more stable. I choosen Yoast plugin because I had redirection at that time by default.
    At least I will write about conflict to User Access Manager plugin branch.

    @yoast team, this problem is not yet solved in the newest update.
    Could you please fix this? I am not able to change any of the metadata of all my posts and pages!

    Plugin Support amboutwe

    (@amboutwe)

    @deyneko: Can you please submit* the conflict you found to our GitHub repository for Yoast SEO? Thanks!

    As the issue is a conflict with another plugin or theme, we highly recommend reporting the issue to the development or support team of the other plugin. Having both teams work on the issue is a benefit to you.

    *If you have not submitted an issue previously, this guide will help you submit a complete report which may result in a faster resolution.

    Plugin Support amboutwe

    (@amboutwe)

    @webbiepro777: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    Thread Starter Deyneko

    (@deyneko)

    @webbiepro777: yes I confirm, I still have the problem too. I.e. nothing changed after last update. And thank you very much you joined me in this branch.
    @amboutwe: Of course I published about this problem on the other plugin forum. You can read it here as you can see no answers there.
    I will try to publish about this problem in repository.

    Thread Starter Deyneko

    (@deyneko)

    I was surprised that my case is resolved.
    I just didn’t know that. LOL
    Who and how resolved this problem?

    Plugin Support amboutwe

    (@amboutwe)

    The thread was marked as resolved because you confirmed the issue was a conflict with another plugin. Our developers investigate issues reported on GitHub, not within the forum topics.

    • This reply was modified 8 years, 5 months ago by amboutwe.
    YBM

    (@ybmgryzzzgmailcom)

    Hey all, thanks for this thread @deyneko @amboutwe and all.

    Is there a solution to this yet? I can’t pin-point as to which plugin is conflicting exactly as I am still new to debugging. I am sure https://www.ads-software.com/support/topic/conflict-with-yoast-seo-plugin-3/#post-7642158 is not the perfect fix for this right now as it edits plugin core code?

    I just noticed this too on my test site on playing around with WP, Divi, Yoast and UAM plugins.

    Please advise as soon as you can? Would be highly appreciated.

    Thank you.

    YBM

    (@ybmgryzzzgmailcom)

    Hey there, so there was a UAM plugin update today that replaced the hot fix (as it should) but not sure if this is a Yoast or UAM issue?

    You can see the reply here https://www.ads-software.com/support/topic/conflict-with-yoast-seo-plugin-3/#post-8529188

    Thanks

    We’ve had the same bug on a WordPress Multi-site install since about June/July. The titles and descriptions we write in the Yoast SEO Snippet Editor don’t get saved. We are forced to use batch editor.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can't save snippet or meta description after last update’ is closed to new replies.