Posted: March 24, 2014 at 11:12 am
|
Is there any way we can increase the size of the paypal button? As well, we would like to put a disclaimer in this area that a “Paypal Acct is NOT REQUIRED”. We get a a bunch of phone calls about this. (: thanks for everything! |
Hi Fred, You should be able to adjust the size of the PayPal button using CSS. The button image itself can also be changed through the PayPal Settings on the Payments page in the WordPress admin. Sometimes, a theme can affect how the image appears. Could you share a link to an event so I can take a look at your PayPal button and share some CSS for making it larger? — |
|
|
Ok, I found where the button is. I’m trying to see if I can get a larger image through our paypal account. And here’s a link, if you register you’ll see the paypal button. I would still love to add some disclaimer text. Thanks!!! |
Hello, please void the “test test” registration. Then try adding this CSS to a plugin like My Custom CSS: #espresso-payment_page-dv .payment-option-dv .payment-option-lnk { display: inline-block; position: relative; /* max-width:140px; */ min-height:53px; padding:20px; margin:0 0 1em; border:1px solid #ddd; border-radius:3px; text-align: center; line-height:1em; vertical-align: middle; cursor:pointer; } It should then appear larger: http://cl.ly/image/1K0J1I140919 For the messaging, try using quick localization (https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#plugins) to target the following text so you can add your PayPal message: Your registration is not complete until payment is received. — |
|
|
I’ve had a horrible time using poedit in the past. Is there a way to directly edit some of the existing text in this location to our wording? Thanks for your response and help!! |
|
I just tried the bit of code in mycustomCSS and worked great.. thanks!!! so would it be possible to change this text that reads right above the paypal button? “Please choose a payment option” |
Hi Fred, I like using the gettext filter for changing text. If you change the wording directly in the plugin you’ll need to maintain the change with every plugin update. |
|
The support post ‘Event Registration Payment Page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.