ayebz
2 weeks ago
Fixed Critical Mode when threat level exceeds max, woo! Also added visuals on the About Page
cleggs
2 weeks ago
GEHEHEH thankuuuuu... im abig fan of how your sites laid out and everything ur oc page is so nice....
ayebz
2 weeks ago
waaahhh thank you so much! I wanted it to look like a 'choose you character' page hehe-Let me know when you have a site button so I can add you to my neighbors list btw :D
cleggs
2 weeks ago
THATD BE SO COOL ID LOVE THAT u can find a button i made on the socials page... i think it should work idk how you set it all out thoughh
ayebz
2 weeks ago
I've been trying to figure out how to run multiple themes. Anyone know how to do that? I cri in java;;;;
that1rogue
2 weeks ago
Like, just color schemes, or total styling rework? I think I have something that could help apply different css based on given paramaters via js
ayebz
2 weeks ago
I think I'll learn the heavier style swap in a later time. I'm just trying to figure out a color switch for now that I can hopefully hook up to a specific trigger. It keeps breaking on me so far ahhaha any help is appreciated
that1rogue
2 weeks ago
if (CRITERIA LOGIC HERE) { document.body.classList.add( "style2" ); } then target body.style2 with css
that1rogue
2 weeks ago
That's the JS I use. Don't ask where ;) can be used for color swaps or total styling changes
ayebz
2 weeks ago
I think I took the longer more complicated route to achieve a similar thing lol. I guess people are just gonna have to figure out how to trigger it :)))
anyone know how people put up their x/twitter feed on their sites? like actual live auto-updating feeds. I'm losing my mind tryna work my way around the API
https://help.x.com/en/using-x/embed-x-feed
Does that actually work for neocities? I've tried RSS and json and idk what else, but I can't seem to get through the API t get it to fetch my twitter timeline;;
It's supposedly just html, probably with a script or two. should work