Fix pushed like 10 minutes ago xD
I'm very sorry about that! I wish it didn't take so long for the site to update when I push things kicks website
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Not sure if it was already reported, but the pet profile content seems to be out of place, it has been brought to the left: example.
[flower=paula]
Thank you. Tbh I am close to just deleting my profiles. It's so not funny to spend money on profiles only to have everything destroyed over and over again.
If I look at Alessio for example I don't see how anything in the world could fix it. I already had to fix his Profile along with a bunch of others some time ago and now this...frustration really is a mild way to describe my feelings.
oh just bad timing on my end then haha, thank you for the quick fix and for getting back to me :3
You can go ahead and modify your code to account for that, as it's not a temporary change to the layout.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I totally understand your frustration, I spend most of my time in here making profiles and I hate when my work is destroyed somehow. If you need help fixing a profile code let me know, I can try to help you.
I'll do that, thank you. But is not there something that can be done to fix this? It happened because of the new layout changes right? Because there are many profiles that broked because of that, and not only mine, of course. And it is a lot of work to fix all of them one by one.
[flower=paula]
I sincerely appreciate your work on subeta, and all the fantastic updates around. But is there a way to prevent future coding changes affecting pet profiles? I remember a long time ago, the pet community brought this up to Keith when some master coding change messed up our pet profiles, and it was something that he said he'd be interested in working on. I wonder if this is still doable now, and if so, I'd really love to see it happening at some point :).
As to the update, I have 80+ pets too, and most profiles are affected. I have to be honest, even if it's just a sheer simple copy and paste, fixing 80+ pets would be time consuming, let alone the fact that some of them might need more complex fix. Sigh..., I will try to help, but probably next month (since you know how hectic my work is this month xD). Sorry it almost feels like that subeta is punishing us for being into pets or having that ungodly amount of pets :( :( :(.

All my pet pages are ruined again too. Everything has been moved left and some of them have an extra scrollbar on the right. I have no idea how to fix this. Super frustrating. I was never really good at coding (hence not knowing how to fix things) but I put a lot of effort into my pets and the pages dying on me every day is just getting to be too much.
ah yea, it seems to be working again (at least on mobile, I haven't tried on desktop browser yet). Thanks for letting me know :)
Thank you for the kind offer, I really appreciate it. I think for the Moment I won't dare to fix anything because staff said there are more layout changes ahead but as soon as that is done I will gladly accept your help. (:
I know dear and I am sorry. No need to rush with anything, take your time and relax on your days off. ❤️
Do you have any suggestions?
I made this topic to try to communicate more clearly about both these changes and what changes are coming - so that future changes won't blindside people as much as these have. I offer tips for fixing things where I can. I also added some code to the pet info page itself that will undo some of the more major changes by default so that users don't have to. For instance, the background-image on the main-content div was messing with a lot of profiles so I modified our layout to remove it on pet profiles only. As mentioned in the first post, we are going to have some sort of "opt-in" mode for when we add the meta viewport tag. If you have more suggestions, we're happy to hear them out :)
Yes, that's something we're discussing as I mentioned in the first post.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Any idea how I can fix this: X?
I added the pet profile fix with the main-content code and that fixed it slightly. It was like that for a bit further before plus when I switched to the Dashboard I had the same thing that was showing up on pet profiles, only at the bottom of the page instead of the top. After adding the main-content code most was fixed but I'm still stuck with that bit as shown in the screenshot...
Oh weird, thanks for reporting that. I think that's a bug in my CSS, I'll fix that asap.
[edit] Actually I'll look into it a bit later today. Going to give the site (and myself) a bit of a break.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I'm happy to help ^_^
I'm having a hard time trying to fix my profiles since the preview page is also messed up: click. Is this happening with somebody else? Is there something I can do?
I didn't notice it in default pet profiles but now you mentioned, that's happening to me too! I'm sorry to hear all your profiles are broken! After the layout changes I can try to help you with your codes if you need it.
I really do appreciate all of your work in here. The opt-in mode seems to be a great idea. I only wish I could be able to help more... Anyway, thank you for your concern to help us, and I'm sorry if I sounded rude in anyway.
[flower=paula]
Try adding
-content{background:none;}
{height:1050px!important;}
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Did you implement that for every pet profile on the site? Because now all of my pet profiles are forced at 1050px in height even though I have !important added to my content div height values.
This helped, thank you! But the content was being brought down, like this (in the preview page).
I was able to fix it adding:
body, , , , , .container-fluid {
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
width: 100%;
margin: 0px;
padding: 0px;
}
So it would look like this
I'm still trying to understand and fix the content being brought to the left.
[flower=paula]
Yeah.. lemme see if moving that script to the top will fix it. Do you have an example of a pet profile I could use to test?
[edit] Fix incoming
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights