
Dear, I need to replace the H2 tags instead of H1 tags for Product, Category and Subcategory.
How to achieve this?
Dear, I need to replace the H2 tags instead of H1 tags for Product, Category and Subcategory.
How to achieve this?
Hi,
Please try Page Title control under the Insert tab >> More instead of the existing h2 title control.
Page Title uses h1.
Thank you,
Olivia
Sorry, can you screenshot me this?
Sorry, can you screenshot me this?Hi,
Here is it:
Thank you,
Olivia
Okay, but there is no option to select H1 or H2 option, just insert the title?
Okay, but there is no option to select H1 or H2 option, just insert the title?Hi,
Page Title is already using H1 tag.
Sincerely,
Hella
I mean Product Page Title, not only Page Title. Also Category Page Title, there is no option to migrate from H2 -> H1 titles, please tell me how to achieve this in code or where? When I play Page Title only in the product, the title is different, not the product title.
I mean Product Page Title, not only Page Title. Also Category Page Title, there is no option to migrate from H2 -> H1 titles, please tell me how to achieve this in code or where? When I play Page Title only in the product, the title is different, not the product title.Just a guess, but can a template override do this?
Just a guess, but can a template override do this?Hi,
The Product title tag cannot be changed. But you can try using Page Title which uses h1 instead. It outputs product or category name too on my side. What Page title displays on your side on the Product Details?
Thank you,
Olivia
Hello, when I try to insert Page Title in Product Details page, there is other title, not the Product. So I think this issue must be fixed in next version of the software, because it's important for all title to be H1, not H2 or other.
I changed the headings from .php files direct in the templates/my-template/html/com_content/ and /com_virtuemart/, but I am not sure for further saves of the template from Administration, if clear the settings.
Hello, when I try to insert Page Title in Product Details page, there is other title, not the Product. So I think this issue must be fixed in next version of the software, because it's important for all title to be H1, not H2 or other. I changed the headings from .php files direct in the templates/my-template/html/com_content/ and /com_virtuemart/, but I am not sure for further saves of the template from Administration, if clear the settings.Last edited 18 July 2017 by kostianev
Hi,
Unfortunately Product Title heading will not be changed in the next update and we do not plan this change in the future.
Page title control outputs page title provided by joomla. If it is not what you need please try adding CMS Code control (Insert tab >> More) with the following code:
<h1>
<?php echo $productItems->productTitle->name; ?>
</h1>
Thank you,
Olivia
Hi,
I would like to add this for the category title rather than the product title.
Could you supply the cms code for this also please.
Many thanks
Margaret