subeta can't keep its code consistent long enough for me to keep up with my pets and all their profiles. literally all of my pets are broken now, and coming here is my last ditch effort before i just give up and quit the site. if anyone can help me fix my broken / hella outdated code so it doesn't kill itself every time subeta pushes a change, i would be very grateful. hopefully one bit of code i can copy/paste will fix all 60+, i don't want anyone to waste all their time fixing every single one.
I'm sorry to hear your brofiles got broken. There are a few solutions I've been using, I'm sorry those are very imperfect, I'm still trying to find better ones. But here you go:
For scrolling profiles like Bakery's and Berk's, in which there is an extra scroll bar (in horizontal or vertical), you can add:
{ overflow: hidden; }
In case scrolling profiles are being cut at the botton (in most of your scrolling profiles you won't have to do this!): For some reason setting "auto" for content height property is not working, so the content will be cut at the bottom. In this case you have to add a height value (for example 1000px, 2000px) for . By trial and error you have to find a value in which all text fits perfectly, so it won't be cut anymore.
Don't forget to remove values that set otherwise, for example, if your code states something like that:
{ height: auto !important; }
You have to delete it.
In boxed profiles in which content is not showing up and there is an extra scroll bar, like on Benign, 002, 004, Buchanan and Firn, you have to add:
{ height: 1050px; }
body, , , { overflow: hidden; }
Don't forget to remove values that set otherwise!
In boxed profiles in which content has been brought to the left:
{ margin-left: 176px!important; }
I think this covers most of the problems I've seen on your profiles. Let me know if there is any question or if for some reason those fixes are not working!
[flower=paula]
Before you try 's advice, try just adding these two lines of CSS:
html,body,,-content,{position:static!important;background:none;}
.container-fluid {position:absolute;top:0;left:0;right:0;bottom:0;}
You should be able to copy-paste that to fix all 60+ or almost all of them at least. Let me know if there are any this doesn't fix.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
That's incredibly helpfull! It's nice to know subeta staff has been working hard to help us with this breaks. Thank you very much bug!
[flower=paula]
: so far it seems to work, i only made it through about a third of my pets yesterday but i'll be sure to let you know if it doesn't work for any of them. the background:none; bit in the first string of code does remove all the backgrounds from my custom profiles though, so i had to tweak that just a bit to make it work. ovob
the hustler banner is breaking my drop downs though.