Hello there! :') Subeta has recently updated the website's coding - thanks for your hard work! However, this change has made it so the sidebar's background has shown up on custom pet profiles site-wide. I poked around a bit and figured out a fix for what appears to be the main cause. Here's the line of code to add between your style tags that seems to fix it.
-content {background-image: none;}
I hope that helps you out. Have a good day! :')
edit: Bug has implemented the above fix within the site, so custom profiles should no longer need this fix! Thanks Bug!! :')
However, an additional site update has an issue with the height of the , making scrollbars appear on custom profiles across the site. figured out a common work-around. Thank you! I'll put it here for everyone.
{ height: xx!important; }But replace "xx" with your value of course. If you don&;t have a height set on that div, you should try this { height: auto!important; }
you are a literal saint!! thank you so much q v q
Thankee kindly for your code! :D I wasn't sure exactly what was causing the problem, so I had used "max-width: 0px" on the first item I found to fix the appearance; but now this seems wildly safer than my forced resize. xD
Thank you so much ! You're a genius! 😄
I've added this to pet profiles by default as I figure that saves everyone the hassle. Check your profiles :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
, that was a very good thing to do. Thank you for all the work you do for Subeta.
I just posted about the exact same problem. It's happening to Blackburn as well.
- yea I checked a bunch of my profiles hours ago, and only one actually needed the fix that kindly posted up there ^ The scrollbar is definitely a new appearance since then - hopefully a fix will be available soon :o
(btw, the art on Blackburn's profile is amazing ❤️)
As far as I can see, a new line was added to set the content div's height. If you've already set that div's height, you should add !important to overwrite it, like in this { height: xx!important; }But replace "xx" with your value of course. If you don't have a height set on that div, you should try this { height: auto!important; }
now everything is more broken than before... 1 / 2 / 3... is this a glitch that will be fixed, or am i going to have to manually fix all my profiles? i can work around the issue on most of them by setting the dimensions of and adding "overflow: hidden" but it's not going to work on all of them because some have items beyond the boundaries of the content div.
Just set the dimension of content but use !important for the height.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
- yay that worked, thank you so much! ❤️
(only 74 more profiles to edit now haha)
Crap, that's a lot of profiles to edit xD Good luck with that!
- luckily it's not a difficult thing to add in, so I should be fine xD
Slow and steady wins..etc etc ;)
Still... Though this just gave me an idea to make a profile reset stylesheet that you can just import to reset a profile (no Subeta layout)! That way if you use the reset-sheet and there are changes in the future, I just change the stylesheet and everybody who uses it gets the update :D
- ooh I like that! It's an awesome idea :o
Let me know if you decide to work on that!
Done! It's very basic and it just resets the profile, so you still have to add your own codes, but it's cleaner to start from this (I think). Just add this <style
url('https://drive.google.com/uc?export=download&id=1H3UYh4jdJ3MyM-NP4VJODdp6Brz8nBD-');
</style>I'll make a proper thread for this once I have more time xD