I've been hard-refreshing, cleared my cache, everything...and their profiles are still messed up. Elfric's especially.
...I really don't want to have to go through and fix coding, all because something got pushed onto the site last night or whatever it is that's going on, and all it did was break pet profiles. Dx
I know Subeta's overall site layout coding is a nightmare. I'm goin' off-topic here, but is a new layout planned to be released at all this year? That..recode or whatever was promised? Cause if the new layout still looks like THIS, well, I'd call it a step-up from what we currently have. (plus the ever-missing CLOCK) xD
Wanna know more about battling? ❤️ The Official Battle Guide v3.3 ❤️ Need to find books? 🌈 The Book Grind Guide v1.0 🌈
We're getting there! We've been doing a lot of work lately to get bootstrap off of a lot of the site which would make pushing that layout 90000x easier.
I just pushed some more petinfo fixes that should make the page better.
💖 ✨ 🤗
Thank you~ x3 I appreciate the effort that goes into the site. Any time you need beta testers, I'm always interested in helping out! ^^
Wanna know more about battling? ❤️ The Official Battle Guide v3.3 ❤️ Need to find books? 🌈 The Book Grind Guide v1.0 🌈
I really hope this gets fixed soon. |D; I have a pet in the queue and... yeah. CROSSES FINGERS.
Yeah, Keith, in case you were wondering, none of your fixes have done anything. My pet pages are still messed up because of this stupid footer. Can we just go back to the way it was?
So that's why five of my pet pages (Ah-Dol and Princess Butterball for example)were messed up. I could not figure out what the heck was making that block of layout color show up on the profiles and why they were misaligned. I use the Dreamsky coding as well. I fixed it by taking a chuck of coding from coding and placing it in Dreamsky's coding. Basically anything that had the display;none I didn't add.
Then I had the gap at the bottom of the profile that was fixed by removing the footer with code.
"Just because I don't care doesn't mean I don't feel Just because I don't feel doesn't mean I don't understand" IAMX- The Unified Field ....... "Plastic people don't got nothing to say They're judging me, I'm judging you We ain't got nothing else to do" Palaye Royale - No Love In LA | | |
I haven't noticed any alignment issues with the pet profiles I coded... I think the ones having issues are scrolling profiles.
@ metroid @ luckburnside @ lexx I think that might be why you guys are still having issues.
I use dreamsky's layout template, which isn't a scrolling profile, and I've been having problems too. Take Brienne, for example. So I think we can rule out it being a scrolling issue... or, atleast, specific only to scrolling profiles anyways.
I really hope this is fixed soon since Ryusei is in the queue and I'll have to literately fix like 30 pets if it isn't remedied. |D;
Najas had no issues at all with her coding, yet Reserved has had severe alignment issues and Feona has a huge gap at the bottom of the page (you didn't have to scroll down before, but now with the gap there is a page scrollbar). I can't figure out why some were affected and others weren't. All I know is, I hated the footer before, used customcss to hide the freaking thing, and now it is messing with my pet profiles. Still annoyed as heck by this. :C
That is a scrolling profile, as in the page scrolls to accommodate the story, rather than having a text box with a set size that scrolls.
I'm gonna comment you to see if I can help a bit :)
Thanks again for the comment!
I hate to ping you again, but I (and I am sure others) need to know - are you still planning on fixing these issues on your end/are you in the process of trying to fix it? This affected 8 of my pet profiles, and before I go fixing them all, I want to make sure you don't go pushing fixes that would just end up in my wasting time. I mean, I don't mind waiting a few days to see if you come up with a way to fix this, and I would MUCH PREFER it be fixed on your end rather than my spending hours fixing pet profiles that were perfect before that footer changed. Basically I want to know if I should wait around for a fix, or just get my hands dirty and fix my pets now.
Either way, I wish death upon the footer now. DEATH. insert every expletive I have in my vocabulary here
It's not only scrolling profiles. The alignment issue (at least on my profiles and all of my commissioned profiles) seems?? to be because there's a 10px margin on the page div now, and you can't override without using !important; anymore (I've always just done margin: 0 for as long as I can remember. Tbh I don't remember if there was a margin before or not.). Using the important property seems to fix it, though. It's any easy enough fix on my end, but since apparently?? it's not supposed to be there, I guess I'll wait before pushing any fixes to my commissioners.
Kain's profile overall doesn't scroll, only the pet description tag has the scrolling. I suppose that counts though? xD
I'd recommend not fixing any coding right now. If you have any pets ready for the PS, yes, fix those. But otherwise, I'd leave them for another day to fix. But DO save the current coding you've got, in an external program like Word. Even if your documents are all up-to-date, I'd still update them anyways. ^^
Wanna know more about battling? ❤️ The Official Battle Guide v3.3 ❤️ Need to find books? 🌈 The Book Grind Guide v1.0 🌈
Actually on my computer, the page does scroll a tiny bit (screenshot) So that's actually what I think is causing it.
The changes I pushed yesterday should have done this - it should be overwriting all of the changes in global.css that fixed the footer.
footer, .push {
height: 0px!important;
width: 0px!important;
display: none;
visibility: hidden;
}
{ min-height: 100%!important; margin: 0 0px 0px!important; }
To set the margin back to 0.
💖 ✨ 🤗
Yeah, that's a common thing I run into; different browsers, different OS. I hope the eventual new site layout will fix the continuity errors across all platforms.
Wanna know more about battling? ❤️ The Official Battle Guide v3.3 ❤️ Need to find books? 🌈 The Book Grind Guide v1.0 🌈
Was there anything else that was paged, other than the footer? I don't know really anything about coding, but maybe there is another factor running amok too?
Yeah, I don't know what "changes" you pushed, but they did absolutely nothing. NOTHING. And before you ask, I have cleared cache, hard-refreshed, restarted my browser, and my whole damn computer for that matter. NOTHING.
And I rather hate the idea that I (and everyone else) has to fix something from a change to a footer that I assume a LARGE PORTION OF PEOPLE HIDE.
As suggested, maybe something else was edited at the same time as the footer that is messing things up? Or maybe the server cache needs to be cleared or something (admittedly, I know nothing about servers, so this could be a thing that doesn't exist for all I know)?
Don't worry, I'll be saving the codes before I go trying to change them. XD I usually do most of my coding out of a word document and then copy and paste a ton. It has saved me from making stupid mistakes numerous times! lol