I am currently working on a website project for a local charity organization, and I am encountering technical issues with compatibility in IE7. The website functions perfectly in all other browsers I have tested, and it even passes the validation process on W3's validator tool.
The navigation menu on the left side of the website does not seem to work properly in IE7. Although the links are visible when inspecting under developer tools, they do not function as expected (unlike in other browsers).
In addition, there seems to be an issue with loading the jQuery script correctly for the gallery slider feature. While the control buttons and image indicators are present, the images themselves are not displaying!
Here is the URL to the webpage:
I have attempted to find solutions to these problems through online research and have implemented recommendations such as adjusting the placement of $document.ready (which I don't have) and ensuring the script type is set to text/javascript instead of application/javascript...