From the top:
I'm using the Yin & Yang WP theme ('http://onioneyethemes.com/yin-and-yang/') for my portfolio and I've run into a little bit of a snag with/on the jQ side of things. I've copied the code over into a separate template to use in the same fashion, but I want the thumbnail links to open external pages. If the links are internal - it's fantastic. External ..not so much. It hangs.
You can see a 'working' [not really] version here: http://ii.colorspace.am/events
I rifled through the code and systematically pulled out js references to find the offender.
This seems to be the culprit: http://ii.colorspace.am/wp/wp-content/themes/yin_and_yang/js/jquery.easing.1.3.js?ver=3.3.1 BUT I could be totally off the mark.
Unfortunately, it also seems to control the slider functions (on the thumbnail/drop down contact).
If anyone can tell me what I need to do to allow me to link externally (be it tweak a little code or duplicate the easing file and make some modifications), that'd be greatly appreciated.
I'm guessing the solution can be found in here http://css-tricks.com/snippets/jquery/smooth-scrolling/ but it's all greek to me, so I wouldn't have the slightest idea what to do with it :(