[ F2U ] Lustrous's Comments


This user is not visible to guests.

looks like the iframe is just misplaced!

if you change the opacity of the iframe from 0.0001 to 0.5, you will see that it's not over the icon that people are meant to press; not sure if it's an error from pinky or my side but i did create this code when i first found out about this music feature so errors are bound to happen haha

change positioning to something like top:460px; right:10px and it should be okay for clicking again!  and then change back the opacity to 0.0001 to hide the embed video ^^

This user is not visible to guests.
This user is not visible to guests.

used here~ no big changes made

thank you! i love your codes cameranuko.gif


This user is not visible to guests.

hmm, clickable musics not working is usually because one of these:

  • you used WYSIWYG which would add more coding that ruins the layout, delete the <span> surrounding the <iframe>
  • the youtube embed link is wrong
  • the actual youtube video is private OR doesn't allow embeds specifically (as in, you can go and use another video with the same audio lol)

however, it could also be because of placement issues!  if you can link me with your character that has the faulty code, i can help specify what went wrong ^^
This user is not visible to guests.

I love minimalist codes, will probably use this sometime   

This user is not visible to guests.

ooo i love the edit!!!  thank you for using! <3

I love the layout sm :0! I really like compact & minimal codes <3

used this awhile ago for some characters of mine!

Kita on Toyhouse 

Riptide on Toyhouse

the edit is so nice i'm obsessed !!!!  orz  ty for using!

This user is not visible to guests.

Absolutely gorgeous, and super simple so it's easy to fill out for less developed characters/easier to use in general (especially for ADHD brains who can't write half the time haha)! Used and probably will use again. <3

awe thank you sm for the sweet words!! *^* <333 and same LMAOO 

Hello! I just wanted you to know this is one of my favourite codes, and I use it for basically all of my characters. tysm for my life mwah
(I just left this same comment with my secondary acc by accident, I'm so sorry for the deleted message LMAO)

mwah!!  well, thank you for using it!!!  it's one of the ones that i adore too! x) <3

This user is not visible to guests.

yeah!  if using the bootstrap/bs version, change bg-faded to bg-primary | warning | danger | success.

if using the custom coloured/cc version, delete bg-fadedand add style="background-color:#HEXCODE"

so, for the side bar for example, here's how it should look!

<div class="card-block bg-faded text-muted h-100">
<div class="card-block text-muted h-100" style="background-color:#HEXCODE">

hope this helps!

EDIT: if changing the background colour with custom colours, don't forget to also change the font colour by adding color:#HEXCODE in the style tag at the first line of the code!

This user is not visible to guests.

trying this out rn, the theme part isnt working...? clicking on the music not doesnt do anything, i put the link in the right place help aa

yknow, i think the codes with playable music needs renewal in general so please wait for a moment so i can clean it up and (hopefully) fix the issue!!

in the meanwhile, could you link me to the profile (where the code is used)?

Hey! I deleted the code from the profile, I can redo it if you want and see if it works then? I’ll be doing the code again on this profile, sorry for the inconvenience! I’ll PM you directly it manages to work :>

[update] it works! turns out i chose a song from a playlist which broke(?) it sorry about that! and thanks

stop being so good at coding, i love this sm

My apologies for yet another question- is there any way to change the text and/or background color? Thank you!

Hi again! and yeah, there is!

I’m not on my desktop atm because my internet’s slow (so information may be a little stuffy) bUT:

to change text colour, you must remove all of the [text-muted] and then add [colour: #000] in the style tag of Line 31.

to change the background colour, it’s a similar process; you just remove [bg-faded] and add [background-color: #000] in the style tags of both Line 66 and 161!

Obviously, the #000 is changeable with any other hex code.  Hope this helps! :’D

Thank you so much!

I tried to change the background and it just changed the color of text on the far right, and when I tried to change the actual color of the text it did nothing :'D Any ideas on why this is happening?

oops — i JUST realised i used the wrong spelling, it should be [color:#000], not what I said ><

and also, have you remove all of the [bg-faded]? please double check that!

(if you did do both, do you think you can PM me the code via pastebin? i can probably give a more direct answer to that, thanks! :’D)