Seo plugins menu don't open in post edit view

Posted in: Newspaper
Post count: 7

I can’t use yoast seo plugin and rank math with newspaper theme. Wiht yoast SEO I have the famous grey spot and I can’t open the menu at the bottom of the posts. I see it, but I can’t open it. The same happens with rankmath. I need to customize the meta description for each articles.

This is what happens: https://i.postimg.cc/1twn7rXx/Cattura.jpg

In the seo settings everything is fine. I suspect some seo theme features are in conflict with the plugins. Everything is updated.

  • This topic was modified 6 years by thewam.
Post count: 35449

Hello !

Please notice that we tested only the Yoast SEO plugin, so we can provide support only for this plugin.
Also this problem seems to be related to the last version of the Chrome.
Add this code to functions.php file and let me know if this fixed your issue:
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

Thank you !

Post count: 7

Thank you Calin, I’ve added your code and nothing changed (I have updated Chrome too).

I have found a workaround to solve this SEO problem: RankMath and a plugin to write just the meta description.

I hope you’ll solve, because it is time consuming for my editorial staff.

Post count: 35449

Hi,

This problem will be solved for the coming update.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.