hlxsites / vg-volvotrucks-ca

Franklin site for Volvo Trucks Canada
https://www.volvotrucks.ca/
Apache License 2.0
0 stars 0 forks source link

Volvo Trucks EN-CA footer disappeared #59

Closed Kannan-CM closed 3 months ago

Kannan-CM commented 3 months ago

Issue Type

Bug

Summary

Footer section disappeared after making edit

Priority

Blocker

Description

Hi Team,

The Volvo Trucks EN-CA footer disappeared after making changes. I removed the changes and republished the footer page but still it is missing.

Could you please look into it with priority?

Affected Device Classes

Mobile, Tablet, Desktop

Affected Browsers/Devices and Versions

Chrome 125

Steps to Reproduce

Navigate to https://www.volvotrucks.ca/en-ca/

Expected Results

Footer should show up

Actual Results

Footer disappeared

Attachment

image

cogniSyb commented 3 months ago

The bold markup in the title "About Volvo" was removed. I’ve added it again and now the footer works as expected.

<div>
  <div class="columns">
    <div>
      <div>
        <h3 id="about-volvo-chevron-down">About Volvo<span class="icon icon-chevron-down"></span></h3>
        <ul>
          <li><a href="/en-ca/about-volvo/our-story">About</a></li>
          <li><a href="/en-ca/about-volvo/contact-us">Contact Us</a></li>
        </ul>
      </div>
      <!-- … -->
<div>
  <div class="columns">
    <div>
      <div>
        <h3 id="about-volvo-chevron-down"><strong>About Volvo<span class="icon icon-chevron-down"></span></strong></h3>
        <ul>
          <li><a href="/en-ca/about-volvo/our-story">About</a></li>
          <li><a href="/en-ca/about-volvo/contact-us">Contact Us</a></li>
        </ul>
      </div>
      <!-- … -->