Replies

Oct 10, 2023 2 years ago
xAvarice
is a bad omen
User Avatar
Morgana Uciliece

You are absolutely royalty for making these codes <3 I'm tinkering with one for

Morgana Uciliece and will probably do the same with another pet or two! Thank you for sharing c:!

Dec 5, 2023 2 years ago
The Helper
Able
User Avatar
Lila

I saw you're on hiatus but I wanted to drop another thank you for these premade profiles! They are so sleek! I've used one of them for F(r)iend:

FRIEND

Mar 4, 2024 2 years ago
Faune
has a massive family
User Avatar
Booped

Looks like you're on a semi-hiatus, hope things are going well! Thank you for making these profiles and sharing them freely with us - I'm currently working on Matsi's profile using one of the codes from 2021.

I do have a question for you (or anyone reading) - I'd like to move the TC to the right so it parallels the other content. I can't figure out how to do this with the code. Any help would be appreciated!

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Mar 5, 2024 2 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Hi! Thank you, I'm glad you like the profiles. Yeah, I'm not doing much with my account right now because I've been so creatively dead for the past... I don't know how long haha. But I still try to check in every day!

Do you mean you want the treasure chest to match the other pet info, just positioned on the right instead?

yes i really do need more

Mar 5, 2024 2 years ago
Faune
has a massive family
User Avatar
Booped

I hope you find a new creative spark soon! I've been there (more like I take an annual rollercoaster LOL).

Essentially I wanted to take the TC box as it is and move it to the right so it's like a second column in the "body" of the profile. Bringing it up to the top so it's in line with the first profile text box. Visual Reference

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Mar 14, 2024 2 years ago
BlueDragonfly
User Avatar

Are there any updates on the Tabbed profile templates with the broken links? Those are the ones I'm most interested in using. Thanks.

[flower=BlueDragonfly] [ToT=BlueDragonfly]

Mar 15, 2024 2 years ago
Faune
has a massive family
User Avatar
Booped

I figured out how to move the box and resize things a bit (if I did it "right" is unknown though LOL). The only thing I'm struggling with is getting the TC to scroll with the page like the main content does. I tried changing all the TC overflow values to auto but it's not working. Any ideas?

Thank you so much!

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Mar 17, 2024 2 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

I am SO sorry, I think I accidentally deleted the last ping event so I completely forgot you replied. Also I'm terrible at explaining things but I tried lol. Setting the pet treasure to 'overflow: auto' is what we would do to give the pet treasure itself a scrollbar. So the reason it's not scrolling with the the content is that the TC is set to fixed positioning, which makes it fixed in place on the page instead of something that will scroll along. Fixed positioning basically makes it positioned to the screen itself rather than the other contents of the page. The problem is that all of the 'container' divs are set within a parent div which has a set width, and the pet treasure is also within that. So when we try to just change the pet treasure to a positioning that will scroll but with the page, then the pet treasure will be cut off - because of the size of the div it's within and because it's no longer positioned to the screen itself. It would take fiddling around with a few different things to adjust the size and get the other divs within to align the way they were originally supposed to. But there is also a lazy way, which is always my preference haha. We can just close the div tags and make it so the pet treasure is no longer part of the parent div that everything else is within.

So, first change the pet treasure positioning: {position: absolute; (The number values you'd had should work fine, just gotta change from fixed to absolute positioning! I would also recommend adding 'overflow-x: hidden' so that there's no horizontal scrollbar on the pet treasure.)

Then, add this to the bottom of the pet description code, outside the CSS and everything:

This closes the divs for pet_desc, pet_info, and the main content div - which is what we want the pet treasure to exist outside of.

Sorry, I honestly had totally forgotten about that - it's an old profile and I had half a mind to try recoding it, but I haven't gotten around to it yet. Here is the code.

yes i really do need more

Mar 17, 2024 2 years ago
Faune
has a massive family
User Avatar
Booped

Thank you so much! I appreciate you for taking the time to help me make these adjustments!

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Mar 30, 2024 1 year ago
Lion_Crab
has a massive family
User Avatar

These are awesome!! Thank you for sharing them.

Terrible Two

Apr 21, 2024 1 year ago
Faune
has a massive family
User Avatar
Booped

Hello friend :D Quick question for you!

Gwin

I'd like to swap the How To Help Shelter Pets and the Adopt a Pet sections with the TC (have those two run parallel to the story as a second column) and if possible I'd like to play with making my TC as wide as the two columns combined and seated beneath them.

I'm not sure how to separate the sections to where I can move them around independently. Is there a way to do this?

Thank you!

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Apr 21, 2024 1 year ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Would you mind sending me Gwin's profile? Just copy and paste everything on it, you can upload it to a place like pastebin or something. That makes it a lot easier for me to make edits to things other than just the CSS. I think the easiest way to do this would be by adding a few extra divs to arrange things into columns.

yes i really do need more

Apr 21, 2024 1 year ago
Faune
has a massive family
User Avatar
Booped

Thank you so much! I sMailed you :D

"I've found it is the small things,
everyday deeds of ordinary folk,
that keeps the darkness at bay.
Simple acts of kindness and love
"
The Hobbit (film)

Nov 16, 2024 1 year ago
toilet
is a SUPER USER!!!
User Avatar
baby

is there anyway i can remove the item names under the treasure part in card layout? does it have has something to do with h2? because the item 2 scode displays item name? or am i clueless LOL

IS THE STUDY OF...
[Url=https://subeta.net/user_shops.php/shop/7534]TRANSFORMATION[/url] and LIFE

seeking:
please

Nov 16, 2024 1 year ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Treasure chest item names are under .treasure_item_name Removing everything associated with that class in my code should get rid of 'em. The H2 class is for the headers.

yes i really do need more

Nov 21, 2024 1 year ago
toilet
is a SUPER USER!!!
User Avatar
baby

THANKYOU so much <3

IS THE STUDY OF...
[Url=https://subeta.net/user_shops.php/shop/7534]TRANSFORMATION[/url] and LIFE

seeking:
please

Jan 3, 2025 1 year ago
Lighthouse
User Avatar
Dirtroad

These are fantastic. I also like your profile layout. Do you have a board with user profile codes?

Jan 4, 2025 1 year ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Hello! I'm glad you like them. I don't have a user profile board because I find them harder to work with and I don't really understand them as well. I also don't really have a lot of user profile ideas haha. I've let a couple of friends use my user profile base so I guess I could probably make it a template though!

yes i really do need more

Jan 4, 2025 1 year ago
Pippa
is made of stardust
User Avatar
Ignaas

I would definitely use it, as well, if you made it a template! I had actually found this thread and searched around to see if you had a user profile one, too.

🌼[flower=Pippa]🌼

[sub]CURRENTLY SEEKING[/sub]

Feb 6, 2025 1 year ago
Organ Donor
Inkblot
User Avatar
Scyrizia

I just seen your previous comment linking the old, four-tabbed profile and ;-; THANK YOU FOR REUPLOADING! I've been obsessed with it forever, I'm so glad I can use it <3 Your profiles are all fantastic, thank you so much for sharing <3

// Edit to add: Currently updating the code, it will be used for

Venom eventually, but I'm testing / fixing up in [pet not found] <3

Please log in to reply to this topic.