Thanks about the changelog stuff, I’ll take a look, that’s important.
Basically, the issue is that you have sites that have elements that need to stay hidden, even after the document.ready() event. These elements need to be revealed on some other event, such as clicking or hovering on something. But my plugin just bullies right through that and reveals them.
So, in a future update, what I might do is give a textarea where you would state the CSS selector for certain elements to fade/not-fade in. That’s really the only practical way, and unfortunately it requires some work & expertise on your part.
I could use a jQuery filter to sniff and see what element would be hidden if it weren’t for my plugin rudely revealing them, but that would likely be really really slow, and would cause other problems (the fade taking too long to occur).
If you know basic css/jQuery, you can likely hack the plugin file to make it work in exactly the way you want (I won’t be offended!)
Sorry this isn’t a better fit for you at this point and thanks for giving it a try!