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
I had a weird problem that was due to the fact that I write my profiles in a word document and the word document was using weird curved quotation marks. “ ” these kinds of quotes are not tolerated in the coding I think, luckily they're easily replaceable with .. not weird quotes like these. " "
I think this was a problem, but I'm not sure. I think that wherever those weird curved quotes were used they simply disappeared which resulted in some broken things. I'm not 100% sure, and I could be just going crazy. Anyway I got it fixed but I thought I would write it here in case someone else has a word document that did the same thing, look for weird shaped quotes.
I think your issue may be due to unclosed divs. You have a lot of these:
Hope this helps!
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Hi, I received a ticket to try the above and post here; here's the pastebin for Howel's profile.
[sub](my laptop is weird and has this stupid magnified zoom bg looks fine here so i have to use my browser at 80% to see what everyone else sees it's messed up here.. and if i make it good in one zoom it's not in another, this is the worst tbh)[/sub]
You have an unclosed div tag in your story, and at the end you have an extra style tag that doesn't match anything.
Despite being on the latest Chrome on Windows, I haven't been able to see the invisible bars - your profiles all work perfectly for me so it has me a little stumped. When you do see the invisible bar, are you able to select it with Inspect Element at all? Are you able to change how/where the invisible bar shows up, like by resizing the window or changing your zoom %, does any of that affect it?
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Yup, that's why it has me stumped. Your profiles work perfectly for me. Are you able to answer the questions in my last post? Those might help us get to the bottom of this.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
It's because of the way you set up your profile. The bars are caused by the background-color of your body element coming through, so if you set your body background-color to transparent it should be fixed :)
Amazing! That totally did the trick! Thank you so much!
managed to get me a solution :D
Awesome!
Thanks for helping out!! I was hoping you'd be lurking around :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Seriously though... I was thinking of even asking you to help but I was afraid of bothering you. But I really appreciate that you've been helping people here especially since the sCode updates happened, as it not only helps people fix their profile faster, but takes a bit of the load off my shoulders too. I really mean it when I say thank you for volunteering your time and effort here <3
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
And you're seriously welcome, I'm glad to be of service! Feel free to contact me if I can help with anything else! ❤
looks like the update to the coding has broken the old(er) hide the hustler tab at the top of the page. I don't think the entirety of the below is required but I do know that it breaks profiles, for example if I add the below as is to Imogen's profile it makes it look like Ishidoro's current profile which isn't correct. For reference Ishidoro's profile should look like Ryoma's.
/remove hustler banner/
.hustler {display:none;}
div[style='width:50%;background-color:;border:1px solid ;padding:1px;margin:1px; margin-right: auto; margin-left: auto; padding: 5px; text-align: center']{display:none !important;}
a[href='/cashshop.php?act=gold']{display:none !important;}
div:first-child[style^='width:50%'] {display:none !important;}
If I have claimed a Dance from you and do not immediately Dance I will get back to you.
Always Buying:
[/font]Please read the first post! This is already mentioned (under the spoiler "Square Brackets in CSS") and it's also mentioned there's no need to ping me personally here.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Sorry Bug I read through the codes up top and it didn't occur to me that square brackets was the problem. A coder I am not. Also I apparently don't read well when looking for a fix :X
If I have claimed a Dance from you and do not immediately Dance I will get back to you.
Always Buying:
[/font]