Hi,
Can you provide a URL where the issue is happening?
Hi,
It may be an issue with the theme. We would like some more information.
1. Can you confirm that you have the ability to do a force rewrite (Yoast will let you know in the SEO-Search Appearance Section)? If not, you may need to speak to your theme developer to confirm you have title support.
This guide explains more: https://kb.yoast.com/kb/the-seo-title-output-for-the-plugin-doesnt-work-as-expected/
2.If you go to http://kofeti.ru/shop/ on the backend what exactly do you have as the title? Can you describe what you have or take a screenshot?
Hi, sorry for my English. The problem was solved after woocommerce support was declared in my custom theme with code:
function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' )
-
This reply was modified 6 years, 10 months ago by
DenFunk.