Hi! I'm glad you like them. c: Yes, the pet birthdays/creation days can be added back to the templates. However, it may take some readjustment to get them to display without overlapping anything else! How comfortable are you with CSS, and were you planning to stick to one template or use different ones?

I am planning to use same one template but change the colors around. I'm not smart in CSS, but I learn pretty quick! I was working on Sabrena earlier and I used bright colors of CSS to figure out which color code is which xD I wish I saved what I had so far but I messed up. However it's okay! Cause I can always recreate it xD
The one Deeva has right now is the one I like the most and planning to use on all my pet description/profiles c: It's so simple and organized, I love it.
I am extremely fond of the 'screw around with bright colors to figure out CSS' technique myself, so I approve xD Sorry for not having a color guide for this one, but hopefully it shouldn't be too hard to figure out! Thankfully this template doesn't have a ton of colors.
Okay, so to add the birthday, ctrl+f to find ' .pet_age_info_date, ' and remove that. This removes the CSS that causes the pet birthday to not display. Next, you'll want to add .pet_age_info_date{position: absolute;
top: 205px;
left: 300px;
width: 200px} somewhere in the CSS so that you can position the birthday. This puts it under the owner info, but you might end up wanting to tweak the position slightly depending. And if you want to make it lower case to match the owner info/pet color info, you can add add a semicolon after the 200px for the width and then ' text-transform: lowercase ' after that.
Hope that wasn't too confusing! Let me know how it goes.

Late reply, sorry!! I've barely been on here at all lately. I'm so glad that it worked! I love your choice in background color and the notes about Sabrena's character are great. Healing voodoo is such a fun idea. I'd love to see her when she's finished.

Thank you so much for these! I used the first one on Brid McCordy the Destroyer.
[flower=Cordyceps_sapiens]
Slimantha would like to say thank you for making such a wonderful profile template
I also played around more with Sticky Tick's to take advantage of the friends/family coding you had. (Sticky Tick also wants you to know he has many more peas now)
Hi! I am using your Anchor link layout with left navigation (stats visible) for a friend. I wanted to add more than three other pets for friends and you said we can add as many as we'd like, but it will not scroll down to see more than three. How do I fix this?
Super late reply, sorry, but I have to say that they look great! I love the overlay and writing especially, what a cool pet. 'o'
Hah, thank you and you're welcome. :D I love the way you're doing these profiles, the pet characters are so fun. And what a pea collection, wow haha! Very impressive.
That's weird. Can you give me a link to the pet so I can try to figure out the issue?

hey!
So you were kinda interested in Sabrena's story earlier right? Well I made a first draft. Sorry it's a bit long haha. Also there will be grammar mistakes, it's a first draft after all.
Sorry for taking a bit to get back to you, I've been really busy IRL lately. v_v; Okay, looking this over, there are... a lot of unnecessary z-index bits, which is causing the issue. The way this layout works is by having the content box divs set to a low z-index until an anchor link is clicked, which basically brings you to a version of the page where that div is "targeted," and the CSS makes it so that when the div is targeted, it becomes set to a higher z-index and also goes from fully transparent with 0 opacity, to being fully opaque. So the content boxes need to be done like so:
, , , , {opacity: 0; z-index: -1}
:target, :target, :target, :target, :target{opacity: 1; z-index: 90}
{opacity: 0;z-index: -1}
:target {opacity: 1;z-index: 90}
In that same area of the CSS, remove the 'z-index: 90' from the part that controls the content box positioning and sets the border radius and so on. Then ctrl+f '.pet_treasure' and remove it from the grouping that sets another group of elements to z-index: 90. (I think that was actually my bad, I'm seeing something similar on the profile of a pet I used this kind of layout on...)
Unless I forgot something else I did, that should fix the issue without forcing you to clean up the entire profile.
Oh man, I love her!! She's such a great character. 'o' I love the story! I have such a hard time writing nice long descriptions for my pets and I can't do stories at all, so I have a ton of admiration for people who can do this kind of story, haha. Very nice!

Thank you so much! I'll try it.
I did want to ask you something else. How can I take out the friend left and right if I want to and have listed however many friends the pet has automatically without naming every friend? And showing just like the treasure, in columns and rows to fit the space with the image above and the name underneath.
And as an alternate, the same way but the image bordered and possibly the background of the image a dark blue or anything but white?
I'm not entirely sure what you mean. Do you mean something more similar to the default pet friends section on Subeta, but coded to look like the pet treasure section?
I believe you would need to edit the image and use an overlay to get rid of the white background on most Subeta pet art. In that case, you'd probably need to have a custom section anyway, unless all the pets you'd want to list had custom overlays with transparent backgrounds.

Oh, I see what you mean about a custom pet to change the bg. That makes sense. So scratch that. I guess it is the default friends, I just hadn't remembered that. But yes, I want the friend images in your Anchor link layout with left navigation (stats visible) to look like the tc layout in the same profile. The friends would likely be somewhat larger maybe, but otherwise set up the same way. I will be glad to pay you for your time of course. :)
I am so sorry for leaving this unanswered for so long, I've been incredibly busy and drained from work lately and just haven't had time for Subeta. v_v;; Did you still need any CSS help, or not anymore? I notice that the pet you were testing the profile on had their profile changed.

No worries. I was working on the profile for a friend. But I would still like the change in the friends' code if possible, as a variant in your original code. But if its too much bother, its fine. I just thought (or hoped) it would be an easy change. But that's what I get for thinking as my mother says. lol
So I used one of your profile templates for my pet OpalAmore
Other users have pointed out to me the font is very close together between each line in her story. Is there any way to fix this? I want my story to be easy to read. :)
[tot=PiplupMagby34]
No, it shouldn't be too much of a bother to figure out! I was just really busy last week due to working full-time + birthday stuff, so I completely forgot. Could you either send me the code via a text uploading website or show me whatever pet has the code?
Ooh, nice pet! It sounds like you want to change the line height, I think? Just ctrl+f for ' line-height ' and increase the number of pixels.

Happy Birthday!!! I'm embarrassed, but did I miss it? I can't remember. Kinda dim today and not all here. No worries and no rush. I appreciate your help! Live on this pet: Andare Code: Variant Anchor Link Left Nav Stats Vis by Lea