Replies

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

And thank you for coming up with that nugget of code!

Feb 11, 2018 8 years ago
Horror
made it to the finals!
User Avatar
Gravestone

That new code from really helps (thank you!), because at least after that I know what I'm doing again. Now I just need a ton of coffee and some spare time to fix the positions case by case (Subeta has enslaved me lol, I must say, because I don't have the willpower to not fix the profiles).

Question: Does anyone know how to eliminate that annoying space above the preview page which also messed up the vertical positions (like this, while the actual profile actually looks fine)? Sorry that I bring it up here and now (I got a feeling that this was probably addressed before), because I never really need profiles previews before. But now, with all the position changes on some many profiles, I really would love to see things in preview first.

[edit] every time I posted on the coding forum, I got a forum point 😛 [edit] I just realized that some previews are fine, but some are messed up like the one I posted above. weird!


Feb 12, 2018 8 years ago
SEOUL
User Avatar
Ludenberg

I need help with alot of my pet profiles. I am having weird issues all over the place. I did not realize that ab update had occurred.

My pets

Thackery,Yoshiko,Hawaiian,Yangban are now stuck in weird scroll boxes. Alice In Wonderland is missing the overlay hover and all profile information text,

Any advice on this?

EDIT: I fixed them I think but if someone could give them a look over to make sure I fixed the issue?

I cant fix the scroll ball on United Kingdom the whole profile scrolls when the treasure if scrolled. How would I got about fixing it?

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

The preview shouldn't behave any different from the pet profile, so that's definitely a problem with the preview. Can you inspect that extra element and tell me what it is, so I can make sure it's not doing something different on the preview? Or could you link me an example of a pet it's doing that with?

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

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

That can be fixed by adding this { overflow: hidden; }

Feb 12, 2018 8 years ago
Narren7
plays with dead things
User Avatar
Gekido

Oh boy, I didn't realize just how often I used "absolute" as positioning.. Or "relative" either until they didn't want to work properly anymore that is. 😅 I just fiddled about and replaced mine with "fixed" and re positioned things as needed. I just want to say a huge [B]THANK YOU! to you Hongske, and Bug[/B] for helping us all sort this out. 💖 Seriously, thank you both so much for figuring it out! ✨ 😽

[IMG]https://i.imgur.com/lWUQrUC.gif[/IMG]

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

You're welcome, though the "fixed"-fix is thanks to . All hail Bug!

Feb 12, 2018 8 years ago
Horror
made it to the finals!
User Avatar
Gravestone

Sorry, I'm not sure what I'm looking for exactly xD. So there's the link to a preview, and here's the link to the pet profile. Hope it can help you pin point the problem. Let me know if you need more info!


Feb 13, 2018 8 years ago
Luck
is unlucky
User Avatar
Bella

I'm like 90% sure it's because the preview has the "remove this ad!" thing at the top of the page, while the actual page doesn't. At least, that's always been the case for me, so my pet previews have always been bumped down the page because of that text.

he/him / 31 / EST



My best friend is



Feb 13, 2018 8 years ago
Horror
made it to the finals!
User Avatar
Gravestone

I thought so at first, but the preview works for some of my other pets, like this one. You can see the "Remove this ad!" thing on the top of the page, but there is no extra space or shifted vertical position. It's really weird because Baze has the same layout, and his preview is all messed up xD (maybe you need to believe in the force for the preview to work LOL).


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

Maybe you should try looking at the source of both pages and post a pastebin to them? The link you put for the preview page just shows the default profile if I click on it (probably because it's not my pet).

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

I see what the issue is :) The preview has a sponsored advertisement at the top, and the normal profile doesn't. I'm working on fixing that now.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 13, 2018 8 years ago
vixen
is a billionaire
User Avatar
Feather

Hey! I'm having a problem where my pet profiles are showing up in a scrolling DIV box ...

Example

Thank you!

Feb 13, 2018 8 years ago
Hongske
is lost in space
User Avatar
Feb 13, 2018 8 years ago Official
Bug
User Avatar
Segfault

Previews should be fixed now. Please let me know if you're still having issues!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 13, 2018 8 years ago
Horror
made it to the finals!
User Avatar
Gravestone

@ Bug Thank you for looking into this!!! Though I seem to still have the issue: Anthony's preview still looks like what I posted with the top space (x), and plus, now, there's an ad banner in the middle of the page (x). Another example would be Xun's preview with the top space problem (x), and banner problem (x).

edit: just a wild guess, could it be that I'm not a GA user?


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

There was an ad on the bottom I also needed to add an exception to. I've done that now, just waiting for it to deploy. Can you check again in about 20 minutes or so?

You shouldn't be seeing the top ad anymore.

And no, it's unrelated to whether you have a GA. You shouldn't be seeing ads on this page. When I debug things like this, I use a test account that is a regular account without any GA or staff perks, to make sure those don't factor in.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 13, 2018 8 years ago
Horror
made it to the finals!
User Avatar
Gravestone

It's working now! Thanks so much for the speedy fix ❤!


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

Not sure how best to spread the word so have a tinyupdate ping!

Some profiles were showing up with stuff like & lt; and things like that. That was a weird glitch that was just displaying the code incorrectly, and a fix has been pushed and will be live at about 2:30ish

So if your profile code has all the greater than/less than signs showing up like that, this update should fix that!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 14, 2018 8 years ago
Silvy
is a busy bee
User Avatar
Tziety

First off, thank you for volunteering to help us figure out our pet profiles and how to make coding work again!

I submitted Tziety for the spotlight a while ago, but now the content is missing from her profile and only shows the background image.

This is the code I have:

SPOILER (click to toggle) https://pastebin.com/raw/7KebJuCG
Would you be able to help me figure out where the error is so I can figure out [maybe] how to fix it? Other than editing numerical parameters, I have zero coding knowledge to figure this out on my own :(

Thank you ❤️

Silvy is a Proud Member of
🎉 | | | 🎉

Please log in to reply to this topic.