circlejourney's Profile Comments


I love your art and I adore your stories sm ^^

you're so kind, thank you!

Code Hex is such a cool idea, I've never seen someone do something like it before !!

thank you, I'm glad you like the concept! I've wanted to make a project like this for ages :>

every time i try to do css on the website it never shows up, html is fine, but any css ive used never shows up / changes when im editing it 


oh, I'd love to get to the bottom of this, would you be able to DM me the code that is doing this?

Sure thing!

I'm getting the same issue but I think it might be me doing something actually wrong haha

So a few different things can cause this, but the most common is an import statement - let me know if this is the case for yours? https://toyhou.se/~forums/26275.feedback-bugs-suggestions/388328.bug-reports#css-broken-on-editor

This looks like it's the issue for me tysm!! :)

hi im so sorry to bother you, but i see a lot of others asking questions and i had one of my own! anytime i try css on the editor, it wont show up there live. I can see the code and everything but only html codes show up in the live editor portion. I dont know much about css so it may be user error, but just wondering if there might be a reason ^^

Thanks for the report - I've been testing the CSS feature recently and it seems like it works for me - sometimes there is a delay but for me it works. It's possible it's a browser/OS specific issue - would you be able to open the code editor, type some CSS in, then open the console (usually F12) and share a screen capture/copy-paste of what you see in there?

like i said i dont have really any experience with css so im unsure if its a me issue or not, but this is all the console says: The keyword 'slider-horizontal' specified to an 'appearance' property is not standardized. It will be removed in the future. frame.html:1 The keyword 'slider-horizontal' specified to an 'appearance' property is not standardized. It will be removed in the future. frame.html:1 The keyword 'slider-horizontal' specified to an 'appearance' property is not standardized. It will be removed in the future. DevTools failed to load source map: Could not load content for chrome-extension://bmnlcjabgnpnenekpadlanbbkooimhnj/browser-polyfill.js.map: System error: net::ERR_BLOCKED_BY_CLIENT

Hm, interesting. Does this happen for every CSS you use or just the one you're working on right now? (If you are willing to DM me the CSS you're working on, I am happy to check if it's a bug on the editor or an issue with the code!)

does circlejourney crash a lot when playing with CSS?

I know it used to crash in the past, and I believe I fixed those issues - but have you experienced any crashing while using it for CSS?

Yes, just yesterday I had this crash occur 4 times while playing around with the code. I utilize the Google inspect element tools to make temporary changes, the plot them down on circle journey. Before a crash happens the entire website becomes unresponsive (the cursor icon as well) then after a few seconds I get the "oh snap" message telling me I can't connect to the site. Maybe I was too quick with making the changes in css?

Oh yes, I have run into some trouble like that too, because the editor is running all code through an SCSS compiler that turns things like $ variables and nested styles into CSS that the browser can read o the fly. Rapid edits can cause it to crash. I might reconsider how it is doing that, and especially how frequently it updates. Meanwhile, working on CSS with auto update turned off should help.

Hello!! I'm working on building a local editor for myself, and I'm curious as to how you got the Font Awesome icons to display in your live editor. Did you have to purchase the pro version yourself, or is there some other method?

An acquaintance got me the subscription and added my site's domain to the whitelist! I mention them inside the site credits. Unfortunately I don't know of a way to include FA without a subscription.

Good to know, thanks for the help!

Question about the code editor

I see in the UI theres a color picker tool, but I cant seem to find out how to use it (or where even is the tool placed for the matter) I usually can get the colors using FireAlpaca, but Imma still ask for help for conveince

Soooo how does the color picker tool work?

Usually when you type a hex code, RGB code or other representation for a colour, it will get highlighted with a coloured highlight showing what that colour looks like. If you hover your mouse over that highlight, the colour picker should pop up!

Oooh I see then

Was kind of thinking the classic color picker, Idk why I didn't realize it :P

Thanks for your help tho

Aawjdlkf your code editor is a life saver thank you <3 <3
wasn't sure if it's appropriate to comment this on your profile but I have no clue how to get CSS to work? I've pasted it into the box (removed all lines containing '@import') and tried importing the file and it still never shows up ;3; html section works fine

Ooh what are you using to import the CSS? The TH Import feature?

So if the code contains an @import line, that just means that it's importing the actual CSS from a (private) file on Toyhouse, and removing it doesn't make the code work because the entire code is contained inside that private file. The only workaround would involve asking the CSS creator for the original hidden CSS code.

oof- fair enough, I've just been using it to do the html then adding the css to a hidden character and putting the html there to see what it looks like

Ok so, a code that I've been working on for months in your editor just randomly got erased and I can't get it back. I didn't save the code on any kind of document. All that's left of it is "<!--- Enter your HTML here... ---!>" and I'm devastated

Is there any way I can get it back? Like some kind of log of all autosaves? Or is all of that hard work gone forever?

Oh dear, I'm sorry to hear that that happened. It's possible that it's still saved - could you open the debug console on the page, type localStorage.th_cj and hit enter? if it's still saved there and it didn't get replaced with a blank, then it should still be saved under that. I should probably work in some sort of backup storage option, and I hope you are able to recover your code in the meantime.

