If you don't want to use a free online tool, you can use Find & Replace in any text editor: -- Replace > with > -- Replace < with < -- Replace " with " In most cases, doing these three find-and-replace commands will suffice to fix it.
1. This one fixes most profiles, so definitely give this a try. Add this to the beginning of your CSS. html,body,,-content,{position:static!important;}
.container-fluid {position:absolute;top:0;left:0;right:0;bottom:0;}If this fixes your profile, but the entire thing is now shifted to the left or right, simply tweak the values for left and right in the second line. For example: left:176px;
2. If your profile is mostly fine, but has extra scrollbars, try the following. {height:auto!important;}
3. Pages now have an extra container, with the CSS id "main-content". In some cases, the code can be fixed by looking for CSS rules on containers and adding this. For example, if you see a CSS rule that begins with this - html,body,,Try adding the main-content, so it looks like this - html,body,,,-content
Spoiler titles
When using the spoiler= sCode, you can no longer include sCode within the title; it must be plaintext. If you need a fancier title, you can use this workaround for now:
[spoilertitle]
Which will look like this:
[spoilertitle]
If you are targeting spoilers with CSS, use the classes .spoiler-click for the title and .spoiler-text for the content.
Style tag and quotes
When including CSS in a profile, make sure your style tag is opened by one of the following:
(Preferred) <style type="text/css">
<style>
Examples of things that won't work:
<style type=text/css>
Hellowill result in an error. The correct order would be:
Hello
hello
world
Will give you two line breaks. But this will give you just one line break in between the lines:
hello
world
This will also only give you one line break:
hello
world
div[style^='width:50%'] { display:none; }
This is because of the square brackets within the code.
This is unintentional, and will be fixed, but is mentioned here because it could be causing your code to break.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Thank you for this topic! It's great that there's just 1 thread for this now :)
@ Bug are these fixes for pet profiles? i have at least 1 broken. (as i didn't check all of them) [edit]You got a forum point while making a post! Check out the shop.. cool!
I really have to update my blog ObscureJourney and my review site BeingObscure. French speakers can read my reviews here.
Yes, pet profiles. I've edited the first post to make that clearer :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
i need profile help please.. my whole profile is all on the left side no longer centered or taking up the full page as it should
this makes the add a feature not work because it is covered by other images and music sections
i would like it to be full page again and to add other sections to it.
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
Hey! I am having issues with my treasure chest being affected every time I try to mess with the pet image and basic description (ie owner, name, legacy name, birthdate, etc) I want to place this in a DIV but for some reason when I try to do this my TC is moved from the fixed position I'd like it to stay in. I also had issues when I tried to make the treasure chest have a scroll bar, the entire page began to scroll, not just the TC.
Any ideas or help would be much appreciated!
EDIT I have corrected some of my issues, hah. Getting there...