Joined the yume-ring but the widget doesn't show up when I put the code into my sidebar (which uses a javascript file) ... I put the css into my style sheet as well. What am I doing wrong here :?
sometimes javascript doesnt like being within javascript, since it needs to run the code associated with it, and the way the sidebar is rendered its just like ... html w/o accounting for the script tags inside :( i'm not sure how to fix it right off the top of my head, but that should be the root cause
If anyone wants to take a peek this is where the yume-ring widget code/css is: https://yume-ring.neocities.org/
sometimes javascript doesnt like being within javascript, since it needs to run the code associated with it, and the way the sidebar is rendered its just like ... html w/o accounting for the script tags inside :( i'm not sure how to fix it right off the top of my head, but that should be the root cause
damn >_< I didn't consider that but it makes sense...I'll have to place it on my index page for now or something, hmm