This topic has 8 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
In the latest version the title of the products are no longer appearing in Breadcrumbs. But page titles are showing up normally, as usual.
Has there been any change? I looked for options to try to activate but I did not find anything.
Can you help me?
Thanks
Rudimar
I found the problem. In the xstore / woocommerce / global / breadcrumb.php file
single is spelled wrong.
Line 57
<?php if( ! etheme_get_option(‘product_name_signle’) && is_single() && ! is_attachment() ): ?>
changing to is_single all back to work.
Hello,
By default in our theme if you have product title in page content then it’s disabled in breadcrumbs. If you want to show title in breadcrumbs (Show product name above the price option is off) then in the page content you have “product information” instead of the product title. Now you have product title twice http://prntscr.com/iyu031 because of your changes.
Regards
Ah
Now I understand logic. Really well thought out.
This option is recent Olga? Because until a few days was appearing in both places.
I had not seen this selector of the single product page.
Thank you, it was great this way.
Happy Easter to you and the whole team.
One more thing
I also noticed that the sidebar of the single product page is appearing on the mobile. Do you have a new option to disable?
Hello,
1) This is the old option. But it was broken in update 4.22 and we fixed it in 4.22.1 update.
2) We have sent you file to your registration email. Please, use it to replace xstore/framework/theme-options.php.
Regards
It was perfect, Olga.
Thank you again.
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up