Hi, Im using enfold and yoast. I have the settings in the theme to let the plugin do all the work but one of my pages still is not taking the correct title tag.
The title should be
“Internal & External Chute Repair Services | Chute Cleaning & Odor Control Services in DC, MD & VA ”
as that is what I have set up in the yoast settings on the page.
Any thoughts on this?
Hey acscreativenew,
Thank you for the inquiry.
Try to add this filter in the functions.php file to disable the default title filter from the theme.
remove_filter('avf_title_tag', 'avia_wpseo_change_title_adjustment', 10, 2);
And post the login details in the private field so that we could check the issue properly.
Best regards,
Ismael
So I have added that to the functions file and still no change.
Hi,
Thank you for the info.
Can we deactivate the plugins temporarily? We tried to disable the title tag that is being set by the theme, but it did not help. The title of the page remains.
Best regards,
Ismael
Probably not, this is a big live website so I do not want to mess with deactivating plugins.
Hi,
Do you have a staging or development version of the site? If not, you can ask your hosting provider to create it for you, or you can create one yourself.
// https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
// https://themeisle.com/blog/wordpress-staging-site/
Best regards,
Ismael
I figured this one out. I think I needed to allow shortcode processing with in the settings.
Hi,
I’m glad this was resolved. If you need additional help with this topic please let us know here in the forums.
Best regards,
Jordan Shannon