Lost membercard wail

Morgain

Well-known member
Before my HM site upgraded to 1.1 this week I had a beautiful membercard design which Brogan and Shelley helped me make. It's now gone and I'm trying to reconsruct it. I think the min thing is the loss of my graphic - the elements are OK as far as I can see.

I have uploaded the background graphic and it's definitely there

http://www.housemorgain.co.uk/circle/styles/default/xenforo/overlay/member-card.png

But it doesn't show if I click a member's name.
I checked the filepath in member-card.css and it matches.
I tried this in EXTRA.css

.xenOverlay.memberCard
{ background-image: url("@imagePath/xenforo/overlay/member-card.png") !important;
}

Still getting that mass of default black stuff.
 
Thank you Shelley.
The image is here - which SHOULD mean it displays.
http://www.housemorgain.co.uk/circle/styles/default/xenforo/overlay/member-card.png

The only thing I can think is that a size control is too restricting for it. I did have to fiddle the size stuff in its css originally. But it was fine before I upgraded.

Ah i see now. Took a bit of finding to get to a member and view the card. You'll have to re-size the member-card image in an editor to a larger scale.

remove the following

Code:
.xenOverlay.memberCard {
    background-image: url("styles/default/xenforo/overlay/member-card.png") !important;
}
And then via an editor (graphics editor) design the size you want and overwrite.
 
Top Bottom