For some reason on odd occasions a verse or two of Scripture appears in the pop-up with every letter capitalised. If I have a series of verse numbers the first number capitalises every letter while the others are normal lower case. I find this annoying and would like to know how to stop it happening. (John 15:7,8) capitalises both verses but other references in the same passage of text are normal. Any help appreciated.
Almost sounds like a CSS problem. It sounds like the CSS on your site is using the same name as the reftagger module and is overriding the reftagger settings.
Sarcasm is my love language. Obviously I love you.
Hi Michael,
I have not seen this behavior before. Could you provide a link to a page where you see the problem?
Hi Thomas and Bryan.
Thanks for your replies.
My blog is called "Rivers Of Meaning." Not all the posted poems and notes contain Scripture references but below the first composition the notes for verse 1 of the poem have references. I am working on the rest of the notes as time allows. The article called "Adhesians In Ephesians" has a RefTagger at the start that is playing up so you will see the problem there also.
http://riversofmeaning.blogspot.com/2009/10/when-treasured-words-flow.html
I see the problem, but I'm not (yet) seeing anything obvious. Bryan can probably see the problem right away, but I'm slower at this kind of stuff.
The problem is with the "text-transform: uppercase" inline style on the contents of the popup. This is coming from the server, so it's a bug on our end-- the HTML is being incorrectly generated. You can (mostly) fix the problem temporarily by adding
.lbsTooltipBody > p { text-transform: none !important; }
to your css. I will look into fixing the root problem asap & I'll post back here when done. Thanks a lot for reporting the bug.
Fixed.
You're right. Problem solved. I am impressed. Thanks very much to everyone involved.