I was just informed that the Bible references on my site haven't been working in several days. Is the reftagger server experiencing issues?
Example:
https://www.biblestandard.com/june-30.html
Thanks!
Brandon
I visited your page and opened the Chrome inspector, and this is what I saw:
in your copy of the script, you have "smart quotes" in several places (“”) instead of "straight quotes" ("). This can happen if you use a text editor that tries overly hard to be helpful.
If you change these back to straight quotes, the script should work again.
So I've replaced the smart quotes with straight quotes and I'm still having issues.
Here's some further information: Reftagger is working correctly across my full site in Chrome. But in IE or Firefox, it will not tag any page that you arrive at through a hyperlink. In other words, e.g., if you go to my main site (https://www.biblestandard.com), and then click the big Devotion button, it will take you to today's Devotion, but it won't tag that page. But if you copy that URL (e.g., https://www.biblestandard.com/july-6.html) and then close/re-open IE/Firefox and paste that URL into the box, then it will tag the page. Again, this only happens with IE/Firefox. Chrome always works when linking between pages on the site. I've tried this on multiple computers.
I know this sounds really weird. But I think this all started around the time that I got an SSL certificate for the site. I don't know if that helps.
It looks like you've got the RefTagger code at the end of your head element, rather than at the end of your body element.
This will cause errors when running in some browsers, such as Firefox and IE, because they run the script before loading the rest of the document.
That did the trick, thank you so much!