Replies

Feb 19, 2017 9 years ago
Aly
User Avatar

    [small][font="Verdana"]SO! I adore profile creations on other sites and wanted to give it a try here - though I must be really dumb because I can't find where to add CSS! I found how to style widgets using inline-css but it's not what I want. I've seen people make tutorials and things with style type etc and would love to know where to find it. I just recently joined this site so it's all new to me.

    Watch out profile world, here I come!
    [small]Thanks in advance! c:[/small][/font][/small]

    [small][small] [font=Tahoma][/font] [font=Verdana]ITEM SHOP // PROFILE[/font] [font=Tahoma]——————[/font] [/small][font=Consolas]( 19 y/o ;; she/her ;; loves 25 ! )[/font][/small]

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

From the top: Personal -> Dashboard -> Profile or just https://subeta.net/preferences.php?act=profile

Place code in the big box that says Profile Text :)

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Aly
User Avatar

    [small][small][font="Verdana"] | Thank you so much for this! I really appreciate it ~ Unsure if I did that right but still! [/font][/small][/small]

    [small][small] [font=Tahoma][/font] [font=Verdana]ITEM SHOP // PROFILE[/font] [font=Tahoma]——————[/font] [/small][font=Consolas]( 19 y/o ;; she/her ;; loves 25 ! )[/font][/small]

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

Well, you can always check your profile https://subeta.net/users/Aly to see if the styles are showing up :)

There is just one thing though. You see that section of your profile that has the header "Profile"? That has to be on your profile in order for the code to show up. If you delete that, then the "Profile Text" won't show up, so any custom code there will also not be on your profile (if that makes sense)

Also, welcome to Subeta! If you have more coding questions, or questions about anything on the site really, please just ask. I'm happy to help and there's a ton of friendly users here who'd be willing to help you out too.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Aly
User Avatar

    [font="Verdana"][small]

    Thank you for this! I'm struggling positioning the widgets but unsure if it's me or the site - I spend a few hours learning how it works before I can actually make anything x.x;

    Got any tips for me? :P

    And yes, that makes sense! It's like if it's not there there's no CSS there - and no CSS means no styling D':[/small][/font]

    [small][small] [font=Tahoma][/font] [font=Verdana]ITEM SHOP // PROFILE[/font] [font=Tahoma]——————[/font] [/small][font=Consolas]( 19 y/o ;; she/her ;; loves 25 ! )[/font][/small]

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

The way the widgets work, you have to drag them to the position you want, and then click "Update Order" before doing anything else.

So, if you drag them, and then edit one of them, and save... that won't save the new order.

I'm not sure if that's what you meant by "struggling positioning the widgets", if you describe your problem less vaguely, I can help more :)

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Aly
User Avatar

    [font="Verdana"][small]

    OH! My bad, sorry ;w;' So I'm playing around with CSS - in the profile section thing I'm trying to position - say the comment box - using like position: fixed and it's identifying ID but nothing is moving - am I doing it wrong? :A;'

    I've got the dragging/arranging of the widgets down just want to do my own customisation ~ //feels really dumb I swear I know how to do things haha[/small][/font]

    [small][small] [font=Tahoma][/font] [font=Verdana]ITEM SHOP // PROFILE[/font] [font=Tahoma]——————[/font] [/small][font=Consolas]( 19 y/o ;; she/her ;; loves 25 ! )[/font][/small]

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

You have to place your CSS within style tags. Right now, I see:

  • { padding: 0; border: 0; margin: 0; outline: 0; background-color: transparent; border-radius: 0; } body { background-color: ; }

In your CSS box. You will want to place that within style tags for that to take effect.

I also don't see "position: fixed" anywhere, are you sure you saved it?

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Aly
User Avatar

    [font="Verdana"][small]

    I update like 100 times a minute haha! And oh.. style tas duh .). I thought it was like a style box LOL Does that mean that we can create our own divs?? Is there a limit to the characters in the box?

    //not freaking out or anything :P[/small][/font]

    [small][small] [font=Tahoma][/font] [font=Verdana]ITEM SHOP // PROFILE[/font] [font=Tahoma]——————[/font] [/small][font=Consolas]( 19 y/o ;; she/her ;; loves 25 ! )[/font][/small]

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

Yes, you can type HTML and CSS inside of that box.

I don't know if there is a character limit. I know there's a limit to pet profiles, but I'm not sure about user profiles. I wouldn't worry about it though cuz I've made some large ones before and I've never run into a limit before.

Something neat about Subeta user profiles is that you can also add widgets with HTML and CSS on them to your profile - You can select "Blank Widget", and when you edit that widget's content, you can put code in there too. sCode works as well, so it's pretty cool :)

(In fact, my own user profile has a blank widget that I customized a bit, and which contains sCode - that's how I got the opening and closing sections to work, they're really just spoiler tags.)

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Please log in to reply to this topic.