Minor Issue: Paypal Link Graphic - PayPal Donation Extension
Minor Issue: Paypal Link Graphic
Using PBwow style... What do I need to do to add the graphic to that link? It's not showing up. -_-
-
- Registered User
- Posts: 38
- Joined: Fri May 18, 2007 6:40 pm
Re: Minor Issue: Paypal Link Graphic
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.
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.
-
- Code Contributor
- Posts: 1059
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: Minor Issue: Paypal Link Graphic
THank you Skouat for the follow up. I tried doing that, and didn't have any luck.
http://schguild.com/schold/
Is the link.
http://schguild.com/schold/
Is the link.
-
- Registered User
- Posts: 38
- Joined: Fri May 18, 2007 6:40 pm
Re: Minor Issue: Paypal Link Graphic
What would I have to edit to tweak this? It's a prosilver based style... It shows on prosilver, but not on pbwow.
-
- Registered User
- Posts: 38
- Joined: Fri May 18, 2007 6:40 pm
Re: Minor Issue: Paypal Link Graphic
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.
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.
-
- Code Contributor
- Posts: 1059
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: Minor Issue: Paypal Link Graphic
Open /ext/skouat/ppde/styles/pbwow3/theme/donation.css
Replace
With
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");
}
Code: Select all
/* icon */
.icon-ppde-header > a:before { content: "\f1ed"; }
.icon-ppde-header-donorlist > a:before { content: "\f0c0"; }
-
- Code Contributor
- Posts: 1059
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: Minor Issue: Paypal Link Graphic
Worked like a champ. Thank you sir. Let me know if you got a beer/wine tab that I can send your way.
-
- Registered User
- Posts: 38
- Joined: Fri May 18, 2007 6:40 pm