Replies

Dec 18, 2018 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Hah, if dream TCs had to be complete to win pet spotlight, I think a lot of us would never qualify. x) I nominated her~

Oh, that depends on how you want to do things! We could increase the size of the treasure chest to make it wider, or get rid of the item name display so that each item will take up less of the width of the column and more will fit in each row. Which would you prefer? c:

yes i really do need more

Dec 18, 2018 7 years ago
Yzma
got laid
User Avatar

I would like to make it wider for some of my pets that have letter stickers...

I wouldn't be opposed to taking off the item names as well but kind of like them being displayed in case other people see them as inspiration.

Dec 18, 2018 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

To make the content boxes wider, what you're going to want to do is ctrl+f in the code to where it says: , , , , , {width: 580px;

And the pixel value for the width is of course what you'll edit to get things the right size.

It can be hard to decide on if item names should display or not. But you can always have them display on hover like the site does by default! Below the content box size stuff in my code is the code for treasure chest item display. Getting rid of this: .treasure_item_name{display: block; font-size: 10px} img{pointer-events: none} will make it so that the item names appear on hover like the default, and you can edit the width of the treasure chest items right above that snippet of coding, so that more items will fit on each row.

If you don't mind the idea of the hover display... I changed the width of the treasure chest and other content boxes to about 720px, then the treasure chest items to 75px, and changed the item names to display on hover, and ended up with about eight items displaying per row in a way that I thought looked fine! But I definitely encourage you to experiment and see how you like it. I hope this explanation isn't too confusing haha, it can be kind of a lot but I wanted to try to explain in case you need to edit this differently for different pets!

yes i really do need more

Dec 18, 2018 7 years ago
Yzma
got laid
User Avatar

Thank you so much for the help :D I think I only had two pets where I was having the problem and that helped me solve it. ^_^

Dec 19, 2018 7 years ago
Thestral
is custom made
User Avatar
Dexterity
Dec 19, 2018 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Always happy to help! I'm glad we got that figured out ^^ Let me know if there are any other issues!

You're welcome! I'm glad you think so. ;v; Please let me know if you have any questions or issues, and feel free to show me if you end up using one of these on a pet~

yes i really do need more

Dec 20, 2018 7 years ago
Riu
will always find their way
User Avatar
Icey

Thank you for posting these, it's been really helpful!

Currently using on a few (a lot) of my pets but only just managed to finish

Spring and
Grateful
.

Dec 20, 2018 7 years ago
Eitleoidhme
has fire in their soul
User Avatar

Thank you so much! I'm going to try to use them on some of my pets but I had a question. One of the things that I like to do with my pets is feed them and read to them. Would it be possible on one of the tabs to show what they had read or eaten? If not is there a way for the link to show?

🌟YAY!!! I finally reached 5000 food items! My ultimate goal is 9000. 🌟
My first Gourmand pet would appreciate anything from this list that looks yummy.
Still need Morostide candy if anyone is trying to eliminate sugar from their pets diet

Dec 22, 2018 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

You're very welcome! I'm thrilled that so many people are getting use out of these. :D I really love the color schemes you're using for those two, they look so great!!

Hey! So I don't know that it's possible to display what they've read/eaten without making that a sort of custom section that you make yourself, since it's a separate page on Subeta and everything, but the stats themselves can definitely be added with some editing. What template(s) were you planning on using? c:

yes i really do need more

Dec 27, 2018 7 years ago
Eitleoidhme
has fire in their soul
User Avatar

I was looking at the "Stripe layout with pet image circle" and the "tabbed profile". I am not sure yet which one I like the best. Thank you for the help.

[edit]I'm testing one on

Cold Heart but what is the second tab for?

🌟YAY!!! I finally reached 5000 food items! My ultimate goal is 9000. 🌟
My first Gourmand pet would appreciate anything from this list that looks yummy.
Still need Morostide candy if anyone is trying to eliminate sugar from their pets diet

Dec 28, 2018 7 years ago
Mightyena
plays with dead things
User Avatar
Optimus Prime

Heeeey, another question but it's for this profile;

Medkit. I've been trying to figure out how to change the background for the minion and the link colors. ; n; I might be missing something.. I'm bad at coding things.

