Zen Cart Logo
Forums / General Questions / png Button Set

png Button Set

Views: 837

Results 1 to 4 of 4
22 Jun 2011, 11:30 AM
#1
burty avatar

burty

New Zenner

Join Date:
May 2011
Posts:
34
Plugin Contributions:
0

png Button Set

I'm using a custom template and in the process of changing the button set. If I make my new button set as either .gif or .jpg the new buttons work fine. But I'd like to use a .png set due to some background differences.

The problem is, when I try a .png button it does not load up and I see the default button set.
src="includes/templates/template_default/buttons/english/button_login.gif"

My new .gifs all load from my custom template as I would expect.
src="includes/templates/custom/buttons/english/button_login.gif

I cant think what I need to do?

22 Jun 2011, 12:01 PM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: png Button Set

Did you change the button names in includes/languages/english/CUSTOM/button_names.php ?

Of course, if you don't have this file in your custom templates' folder, then you'll need to make a copy from includes/languages/english/button_names.php

22 Jun 2011, 12:30 PM
#3
burty avatar

burty

New Zenner

Join Date:
May 2011
Posts:
34
Plugin Contributions:
0

Re: png Button Set

Brilliant....thank you.

22 Jun 2011, 12:32 PM
#4
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: png Button Set

Not a problem. Glad to help.