Thanks ~ we’ve solved the problem here.
The Venue name link, for events showing under the Month View in Mobile version, needed to look like this: Name of Venue , but they were looking like this: Name of Venue“> Name of Venue
The reason why the permalinks were being incorrectly parsed is because of the function setup on the template called venue_link.
venue_link is calling tribe_get_venue_link() which by default returns the complete HTML link. In order to fix this, we need to return only the URL of the Venue (as we already parsed the HTML through the template).
It’s working correctly now on our site.