Page 1 of 1

Paypal Button Resizable?

PostPosted: May 7th, 2010, 8:53 am
by Testman
Wow, what a great plug-in.

Thanks a lot for making it available as freebie ...*-)

I just tried it out on the Thesis theme.

All works nicely.

Except the Paypal button, which shows up quite big and stretched.

Is there a way to resize the button?

Testman

Re: Paypal Button Resizable?

PostPosted: May 12th, 2010, 3:29 am
by cherinec
Hi, I have the same question as testman. How can I reduce the size of the paypal button? If possible, I would like to use my own customised button like "register" and still have the backend all hooked up as programed by the plugin. Is this possible?

Cherine C ;)

Re: Paypal Button Resizable?

PostPosted: May 12th, 2010, 5:48 pm
by s2fan
Look at the code for the button. Try substituting the image portion with your own image. Should be pretty easy if you know basic html.

Re: Paypal Button Resizable?

PostPosted: May 13th, 2010, 12:04 am
by Jason Caldwell
Hi there. s2Fan is correct. You'll need to use the Full Button Code, and then change the image src="" attribute, by pointing it to the image you would rather use; a custom image of your own perhaps.

You can upload your custom image using the Media Manager for WordPress if you like. Just remember that using the Full Button Code, is a more advanced method of button insertion. Inserting the Full Button Code into the Visual Editor for WordPress®, can lead to a corrupted Button. If you're going to use the Full Button Code, you'll want to disable the Visual Editor, or build it into a custom theme; by coding it in manually.

* The Visual Editor for WordPress® does not place nice with raw code snippets.
This is why the Shortcode format is provided.