Replies

Feb 8, 2018 8 years ago
Vii
has a massive family
User Avatar

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.

Quote by Hongske

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; }

Feb 8, 2018 8 years ago
Thespian
is a bad egg
User Avatar
Rentaro

you are a literal saint!! thank you so much q v q

personal site || art by me

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- thank you so much! ❤️

Feb 8, 2018 8 years ago
Pinocchio
is made of stardust
User Avatar
Minty

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

Never let a single tear be shed, my little woodenhead
Looking for pets with any of the following birthdays: September 17, 2011 /2016 /2021

Feb 8, 2018 8 years ago
Shirlee
is all dolled up
User Avatar
TickleMyTummy

Thank you so much ! You're a genius! 😄

Feb 8, 2018 8 years ago Official
Bug
User Avatar
Segfault

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

Feb 8, 2018 8 years ago
Shirlee
is all dolled up
User Avatar
TickleMyTummy

, that was a very good thing to do. Thank you for all the work you do for Subeta.

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- a large amount of my pet profiles now have a scrollbar on them. Is there a way to remove that? It wasn't there earlier. For example: Mozart

Feb 8, 2018 8 years ago
frederick
User Avatar

I just posted about the exact same problem. It's happening to Blackburn as well.

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- 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 ❤️)

Feb 8, 2018 8 years ago
Hongske
is lost in space
User Avatar

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; }

Feb 8, 2018 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

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.

Feb 8, 2018 8 years ago
Bug
User Avatar
Segfault

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

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- yay that worked, thank you so much! ❤️

(only 74 more profiles to edit now haha)

Feb 8, 2018 8 years ago
Hongske
is lost in space
User Avatar

Crap, that's a lot of profiles to edit xD Good luck with that!

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- luckily it's not a difficult thing to add in, so I should be fine xD

Slow and steady wins..etc etc ;)

Feb 8, 2018 8 years ago
Hongske
is lost in space
User Avatar

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

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- ooh I like that! It's an awesome idea :o

Let me know if you decide to work on that!

Feb 8, 2018 8 years ago
Hongske
is lost in space
User Avatar

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

Example here

Feb 8, 2018 8 years ago
PUNK
is hollow inside
User Avatar
Equinox

- wow you work fast! :D

That is a very handy code, I might actually use that and completely start again - my profiles are such a mess and I am sure I have tons of redundant pieces of code in there!

Please log in to reply to this topic.