If it's not there, then unfortunately it's probably gone, as there is currently no backup log of autosaves at the moment. The file download option was meant to be my solution to backup functionality, since your computer can handle more data than the browser's local storage (which is limited to 5MB). I'll see if I can add an "invisible" backup log for the next update, in any case.

For some reason, this code -> https://toyhou.se/11127785.-f2u-allegiances, does not work with your live editor!

Ohh, so for some reason Ace editor doesn't like when an HTML comment has an HTML tag inside it, like in this code, the comment at the top has a <tr></tr> inside and this produces an error. so if you replace that bit of the code with a placeholder, it should work.

WAIT

you MADE the code editor? OMG your like a celebrity to me!!

(Please make it able to copy the code on mobile🥲/j)

Yeah I made it! And then refined it over 3 years. I'll see what I can do about copy/paste on mobile, it's a more involved issue to fix and I'm not sure that there's an easy solution for every mobile platform.

I understand, I’m not gonna pressure you about it, it’s just a fix I would be glad to have.^^

Hello!! I just wanted to say that I'm having an issue with your code editor where my CSS doesn't work at all? Maybe something's wrong with my CSS code, I'm not sure, I'm not very experienced with CSS... But I got the code from @Pinky and it works normally on my toyhouse ACC so I'm just very confused

Hi! Can I just find out if the code has a line starting with @import anywhere in it? If so, then that is probably the reason why it only works on TH - it's trying to access a hidden CSS file on the TH server.

Ohh yeah it does, so that's why it doesn't work! Sorry, again, I'm new with CSS stuff so I didn't know that would be a problem

No worries, it's not super clear that that's what's going on. Maybe I'll add a sort of popup to say that @import doesn't work on the TH editor!

This user is not visible to guests.

hmm, could you DM me about which profile you're trying this with? I have admittedly not tested the Import feature enough and would be happy to debug it if there's an issue!

Aaa hihi ;v; Your live code editor is gone for some reason?? Just letting you know ;v;

I CAME HERE TO SEE IF ANYONE ELSE WAS EXPERIENCING IT .. II USE THAT THING EVERY DAY OH NOOOOOOO

Same like I use it every day too (since I found a new character code I liked) and I thought I was tripping when the editor wasn't working or even showing up lmao- glad I'm not alone but this srsly sucks fr-

This user is not visible to guests.
This user's account has been closed.

yeah same here! was super confused :0

This user's account has been closed.

CyberNE0 brakpak divineflowerings kalosiantoast_ chica Apologies, my hosting provider migrated us to a new server and I forgot to update my Cloudflare to point to the new server - it should be fixed now but let me know if there are issues!

This user is not visible to guests.

Yeah, I'm aware, thank you! Currently discussing with the person who bought the subscription about upgrading it.

thank u sm for code editor it saved me🌿🌱🌌🌻🌟🌌💛

can i request a feature in the live code editor? i was wondering if you could implement a layout for user warning screens, if it isnt too much trouble!!

I probably could! I'll put it on the to do list.

