• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 15.05.23, 10:37
  • Opened by: Matthieu
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24659 - H1 title

hello,

we want to modify the H1 title in the page below

https://affaire-de-filles.fr/brand/9-pepe-jeans

as you see the title H1 here it is the logo of the page

Comments

Fred 15 May 2023, 17:36

Hi, Matthieu.
You can change that in these files:

/themes/alysum/templates/catalog/listing/manufacturer.tpl
/themes/alysum/templates/catalog/brands.tpl
Matthieu 16 May 2023, 15:02

I have modify title H1 for this file /themes/alysum/templates/catalog/brands.tpl but logo is still in H1. Can you help me to modify the code to remove H1 in logo for brand page ?

<h1 class=”m-0 logo-link-wrap” data-element-id=”headingsMap-3”>

      <a class="header_logo_img dib" href="https://affaire-de-filles.fr/" title="Affaire de Filles">
      <img class="logo" src="https://affaire-de-filles.fr/img/logo-1653471314.jpg" alt="Affaire de Filles" width="180" height="150" style="min-width:180px;width:180px;height:150px;">
  </a>
</h1>
Fred 16 May 2023, 18:13

Logo file is here:

/themes/alysum/templates/_partials/logo.tpl
Matthieu 17 May 2023, 10:35

As you can see there is a tag H1 for logo . This happen only for brand.

https://affaire-de-filles.fr/brand/9-pepe-jeans

How I can remove this Tag H1 . There is no H1 tag in /themes/alysum/templates/_partials/logo.tpl

Attachments:

Fred 17 May 2023, 17:19

The last file to check is: /modules/pkelements/views/templates/pklogo.tpl

Matthieu 22 May 2023, 08:59

thank you

Fred 22 May 2023, 11:16

No problem