PayPal Donation Extension

Minor Issue: Paypal Link Graphic - PayPal Donation Extension

Minor Issue: Paypal Link Graphic

by TheNiceBigFella » Sat Jan 28, 2017 1:03 pm

paypal_d_mod.jpg
Using PBwow style... What do I need to do to add the graphic to that link? It's not showing up. -_-
TheNiceBigFella
Registered User
Posts: 38
Joined: Fri May 18, 2007 6:40 pm

Re: Minor Issue: Paypal Link Graphic

by Skouat » Sat Jan 28, 2017 3:24 pm

Hi,

You can try to duplicate the directory /ext/skouat/ppde/styles/prosilver to a directory named with your style name.
Refer to /styles/<directory_name> to retrieve the name.
Skouat
Code Contributor
Posts: 1059
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: Minor Issue: Paypal Link Graphic

by TheNiceBigFella » Sat Jan 28, 2017 4:16 pm

THank you Skouat for the follow up. I tried doing that, and didn't have any luck.

http://schguild.com/schold/

Is the link.
TheNiceBigFella
Registered User
Posts: 38
Joined: Fri May 18, 2007 6:40 pm

Re: Minor Issue: Paypal Link Graphic

by TheNiceBigFella » Wed Feb 01, 2017 3:51 am

What would I have to edit to tweak this? It's a prosilver based style... It shows on prosilver, but not on pbwow.
TheNiceBigFella
Registered User
Posts: 38
Joined: Fri May 18, 2007 6:40 pm

Re: Minor Issue: Paypal Link Graphic

by Skouat » Wed Feb 01, 2017 7:32 am

Hi,

The style seems to change the manner of displaying icons.
I need to analyse the style, but I'm not aware with CSS/Html. You can try to ask to the style author. Maybe he will be quicker to find the fix.
Skouat
Code Contributor
Posts: 1059
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: Minor Issue: Paypal Link Graphic

by Skouat » Wed Feb 01, 2017 8:56 pm

Open /ext/skouat/ppde/styles/pbwow3/theme/donation.css

Replace

Code: Select all

/* icon */
.icon-ppde-header {
    background-image: url("images/icon_donate.gif");
}

.icon-ppde-header-donorlist {
    background-image: url("images/icon_donors.gif");
}
With

Code: Select all

/* icon */
.icon-ppde-header > a:before { content: "\f1ed"; }
.icon-ppde-header-donorlist > a:before { content: "\f0c0"; }
Skouat
Code Contributor
Posts: 1059
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: Minor Issue: Paypal Link Graphic

by TheNiceBigFella » Thu Feb 02, 2017 11:29 pm

Worked like a champ. Thank you sir. Let me know if you got a beer/wine tab that I can send your way.
TheNiceBigFella
Registered User
Posts: 38
Joined: Fri May 18, 2007 6:40 pm