As the title says, I can't seem to get the Melody's Cottage widget to appear on my sidebar. Whenever I've added any other widget, it always appears immediately (and I just re-verified this.) But Melody's Cottage has never worked for me. I've tried removing and re-adding. I've given it some time to see if it was a cache issue or whatnot. Just can't get it to work. (Using newest version of Chrome.)
Do you have any CSS or adblock filters that might be blocking it? I ran into a problem like this a while back that was a result of blocking one of the sidebar ads, it was also causing some of the widgets to not show up properly.
No problem! If that doesn't work, then I can't help any more. Just thought it was worth mentioning. :)
A ha! I found it!
I had the following code in there that was supposedly to kill the sidebar ads:
-inner-dash > { display: none; }
-inner-dash > div[id=widget]{ display: block; }Commenting that out brought back the Melody widget. How incredibly strange.