I am working on a WordPress site using the Vanilla forum plugin. I found HTML code below after I checked firebug:
<ul>
<li><a href="http://knowmoretv.com/discussions-4#/discussion/73/diets-that-work">Diets That Work</a></li>
<li><a href="http://knowmoretv.com/discussions-4#/discussion/72/heart-disease-support">Heart Disease Support</a></li>
</ul>
I have only have a problem in Safari browser; when I click either of the first two links, it goes to http://knowmoretv.com/discussions-4/ but if use any other browser it goes to http://knowmoretv.com/discussions-4/#/discussion/73/diets-that-work (or heart-disease-support, as I’d expect).
Should i use jQuery code redirect # to /# in safari browser?
i have fixed that problem by jQuery for Safari browser