Im not sure why it never shows the background whenever i post updates but i redid and fixed the site a ton
yo, some of the buttons and social icons are appearing as broken images for me! also there's nothing on the 'facts spitter' box showing up
The Facts spitter box is supposed to be for Status Cafe but i swear I'm the only person it straight up doesnt work for. I think everything shoulddd be fixed now?
Drawing wireframes/page layouts and making sitemaps beforehand helps me personally !
gotta agree with the previous comment! just doing shitty drawings in krita with like rectangle select and stuff. though I suppose you could try actual web design programs? the only one i know is lie. figma. lol.. never used it tho
Actually super duper helpful idk why i didnt think of just drawing it! Thank you two
you can seemingly fix this by giving position:fixed; and inset:0 0 auto 0;, then giving #scroll a padding-top:5rem; (on my 1920 monitor at least) and removing its width and height, and background-attachment: fixed; to the body.
alternatively, you could give a set max-height to #textbox such as 70dvh and give it overflow:auto;, if you intend on having multiple textboxes. though both methods have the transparent exit button sit kind of awkwardly at the top.. you could give the the same background as the body to remedy that, however! or have it sit in the top left, worst case scenario.
ah, the comments hide tags. these lines refer to the 'center' element: "giving 'center' position:fixed; and inset:0 0 auto 0;" and "you could give 'center' the the same background as the body "
Oh shit i didnt even notice that- Thank you so much AHGHHHHH I dont know how the fuck i didnt notice that before. Ive been really busy and havent been able to upkeep that much so i will try to get right on that tysm
I noticed that I couldn't find any CSS code for it. Maybe that's it? I think status.cafe should have the base CSS code on their "status widget" page
Apparently you cant load external scripts on a free plan? So ill either have to find work around or remove it, Stinks though!
Which script are you using? I've seen another user (petrapixel) who's also on the free plan and they have a status.cafe widget
@crystalclearcrystaline apparently only users who joined before 2024 can use external scripts- I should have clarified, it was a safety thing apparently?