Thank you!! (´▽`ʃ♡ƪ)

This user is not visible to guests.

❤❤ this was nice to see in my inbox today, thank you so much!

This user is not visible to guests.

Hello! I was just tinkering around on your code previewer, and this code (IC) made the whole display turn white when toggled, erasing the faux user page.

I'm a new coder so I might be doing something wrong, but just letting you know.

Oh I somehow didn't see this message earlier because it got buried in messages! That seems like a big issue, would you be able to DM me the code to debug my editor with?

Thank you for the fave!

OMG I LOVE THE ART YOU MADE FOR ME HOLY!!!!!!!!!!!

I'm so glad that you like it! :>

I absolutely love your tracks omg. My ultimate favourite album of yours has to be Some Other Horizon hh. It all sounds so magical and i loved hearing it. ALSO!! The song you made for Pala is beautiful and has this niceass summer vibe i love it

Tl;dr? i hella love your musics

Thank you so much for listening to my music! 🙇‍♀️ I'm glad you managed to find my albums because I'm not very good at linking it from my social media. I'm really proud of Some Other Horizon too, and I'm glad you enjoyed it! Idyllic is still one of my favourite things that I've ever made :p

If it weren't for the link on one of your character's profile (Adelaide to be specific) i wouldn't be able to find your bandcamp. My favourite from yours has to be Some Other Horizon and Idyllic (too!) It has got this nice fantasy feeling that i can't describe with words. I'd honestly love to see more of your musics.

Oh yeah, my pages do have links to my music. I appreciate the time you took to listen to them! I've got more on Soundcloud that I haven't posted in albums, if you like!

Thank you so much for the sub! <) And I wish you a happy new year!

Happy new year to you too, and, of course! No problem!

Happy new year to you too, and, of course! No problem!

This user is not visible to guests.

Ofc! I'm surprised I wasn't already subscribed hahaha

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

of course! your casts of characters are very charming (I am, in fact, the sort of person who gets attached to the characters I draw) and I'd love to see more.

Emy

Hi, I can't seem to get your profile CSS working? You just paste it into the box, right? It's not showing up for me ;~;

EDIT: I GOT IT!

Oh I'm glad it's working now! 👍

https://toyhou.se/~forums/5865.forum-games/48539.-say-something-nice-about-above-user-s-art?page=30#post-1664966

What you said about my art here made me wanna cry?? You were so nice and I never ehar nice things about my art just thanks so much. :')

:D I'm glad! You have a very strong style, and you should be proud of it!

This user is not visible to guests.

👌 np, I'm glad you liked my analysis--it was fun looking through your gallery!

Aaa thanks for the subscription! I've been meaning to subscribe to you, I just kept on forgetting to do so up until now haha; on a related note, all your characters and projects sound really cool and interesting!

I'm glad you think so! And same, I see you so often that I'm not sure why I haven't already subscribed to you, haha.

Hello, can you link my drawing from Dove Squab (https://toyhou.se/2315989.dove-squab#9026019) back, to this account, please? :3

It would be very nice ^^

np, I've updated it :] thanks for the drawing once again, he's adorable!

Thank you :3 And thank you too for your drawing <3

your characters are so amazing! i love the way you use thematic elements in character design and how each individual oc has their own symbol. also the way you incorporate historical and punk aesthetics into your stories is awesome ngl. i have a lot of feelings about the birdverse, and all that bird symbolism (because bird symbolism is cool, and because it's so hard to find and so rare these days, despite its potential). also flying cities? steampunk?? airships????? wow. victorian aesthetics?? yes.

this ended up being kind of long, lol. tl;dr your characters are sick af.

Oh wow, I'm here reading this comment at like 5am and I wish I were more awake so I could respond properly. I'm humbled that you took all that time to read through my characters' profiles and my project summaries!

Oh yes, I absolutely do enjoy associating characters with timeless concepts via symbolic animals, objects and other entities--in fact I'd even say that that's the one thing that ties all my work together, and I'm glad you noticed because I don't think anyone else has pointed it out! E&S is 100% bird symbolism, maybe I'll publish the novel someday and everyone will get to see all the bird (and other thematic) metaphors it's drowning in.

And yes, steampunk is still one of my most beloved genres to this day, anything surrounding the industrial revolution and the late 1800s is so cool (as is anything to do with the Interwar period, but I have yet to write anything set then).

Once again, thank you for taking the time out of your day to write this incredibly nice comment! It reminded me that there's been a few things I've been meaning to upload, and I'll get around to it eventually!

Thank you for the fav!! :3

ofc, she is lovely!

This user is not visible to guests.

No problem B) I am glad that my very serious and heartfelt masterpiece has touched your heart

Thank you for subscribing! I'm in love with all of the characters I've seen so far, and though I don't know much about Revolving Door, I can't WAIT to find out!

I must've missed this before my short hiatus--thank you so much for your kind words, I'm glad you enjoy my characters!

No problem! I can't wait to read more about them! Thank you for favoriting my characters as well!

This user is not visible to guests.

Ofc! She a hottie

Forgot to mention it when I read it, but Revolving Door as a game would've been so much fun. The idea of gravity suddenly switching and making you fall on an invisible bomb that goes off everywhere at the same time - like, I can just imagine all that chaos and I think it'd be the kind where I couldn't play because I'd be busy laughing because of how dumb I am LOL.
But it'd also be the kind of game where once you get the hang of it and strategize, that would be so intense to watch.

Yooo true, it's so much fun to think about! The strategies would be crazy, like I was thinking about how you could use the world-switching to sneak up on someone--say, you spotted someone in the bushes, but they didn't see you, so you quickly jump to the next world, run over to the spot parallel to where they are, and then jump back for a surprise attack! Or you could set a trap on exactly the right spot so that when an enemy character switches worlds, they will land right on top of it and get blown up haha.

I'd have a field day thinking up more characters with powers that complement the multi-universe setup, there's just so much you can do with it. Maybe...a character who can link up and switch places with any teammate, regardless of where they are? That could be so interesting strategically, especially if there's also events that block world-switching 0: Wow this is making me want to actually work on this project (though probably as a top down game probably)

God, it's like PUBG but with, like... such huge twists to it. Like this game could stand on its own because of how unique it is to the genre.
Tbqh I would adore playing this if it ever gets out. My laptop is an old bab buT I WOULD STILL TRY TO PLAY.

Yeah I am absolutely thinking "PUBG but with 12 worlds" hehehe. Seems like it'd be pretty complicated to code, but I'm always up for a challenge. It'll happen someday. Someday...

This user is not visible to guests.

oh hey, hi Radpo! thanks for the comment, and no worries. I have an even worse track record seeing as I haven't commented on anyone's profiles, haha.

HI CIRC

HELLO FER

This user's account has been closed.

no problemo OP, thank you very much for the invite code!

HELLO CIRCLE

       

JOURNEY

        

Hi hej 👀 🤖🚨⚾🛍