Hi @phuc88bmt
We’re sorry that you are experiencing problems that might be caused by our plugin!
Just to be sure, we would like to rule out any plugin or theme conflicts that may occur. The fastest way to do this is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Nineteen.
Test this on your development or staging site, if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin allows you to run a conflict check without affecting normal visitors to your site.
As we can imagine that you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts.
Thank @suascat_wp for support,
It not because of my plugin. Just test with only woocommerce and Yoast SEO.
If you wanna test with Twenty Nineteen. Please tell me how to use Yoast breakcrum with that theme.
this is all my plugin https://imgur.com/xw1EoFl
Do you want a copy of my website to test it?
Hi @phuc88bmt,
We have the instructions to test for plugin and theme conflicts in this guide: https://kb.yoast.com/kb/how-to-check-for-plugin-conflicts/.
You can download and install Twenty Nineteen here: https://wordpress.org/themes/twentynineteen/.
Are you able to enter the Breadcrumb Title and the meta description if you deactivate all plugins except for Yoast SEO and WooCommerce and switch to a default WordPress theme like Twenty Nineteen?
If you’d like us to check your site and check for conflicts for you, we’re not able to get your details in this forum. However, you can purchase Yoast SEO Premium and receive our Premium email support if that’s what you prefer.
Thanks @priscillamc
Did you see the image i sent?
This image -> https://i.imgur.com/xw1EoFl.png
I have only three plugin.
If i use Twenty Nineteen, Breadcrumb Title will not show.
Thanks
Hello @phuc88bmt,
We’re unable to replicate this issue on our end. With just Yoast SEO and WooCommerce running, together with the Twenty Nineteen theme, everything looks right. Have you tried disabling the Realy Simple SSL plugin? Does it resolve the issue?
Hi all,
Now I found the reason.
In image from Yoast support, you can see the Enable Breadcrumbs swwitch button.
Here: https://yoast.com/app/uploads/sites/5/2016/04/Search_Appearance_settings_Yoast_SEO.png
But when i swwitch it to Enable and Save. The button will disappear.
View post on imgur.com
When i check the Yoast SEO code, i saw this
if ( ! current_theme_supports( ‘yoast-seo-breadcrumbs’ ) ) {
$yform->light_switch( ‘breadcrumbs-enable’, __( ‘Enable Breadcrumbs’, ‘wordpress-seo’ ) );
echo ‘<br/>’;
}
i changed code to
//if ( ! current_theme_supports( ‘yoast-seo-breadcrumbs’ ) ) {
$yform->light_switch( ‘breadcrumbs-enable’, __( ‘Enable Breadcrumbs’, ‘wordpress-seo’ ) );
echo ‘<br/>’;
//}
It working, this option is disable (i don’t know why because i enabled it along time before)
View post on imgur.com
So i click to enable it.
That all
Hi,
Yes, you need to make sure that you add theme support for Yoast SEO breadcrumbs if your theme currently doesn’t.
We’re glad to hear you were able to resolve this issue accordingly.