Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it would seem like a conflict with one of the plugins or the theme you are using.
To determine that, please follow this troubleshooting guide:
https://rankmath.com/kb/check-plugin-conflicts/
Here is a video you can follow as well:
https://www.youtube.com/watch?v=FcIWRhcUP2c
Only the site admin would know and your users won’t be affected by this troubleshooting.
Let us know how it goes. We look forward to hearing from you.
Thank you for your answer, good when I deactivate the theme it works again 🙁
Hello,
In this case, please reach out to your theme developers to let them know about the issue. They’ll be in the best position to help with this – but please keep us in the loop.
Thank you for your patience and cooperation
I’m getting back to you because the person isn’t responding. I have the same problem as this person here -> https://wordpress.org/support/topic/rankt-math-update-problem/
Hello,
Could you please confirm whether you have already contacted the theme developer regarding this issue?
They can help you with the saving issue as it conflicts with Rank Math.
Looking forward to helping you.
Yes I have already contacted but he does not want to help me for him everything is fine and I admit that paying 70 euros for a theme to not be helped and not to say that finally the theme is not compatible with rank math is abused I find myself in an impasse
I tried to add this script:
function defer_rank_math_js($tag, $handle) {
// Vérifiez si le script est celui de Rank Math (assurez-vous que le handle est correct)
if ('rank-math' === $handle) {
// Ajoutez l'attribut defer au script
return str_replace(' src', ' defer="defer" src', $tag);
}
return $tag;
}
add_filter('script_loader_tag', 'defer_rank_math_js', 10, 2);
and not to cache /wp-json/ And apparently it works more than a recording problem
Well I tested but no it doesn’t work the theme uses ajax when registering and rank math the same as on the link that I just showed you for that there is a conflict is there a solution?
Hello,
If your theme uses AJAX to save the data from the posts/pages our plugin won’t work because we rely on a hook that only runs within PHP to save the data on the database.
In this case, it would seem like the theme you are using is incompatible with our plugin.
Don’t hesitate to get in touch if you have any other questions.