Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides >

Pages: 123··· 150151152153154··· 403404405

Prf X's AvatarPrf X
Prf X's Avatar
Are you trying to hide the big image at the bottom or the little image in the card?
LEGO avatar built by me with LDD I always plan for the possibly of a hunt not being complete
we're only human after all
Looking for Hasty Pokemon I don't have TR/Tournament highlighting skin code Help Christopher Lee
aka Andros the Red In Space Ranger
's mom beat stage 2 lung cancer My time is: 08:13 PM
Score: 0
TR code credit

QUOTE originally posted by Prf X

Are you trying to hide the big image at the bottom or the little image in the card?
The large one at the bottom.
Prf X's AvatarPrf X
Prf X's Avatar
Try removing the last ] at the bottom of your code

QUOTE originally posted by Prf X

Try removing the last ] at the bottom of your code
That was just a post typo, removed it from there. But it wasn't in my code. Also feel free to PM if need be, I feel bad cluttering the thread.
Mareep's AvatarMareep
Mareep's Avatar
Did you clear your cache on a page where the trainer picture is visible? Otherwise it won't work
Avatar by Akua, permission to use it here

QUOTE originally posted by Mareep

Did you clear your cache on a page where the trainer picture is visible? Otherwise it won't work
That solved it -- thank you so much for your help!
ghostface's Avatarghostface
ghostface's Avatar
So, I've cleared my cache multiple times, closed all tabs and tried clearing my cache, and all the field types show up as the same image no matter how many times I attempt to redo this. Am I doing something wrong here? If it helps any, the image that's showing up is from the ground-type field. Apologies if this is a dumb question.

The code.

//???-type Field #field_field>div.field[style*="unknown"] { background-image: url("https://i.gifer.com/Gyev.gif") !important; background-size:cover; } //Normal-type Field #field_field>div.field[style*="normal"] { background-image: url("http://78.media.tumblr.com/fc372c50e71f2cfd57a81782d2b9ccef/tumblr_nl4rbyWy651qczawho1_500.gif") !important; background-size:cover; } //Fire-type Field #field_field>div.field[style*="fire"] { background-image: url("https://gifimage.net/wp-content/uploads/2017/06/vaporwave-gif-4.gif") !important; background-size:cover; } //Water-type Field (1st style) #field_field>div.field[style*="water1"] { background-image: url("https://media.giphy.com/media/ZCBfcGt1v3V4I/giphy.gif") !important; background-size:cover; } //Water-type Field (2nd style) #field_field>div.field[style*="water2"] { background-image: url("https://i.pinimg.com/originals/5a/9a/97/5a9a973d0f13660d26383e9b2ccb77f9.gif") !important; background-size:cover; } //Electric-type Field #field_field>div.field[style*="electric"] { background-image: url("https://em.wattpad.com/0f5edf84a16c0fa6ae481f210b4d6bd0f06e15a0/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f7279496d6167652f4b66442d4974464c4d426b666c773d3d2d3437353432313034352e313465383962633465323133653766313732323731363730393436302e676966?s=fit&w=720&h=720") !important; background-size:cover; } //Grass-type Field #field_field>div.field[style*="grass"] { background-image: url("https://66.media.tumblr.com/55f1649110b9a61d867d14784908cf95/tumblr_p4y4sdq6291x7pcsqo1_540.gif") !important; background-size:cover; } //Ice-type Field #field_field>div.field[style*="ice"] { background-image: url("https://static.tumblr.com/0d9b4dca1543149724644d44cd7565e2/xpxywvg/Ejanng6ic/tumblr_static_filename_640_v2.gif") !important; background-size:cover; } //Fighting-type Field #field_field>div.field[style*="fighting"] { background-image: url("https://thumbs.gfycat.com/InnocentDrearyCowbird-small.gif") !important; background-size:cover; } //Poison-type Field #field_field>div.field[style*="poison"] { background-image: url("http://68.media.tumblr.com/cc5ba5a71e870bf85913076e00968abe/tumblr_otas9p3tKm1w9xbsro1_500.gif") !important; background-size:cover; } //Ground-type Field #field_field>div.field[style*="ground"] { background-image: url("https://media.giphy.com/media/Ve8s6KMomgrE4/giphy.gif") !important; background-size:cover; } //Flying-type Field #field_field>div.field[style*="flying"] { background-image: url("https://media.giphy.com/media/F3LuIoVXgKAxHS3zFv/giphy.gif") !important; background-size:cover; } //Psychic-type Field #field_field>div.field[style*="psychic"] { background-image: url("https://i.gifer.com/B9PC.gif") !important; background-size:cover; } //Bug-type Field #field_field>div.field[style*="bug"] { background-image: url("http://68.media.tumblr.com/82181d3dd5ce15084b59572c26e7898a/tumblr_inline_nqrdw3oUn21szu3bc_540.gif") !important; background-size:cover; } //Rock-type Field #field_field>div.field[style*="rock"] { background-image: url("http://68.media.tumblr.com/c3b840af3bb63343933b2bed2fb94ccd/tumblr_or5c78uQkS1vczpxxo1_500.gif") !important; background-size:cover; } //Ghost-type Field #field_field>div.field[style*="ghost"] { background-image: url("https://i.pinimg.com/originals/cf/25/b4/cf25b45e793e619342b39516ee3bd8ff.gif") !important; background-size:cover; } //Dragon-type Field #field_field>div.field[style*="dragon"] { background-image: url("https://i.pinimg.com/originals/88/42/89/884289ec2de3608ef043b7136b587a26.gif") !important; background-size:cover; } //Dark-type Field #field_field>div.field[style*="dark"] { background-image: url("https://i.gifer.com/7M2r.gif") !important; background-size:cover; } //Steel-type Field #field_field>div.field[style*="steel"] { background-image: url("http://i.imgur.com/Aho3Q1Y.gif") !important; background-size:cover; } //Fairy-type Field #field_field>div.field[style*="fairy"] { background-image: url("https://pa1.narvii.com/6610/94bcc156968853e59a7d8f46ff0722d6e0423610_hq.gif") !important; background-size:cover; }
Icon from White-Victini and Zekrom.
Mareep's AvatarMareep
Mareep's Avatar
Seems to work for me (I don't have all fields types though, so I'm not sure they all work). Did you clear your cache while you were in your fields?
ghostface's Avatarghostface
ghostface's Avatar
I cleared my cache in the fields and then on the main page for good measure. Just tried restarting my computer again and then clearing the cache, and no luck yet ;u;
DrWho's AvatarDrWho
DrWho's Avatar
//Ground-type Field #field_field>div.field[style*="ground"] { This selects all fields where the style attribute of the field contains "ground". All fields match this because their style contains background. The reason some of them work and some of them don't is because the styles are applied in order, the fields after ground will show up fine but those before end up overwritten. Change it to #field_field>div.field[style*="ground1.png"] and that should be fixed However, some of your field images still won't show up because they're served via http while PFQ only permits https. To fix this, find all image urls starting with http://, download each image and upload it to an image uploader that gives you an https:// link to the image. PFQ's own image uploader will work.
Avatar by Kaelwolfur. Sent from my PokéNav

Pages: 123··· 150151152153154··· 403404405

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page