Dec 29, 2018 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

First of all, thank you so much for the gifts under my Lumi tree! That was really sweet. ;v; And it shouldn't be too hard to add the foods eaten and books read here! However, with this layout, it does definitely require several adjustments, so I'm wondering if you would prefer to send me the code for your profile so far, then have me edit things, or if you'd rather I gave you instructions? You'll have to adjust some of the things set to not display, the height of the pet stats hover, and then add something if you want to keep the gradient look of the pet stats. So I thought I'd offer to do that myself if you're not really comfortable with tweaking code stuff. xD;

Also, the second tab is pretty much for anything you want! On my pet using this template, I used it for some character.. stats, I guess you could say? Here's what I did. But you definitely don't have to do the same!

You're good! To change the button link colors, you'd change this bit: .button, .buttonlast{color: } I had to look over the CSS and it looks like the minion background not changing is a mess up by me; I have the minion included in the group of sections whose background color can be changed easily, but I also have the minion section's background set to white in a later part of the CSS. :') GG Lea. Just search for where it says: , {background-color: } and erase that!! I'll have to remember to fix that sometime, or at least make a note of it orz;

yes i really do need more

Jan 1, 2019 7 years ago
Mageic
is garBAE
User Avatar
Fable Ehrhardt Valdez

Would you be able to help with a quick fix for Fable's name on his profile?

Anchor layout with stats hidden

Please and thank you

Edit: Also, would I possibly be able to get a little help with color coordinating his profile with new colors? I know what colors I want, but I have no idea where to put each color and still have his profile look nice. I'm terrible at color scheming/coordinating/etc.

Take me as I am or not at all

Jan 1, 2019 7 years ago
Lilanie
is magical
User Avatar
Vaporeon

I think the code for Google fonts in the bottom of your original post is broken, and I was excited to use it. X_X

Recruitment code: 92YCB8TB

Jan 2, 2019 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Oh, sure! His name is pretty long, so do you want to just increase the size of the, uh, name spot, and move everything down accordingly? If we tried to get his whole name to fit on one line, it'd probably have to be in a pretty small font compared to how the names are usually done.

And I can try to help with colors, sure. x)

That's super weird... The link is working fine for me, maybe the website was down? Maybe try again and see if it works for you? ?_? Link.

yes i really do need more

Jan 2, 2019 7 years ago
Lilanie
is magical
User Avatar
Vaporeon

I meant the code things in the blue box. Worked out that it was just pinging the user "import" though, so made it work. :D It's the part where you instruct on how to import a google font!

Recruitment code: 92YCB8TB

Jan 2, 2019 7 years ago
Lea
is forever on a quest for more pets
User Avatar
Halden

Oh, whoops, I misread, sorry. xD I didn't even catch that Subeta messed up the code, lmao, I feel really stupid for not checking that my post was accurate. The site tried to turn my @ import (without the space) into a ping for a nonexistent user, haha. Fixed that in the post, thanks for letting me know!

yes i really do need more

Jan 2, 2019 7 years ago
Lilanie
is magical
User Avatar
Vaporeon

No problem, and thank you so much for all these layouts! I'm really enjoying fixing all my pet profiles. :D

Recruitment code: 92YCB8TB

Jan 2, 2019 7 years ago
Mageic
is garBAE
User Avatar
Fable Ehrhardt Valdez

His name being stacked like it is is fine but maybe a small decrease in font size and a small increase in the name spot. Maybe they'll even out in some middle ground that way? Lol

Awesome! It's just 2 colors, but if a third color is needed to balance it out then that's fine too.

The colors are:

Take me as I am or not at all

Jan 4, 2019 7 years ago
Lilanie
is magical
User Avatar
Vaporeon

I've googled and tried to read this thread and still haven't managed to come up with an answer, so now I'm bothering you. Again. :P I'm tinkering with

Teleidoscopic's profile and trying to get the actual tabs to switch to different colours when I hover. Right now they're just the default blue (teal?) you've set them to. I can change the colour of all of them, I can remove the colour...but making each tab a separate colour when hovering, is that even possible?

Oh, and how do I control which page the profile opens unto? I'd really prefer it to open to stats. :D

Recruitment code: 92YCB8TB

Please log in to reply to this topic.