-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metabox does not appear in the page editor. In the post editor it is. #8431
Comments
Yes its odd. on pages its set to 'show'. the same as on posts. even setting it to hide and then back to show doesn't help. |
@jphorn Could you also please check for errors in your JavaScript console on the page the plugin is not working properly? Additionally, could you perform a plugin/theme conflict check? If you are unsure how to do so, we've written articles about this: Please let us know of the results. |
Possibly related to #8435 |
Additionally, could you let us know which browser you are using and check if the issue still persists in another browser? |
@CarolineGeven sure. makes sense: |
@CarolineGeven There are no Javascript errors in our console, because the complete Yoast meta box is missing from edit-post.php for this custom post type, despite being enabled in the settings.
I have tested this in my local dev environment with all plugins but Yoast disabled, and the issue still persists. The Yoast metabox just won't show for this particular post type. I can make the metabox reappear by rolling back to Yoast SEO 5.8. |
@jphorn I've just consulted one of my coworkers and we noticed that your post type is set to no-index. @cesare2017 Is this the case for your pages as well? When your post type is set to no index, it's not relevant to display the Yoast SEO metabox for your focus keyword. This means that this is, for now, intended behavior. We'll discuss the confusion this causes and if perhaps the readability analysis should still be shown. As soon as I know more, I'll let you know. |
@CarolineGeven: Hi Caroline, good point but no the issue persists even with pages that are supposed to be indexed. |
But what if we wanted to set this custom post type to index later? To be honest this makes no sense, and is also not documented in the changelog AFAIK. Why is there even a setting to hide/show the metabox in the first place then? |
@CarolineGeven: The test beta version hasn't done the trick with me unfortunately. By the way: thanks a lot for such a speedy reaction. |
There is a patch release planned for this Monday which will make sure the meta box will return. We agree that this leads to confusing behavior and will therefore be fixed. |
I'm closing this in favor of #8445, which has the exact issue and the solution explained. |
@CarolineGeven: ok but my issue is independent from noindex... |
I understand. Would you mind waiting for the patch release and if that doesn't fix your issue, let us know again? For now, we don't have any direction what might cause your issue, other than the patch that will come out on Monday. If it still exists then, please reply here and I'll reopen the issue. |
@CarolineGeven: The new version did the trick. Everything OK. Thanks a lot for your help. |
@cesare2017 Good to hear and no problem 😄 |
Please give us a description of what happened.
The metabox does not appear in the page editor. Nor can I add it through Screen Options. Strange enough It is available in the post editor.
By the way I have an almost identic (same theme, plugins activated, wp & yoast version: don't really know whats different from the production version) test installation that doesn't show this behaviour. I mean I am using the plugins for years now...this must have happened lately. Any idea what is going on?
img: 1: No metabox on the page editor
img. 2: Metabox not available in the Screen Options (in the post editor it is..)
Please describe what you expected to happen and why.
To have the Metabox available also in the page editor. I am using your plugin for years and it was always there. I noticed the lack of it lately. Maybe it has to do with the latest Wordpress/Yoast update.
img. 3: Metabox available in the post editor, same I would expect in the page editor
How can we reproduce this behavior?
Technical info
`Debug Information
Current option: wpseo
array(25) {
["blocking_files"]=>
array(0) {
}
["ms_defaults_set"]=>
bool(false)
["version"]=>
string(5) "5.9.1"
["company_logo"]=>
string(0) ""
["company_name"]=>
string(0) ""
["company_or_person"]=>
string(0) ""
["disableadvanced_meta"]=>
bool(false)
["onpage_indexability"]=>
bool(true)
["googleverify"]=>
string(0) ""
["msverify"]=>
string(0) ""
["person_name"]=>
string(0) ""
["website_name"]=>
string(0) ""
["alternate_website_name"]=>
string(0) ""
["yandexverify"]=>
string(0) ""
["site_type"]=>
string(0) ""
["has_multiple_authors"]=>
bool(false)
["environment_type"]=>
string(0) ""
["content_analysis_active"]=>
bool(true)
["keyword_analysis_active"]=>
bool(true)
["enable_setting_pages"]=>
bool(true)
["enable_admin_bar_menu"]=>
bool(true)
["enable_cornerstone_content"]=>
bool(true)
["enable_text_link_counter"]=>
bool(true)
["show_onboarding_notice"]=>
bool(false)
["first_activated_on"]=>
bool(false)
}
`
The text was updated successfully, but these errors were encountered: