All the links in the website's footer are currently non-functional. Clicking on any of these links does not lead to the expected pages or actions. This issue is consistently reproducible across different devices and browsers.
Steps to Reproduce
Scroll to the footer section of the website.
Click on any of the links in the footer (e.g., About Us, Contact, Privacy Policy).
Observe that clicking the links does not lead to any page or perform any action.
Expected Behavior
Each link in the footer should lead to the respective page or execute the intended action (e.g., navigating to the About Us page, opening the Contact form).
Actual Behavior
Clicking on any footer link results in no action - pages do not load, and no redirects occur.
The issue is consistent across all footer links.
Possible Causes
Incorrect or broken URL references in the footer links.
JavaScript errors that might be preventing link action.
CSS issues that might be overlaying an invisible element over the links.
Proposed Solution
Check and correct the href attributes of the anchor tags in the footer.
Inspect for and resolve any JavaScript errors that might be affecting the footer links.
Review CSS layers to ensure no elements are blocking the links.
Implementation Checklist
[ ] Identify and fix incorrect URL references in the footer links.
[ ] Test for and resolve JavaScript errors related to the footer.
[ ] Inspect and correct any CSS overlay issues.
[ ] Test footer links on multiple devices and browsers to ensure functionality.
Bug: Non-Functional Footer Links
Environment
Description
All the links in the website's footer are currently non-functional. Clicking on any of these links does not lead to the expected pages or actions. This issue is consistently reproducible across different devices and browsers.
Steps to Reproduce
Expected Behavior
Each link in the footer should lead to the respective page or execute the intended action (e.g., navigating to the About Us page, opening the Contact form).
Actual Behavior
Possible Causes
Proposed Solution
Implementation Checklist