OneAlbatross's Profile Comments


Just wanted to thank you for making code, I was thinking specifically how much i could use a speech bubble on my profile and THERE IT ISS!! Hope youre having a good week :D

Thank you! Glad I could help ^^

Hey just wanted to let you know(unsure if it may just be a browser thing for me since I use Opera) that your CSS puts your sidebar halfway through the left side of my screen so none of the actual words are visible ^^ /info

Thank you for letting me know :o

(It sounds like I'm seeing a different version of it, but) I'm also seeing a weird sidebar issue on my page since maybe a month ago on Chrome on desktop, but I opened my TH page in an incognito browser with me logged out and the problem wasn't present (???) It's annoyingly confusing and it happened without me changing anything afaik. Plus the CSS is largely an import from cheeriko so there's some things at play I'm not able to see,, maybe I'll figure out what is doing it and how to fix/ override it across all browsers with some extensive testing - maybe one of the latest site updates broke how something renders ??

But thanks again for letting me know! I'm always wondering if others are seeing what I'm seeing with my code

I messed with it for a while and I'm still not sure exactly what was/is causing it, but I might've changed something that somewhat alleviated the problem (I'm still seeing a massive blank extension of the background when I swipe to the right on mobile - it's not a huge issue for me atm since my screen starts already zoomed in to the correct size/width, but not sure if other devices/browsers tend to do the same) ~ would like to know what you see as well if you happen to have the time :)

Doesn't show it for me :)

Hiya! I recently purchased premium and have been trying to get my head around all the coding. I’ve been doing okay so far but one thing I haven’t been able to find anything about is customising/ editing the top panel where is says “toyhouse Profile Forums Browse Submit”

I see that you have it edited so I thought you might have a bit of insight on how I can change it haha

I actually use a CSS sheet by Cheeriko as my base and that's what is styling it :) 

For future reference, most people who are OP at coding and can do full CSS restyling (lol) will include code that inserts their name at the very bottom of the page like mine. 

Even though I didn't restyle it myself, I did find these snippets by another user that does what you're taking about :)

https://toyhou.se/11906928.snippets-i



ahh okay thank u!! :D

This user is not visible to guests.

The code uses bootstrap's predetermined set of colors by default (primary, secondary, warning, success, etc) so if you changed btn-outline-primary to anything that wasn't another one of bootstrap's theme colors it won't work. Right now the text within a button is the button's color by default. The most straightforward way to change font color would be to insert color: #ffffff into the style="" of the "a" tag that surrounds the intended text and replacing the #fffff with a hex code of your choice :)
example: a href="LINK_HERE" class="btn btn-outline-primary pt-3 pb-3 pl-3 mb-2 text-right w-100" style="border-radius:20px 20px 20px 0px; color:#ffffff" And if you don't want the next two buttons to automatically be hue-shifted you can remove the filter:hue-rotate(20deg) from them.
And And if you were actually just talking about wanting to change the other/plain text not in the buttons you can just add color:#ffffff" to the tags surrounding those words.e.g. style="white-space:nowrap; color:#ffffff "
To change the font you can put font-family:FONTNAME within the style="" using the font name of any of these web safe fonts
Or if you meant the other kind of styling like italicize or bolding you can wrap your intended text in these new tags - this is a nice visual list of the styling tags bootstrap uses

I'd be happy to help in more detail (especially since I'm not sure how much of this makes any sense), but I don't know /exactly/ what you're wanting so I can't give a copy-paste answer - let me know if you need more help ~

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

I'd be happy to share :)
Do you mean the bit with the spinning record? And how much of it did you want? (Like the whole column with a spot for a page doll and background image? Or just the disk and text?)
I'm traveling atm but might be in front of a computer tonight or tomorrow

This user is not visible to guests.

Here's the code for that bit to the best of my knowledge - https://pastebin.com/SQLrNkSF
Note: I had to make some edits to it because the one on my page is a png image that was being made to spin via a CSS script and I didn't want the code to break if the image moved or something so I just made a the disc/record a fontawesome icon and added the fa-rotate class

The code on Gitlow's profile isn't posted anywhere because it's a personal code I made to use with all my characters - I'd like it to remain largely unique to me, but I can lend you particular bits or you might like Telling by Jiko which was my largest source of inspiration for that code

This user is not visible to guests.