Yay!
silly subeta, it works! n.n thank you!
Hmmm, I updated to the new fixed code, and that seems to have fully broken it for me. :o The floating items are neither floating/bordered, nor in the top left position.
I don't have the old code anymore.
Can you sMail me your customcss? I'll see what went wrong :(
I really love this! It truly is a lot of fun. Thank you for posting it! :)
Glad it was a simple fix haha, your avatar is amazing btw!
Thank you so much!! :o <3
For anyone else wondering, my issue was me accidently having the description copied over as well, whoops!
Does anybody know if there is a way to get rid of the pop up that comes up when reading a book to your pet? "Are you sure that you want to use this item on _______?"
It would make reading to pets much easier if we didn't have to scroll up and click that every time.
There's no way around the confirmation popup, you should be able to just hit return on your keyboard though.
Well, that's a bummer. Thank you for letting me know, I appreciate it!
I know you are in the works with the new battle CSS, in the mean time do you have CSS to move the "Fight This Opponent Again" button to the top right area? Ive been trying to move it myself and it moves all the buttons, so im not sure how to do it.
Please and Thank you!
:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
Is there CSS to have it not show a certain pet the options to feed, read, play, and use on. ?? Make it like the pet really aint there, in a way? Hope that makes sense. lol Peace!
some potential additions i made if you'd like to add them:
make "Update Items" button in shops/galleries fixed on the screen so you don't have to scroll all the way down
SPOILER (click to toggle)
input[value="Update Items"] {
position: fixed;
top: 0;
left: 190px;
height: 100px;
width: 140px!important;
z-index: 5;
}
move rock paper scissors button to the top left so you can click easier
SPOILER (click to toggle)
input[value="Play Again"] {
position: absolute;
top: 0;
left: 0;
}
a[href="?act=choose&c=r"] {
position: absolute;
top: 0;
left: 0;
}
this will do what you want, hopefully
SPOILER (click to toggle)
a[href*="challenge.php?act=battle&id="] button {
position: absolute;
top: 0;
right: 0;
height: 100px;
width: 200px;
}
this will remove a pet from every dropdown option - just replace PETIDHERE with the pet id
SPOILER (click to toggle)
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"] {
display:none;
}
Ahhhh... Thankies! [edit] I just wanted to post to say, that did not work for me. Guess something in my CSS is messing stuff up.
THANK YOU!!!
:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
When I use the "add to css" option on the website to generate a code for me I copy and paste it over, save, and then... it doesn't apply. And it when the page reloads after saving the css is all gone from the box. I'm not sure what I'm doing wrong or how to fix it, if anyone has any advice I'd be grateful for the help.
it should work - did you add it to the bottom of your current css? try this version instead. if it doesn't work, i'd have to see the rest of your css to see what's wrong - you can use pastebin or something and link it here
SPOILER (click to toggle)
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"],
a[href$="petid=PETIDHERE"] {
display:none!important;
}
it sounds like you're doing it right. it might be a subeta issue? do you have the same issue no matter what you put into the customcss box?
[sup]Hi pal![/sup] Yes, kind of. I've tried stuff from this thread as well as the "dark theme" custom site theme linked on their site and neither stick. I even cleared my old customer css, saved, and then tried again and it wont stick. (And I also can't re-paste in the old customer css I had before because that also wont stick when I save lol;; orz)
But I did later go back and try one or two codes, like to hide the postcards, and THAT saved. So I'd say only some work but the old custom css I had that 100% worked for me wont stick after saving and I can't use it anymore, despite that I'd used it for years with no issues. so I genuinely don't know what's going on.
The solution is probably go through each individual code I want to use to see what specifically wont stay after I save and then get help on a case by case basis on each one, but it doesn't explain why code I had used that SAME DAY for years worked with no issues and now wont even stay after I save.