On my website, I have a testimonials page with a featured testimonial on the homepage that has a "Read More" option. When users click on this link, I want them to be taken directly to the testimonials page and to the specific section where that particular testimonial is located.
To achieve this, I wrapped the testimonial in a div and assigned it an ID. I then added #ID to the end of the URL for the link on the homepage. This method works flawlessly in Mozilla and Chrome as it directs users straight to the desired section. However, I've encountered an issue with Safari - the #ID disappears from the browser when clicking the link and the direct navigation doesn't work. Can anyone provide assistance with this problem?