1. Toggle Sidebar button
If you'd like to hide it, you can use this CSS:-toggle-button{display:none;}
2. Removed the page balancer
Previously, we had some JavaScript that would "correct" the heights of the content and sidebar. This script would slow down pages. We've removed this script and tweaked the page layout so that the background extends to the bottom with just CSS.
The main change here: The sidebar and content of each page now exist in a div with the id main-content.
The specific fix for your pet profile depends on your code. If you need more help, please make a topic in this forum about your issue.
Finally, a note about pet profiles. Whenever the site layout is changed, however small the change is, it can/will affect pet profiles. This is because pet profiles use the same layout as the rest of the site, unlike user profiles which have their own "blank slate". The way it's set up right now, it's inevitable. However we sympathize with the confusion and frustration this can cause, so we are looking into a better solution / ways to prevent or mitigate this. I just wanted to let you know that it's something the team is aware of and looking into.
Feel free to ping me with any questions.
If you need help with your pet profile or custom CSS, make a topic in this forum about your issue.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
That's the reason behind this item on the to-do list:
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
no need, I just added it to the pet profile page so check your profiles :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
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
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
Hey guys, just a reminder. If you're experiencing issues with your profiles or custom CSS, make a topic in this forum and post your code along with your problem description. Especially when it comes to custom CSS, you need to post your code in order for others to be able to help. Thanks.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Is this specific to the Morostide layout? Or it happens in all layouts? Also, does it only happen on the Use Item page?
The sidebar events problem has been around for a long time. Item menu page missing site footer As I explain on that topic, I'm intentionally not fixing it at the moment because is working on a revamped Use Item page, so I'm refraining from making changes to it myself while she does her thing.
It is possible that what you're encountering is a similar issue, caused by the missing footer on that page. If so, it's also going to have to wait until that page is revamped, and will probably be fixed by the footer simply being there like it's supposed to. The Use Item page specifically is broken because it's missing the entire footer section of the site, which is one reason weird things happen on that page. (That's also why the bookmarks disappear.)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights