There's CSS is this file that's killing it:
iamdevfaith.com/media/zefaniascriptureli...iascripturelinks.css
.arrow, .tooltip-arrow {
visibility: hidden;
}
Not sure if that's a particular plugin of yours...?
this would override it:
span.arrow {
visibility: visible;
}