03/02/2016 at 11:01 am
#367547
Keymaster
@ Emily
The issue is being caused by the theme. There is an error in the theme’s custom.js which is causing a fatal javascript error. Which is causing most javascript after the error to not run. This includes the javascript for the bio/notes link in the template.
You can see this error by loading your site in Chrome, hitting the F12 key and then clicking the Console tab. The error will beUncaught TypeError: jQuery(...).hoverIntent is not a function
Unfortunately this is not something I can fix. There are two fixes you could do. The first, is to remove the code causing the error. The second, make sure the hoverintent javascript library is loaded on your site.
Hope that helps, please let me know.
