We have a one page (well two if you count the Spanish version) wordpress site using the Right Way them that uses anchor name tags to navigate down and up the page. The client recently said that the menu wasn’t working on a Mac. She thinks the person is using chrome.
Here an example link: http://masstrategic.com/home/#how-we-do-it
And here is the code:
<p style="text-align: justify;">
Fortunately, WE DO.
<br>
<a id="how-we-do-it" class="sc_anchor" data-description="How We Do It" data-icon="inherit" data-url="" data-separator="no" name="how-we-do-it" title="How We Do It"></a>
<br>
MAS Strategic Communications specializes in Spanish media and public relations, public affairs, content development, grassroots activity, translation services, political affairs, and media coaching.
</p>
There are some extra classes and stuff the the theme throws in but it has an ID and a NAME both with the same tag inside that matches the URL.
I guess none of the links work but they were talking about the Blog link specifically.
Any ideas as to why this doesn’t work?
Thanks,
Matt
Update: I just double checked and the problem is happening on Safari as well.
please put http:// before your URL that will work fine in apple mail and other app & browser too
In general – I’ve only heard of this problem in iOS safari – but one thing to try is change your URL and append
www
to it.from this:
http://masstrategic.com/home/#how-we-do-it
to this:
http://www.masstrategic.com/home/#how-we-do-it