How change Product, Category and Subcategory Heading title to H1 tag?

kostianev
78 Posts
kostianev posted this 14 July 2017

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?
Vote to pay developers attention to this features or issue.
12 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 17 July 2017

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

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
kostianev
78 Posts
kostianev posted this 17 July 2017

Sorry, can you screenshot me this?

Sorry, can you screenshot me this?
Support Team
Support Team posted this 17 July 2017

Hi,

Here is it:

page-title.png

Thank you,
Olivia

Hi, Here is it: !page-title.png! Thank you, Olivia
kostianev
78 Posts
kostianev posted this 17 July 2017

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?
Support Team
Support Team posted this 17 July 2017

Hi,

Page Title is already using H1 tag.

Sincerely,
Hella

Hi, Page Title is already using H1 tag. Sincerely, Hella
kostianev
78 Posts
kostianev posted this 17 July 2017

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.
DaveOzric
935 Posts
DaveOzric posted this 18 July 2017

Just a guess, but can a template override do this?

Just a guess, but can a template override do this?
Support Team
Support Team posted this 18 July 2017

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

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
kostianev
78 Posts
kostianev posted this 18 July 2017

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

Support Team
Support Team posted this 20 July 2017

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, 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
margaret
15 Posts
margaret posted this 04 July 2019

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

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
Istraweb
7 Posts
Istraweb posted this 01 February 2020

Кто то решил эту задачу? Как?

Кто то решил эту задачу? Как?
You must log in or register to leave comments