: Have you enabled the nomination thing? Check the settings here, the pet you want nominated should be set to "yes". Also, you can't see your own pets' nomination link while logged in, so you'll have to log out to view it.
, you are awesome.
wahh i wish this was in the useful profiles thread... why is it not?
this would've been so helpful when i was coding ;x.
[tot=joanne]
: Thank you! :] And I don't know, that thread probably hasn't been updated in a while either...
Do you have any suggestions for it?
i think if you ask (or would it be ?) they could add it since this topic is really, really helpful
[tot=joanne]
: The thread said to contact , so I left a comment asking for it to be placed there. :]
If I wanted to do a hover over an image to show the artist name, and perhaps link to their profile, would that be possible?
Syth's page has the little art boxes I've made up for him, and clicking takes them to fullsize images, but I want to do something to offer the artist info without just making more boxes, hence the hover question.
(hoping you don't mind my bringing this back to life.)
bird and bear and hare and fish give my love her fondest wish
: Yes, that would be possible, but since your boxes already link to fullsize images, wouldn't that be confusing? I mean, you wouldn't know what you're clicking on. Also, if you'd do this, you'd have to make more divs anyway.
(and I don't mind, that's what the thread is here for, to ask questions and offer answers :])
Hmm. I don't want any confusion on my page... Is there anything else I could do to be less confusing? (In your opinion)
(It's just been so long since anyone posted here I wasn't sure if it would be a problem or annoying.)
bird and bear and hare and fish give my love her fondest wish
: You could simply put the artist+link underneath each image box. :]
[edit] I can't get rid of the bit that says: Adopted: December 12th, 2008 (Legacy) :S There isn't a tag for it on your image with the names on, so I dunno what I've done/not done. Btw, that image is very useful! :)
Also, my minion has ran off. Guess you would need the code to help me with this?
code
: Sorry for the late reply, I must've missed your ping! Anyway, it seems I made a mistake in that image, it has been updated now (though you might have to refresh to see it)! To remove the adopted thing, the selector is ".pet_wco_info_date" (".pet_age_info" is not a correct selector, so you can remove that one). And I'm glad the image was of use to you! :]
As to the minion, could you link to the profile in question? I'm not sure what happened there, though it might've simply dropped of the page.
Also, a general notice: I updated the guide now! I rewrote some parts, added a few new tricks and rearranged the topics a bit. A lot of stuff has been moved to the "general" section, because it applies to both pet and user profiles. If anyone has any suggestions for codes they want to see, feel free to post them!
(the only thing I still have to complete is the sample pet profiles section)
Oh, thank you :) That profile isn't needed any more, the person that wanted it for a friend didn't realise the friend had already got it done lol so doesn't matter.
I've been trying to make a different profile though, and I wanted to make it so when you hover over the minion, the pet spotlight thing appears in it's place, but it's not working. Is it actually possible? Also, any suggestions on improving it would be helpful cause it's the first one I've made. Actually, just realised I'm using that pet to make a profile for someone :x Will ping you when it's back to his own profile, sorry lol.
I'll read through the guide again now it's updated :D How do people make things fade in when you hover them instead of just suddenly appearing? I think that looks quite good.
: Ah, ok then. And you can do the hover thing with a workaround: You have to position the minion & pet spotlight in the same place, then make the minion disappear on hover. :]
As to the fade, that's CSS3 transitions at work. I'll update the guide to include that, and I'll ping you once I have! :3
Sorry if I should be wrong here, but can I ask you one thing?
On my pet profile, I'd like to put a new textarea out of the content box. I tried to do that with z-index but it isn't working. The box should be above the pet_desc/content-part. :c Do you know if this is possible?
[Edit] I found out myself, should've tried a little bit more before pinging you, sorry! :c
Another question, please don't hate me ;C I'm trying to make one of those pet profiles where you click somewhere and the different boxes show up. And I'm a bit stuck. How do I even get the buttons to work? I have added another text area that I need too, but I don't actually know how to write in it, lol. It's for this pet. I feel like I post here loads, sorry to keep bothering you!
: No problem, sorry I wasn't able to help you out!
:
Don't worry about posting here, I'm here to help after all :] As to the clicky thing, do you understand the concept? It's like having a strip of photo's, with a view window that only shows 1 photo at a time. So all of you content should be underneath each other (like a strip of photos), in 1 container. Then you use CSS to define that container as the "view window" and then you link to the sections. Here's an example link to box 1 link to box 2 link to box 3
Does that clear it up?
Ahaha and I found my profile difficult D: It's so complicated lol. Would I be able to put the TC in one or would that just not work? How do I position the links to each one, is that just div?
: Well, you kind of could, but only if you use as your main container, and it would shift everything (the columns, description, treasure & friends). Another way to do it is to copy the TC code into one of your own boxes.
And if you want to position the links, you can simply put them in a different box and then move that one around.
Also, I added the section about fading stuff in/out! It's under general > ADVANCED -- CSS3 Transitions.
So would the code go something like
O_o So they'd go inside another div, using another of the whole code in your other post but for each link, or am I complicating it too much lool I don't want them to say anything, there's text on the background which I want the link to cover (transparent), would that work?
I'll read through that section when I have time, I kinda guessed with my profile and played around till it worked but I'd love to know how I did it so I could replicate it lol! :)