Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    I know, right?! That little PayPal credit card link is microscopic! Here’s what I’d suggest.

    This takes a little custom code. If you’re not familiar with adding custom code to your website, we have a tutorial here:
    https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/

    Once you’ve done that, we have a filter called 'give_payment_mode_bottom' which allows you to add anything you like right below the payment options. Here’s what you can use:

    add_action('give_payment_mode_bottom','add_give_paypal_note');
    
    function add_give_paypal_note() {
        echo '<p><em>Note that you can pay with a Credit Card using PayPal. Look for the small link toward the bottom of the page after you are directed there.</em></p>';
    }

    Let me know how that goes. Thanks!

    Thread Starter macmanwv

    (@macmanwv)

    This is great! Is it possible to add a PayPal and credit card bar image too!
    Thanks so much.

    Thread Starter macmanwv

    (@macmanwv)

    I also should say that the Offline Donation option is not pushing the footer below the text entry….it is appearing overtop of the footer element.

    https://www.valleyconservation.org/donations/valley-conservation-council/

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    HI there,

    You can place whatever you like between those two apostrophes, any HTML markup will work.

    Looks like you have a strange issue with your template. It’s squishing the whole form to be very narrow. What theme is that?

    Thread Starter macmanwv

    (@macmanwv)

    Matt:
    Nature Theme…not sure I how to pick a different full width page template.
    Bill

    Thread Starter macmanwv

    (@macmanwv)

    oh wow, just noticed that …it’s new….before it was just a full half width…yikes

    Thread Starter macmanwv

    (@macmanwv)

    Goes back and forth on refresh.

    Thread Starter macmanwv

    (@macmanwv)

    Created a new page with short code rather than the default with the plug in….looks better

    https://www.valleyconservation.org/test-donation-page/

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    I need to run, but if it’s a free theme, put the link here and I’ll take a look so your single page works correctly. Otherwise, you can contact us through our contact form and provide a link to your theme’s ZIP file and I’ll take a look there:

    https://givewp.com/contact-us

    Thread Starter macmanwv

    (@macmanwv)

    Thanks is working great. Nature is not a free theme.

    The client wants to add a recurring payment option. I will look at the rest of the forum for that possible form solution. Is that possible with GIVE?

    Thanks.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Can you send me the ZIP of the theme to take a look? I noticed you took Give down for now. Just waiting for recurring? Or how can we help you further?

    Thread Starter macmanwv

    (@macmanwv)

    Thanks, Matt. Form is all set to go…guess we are waiting for the recurring entry feature. GIVE is still installed. Currently the client has chosen just to leave the PayPal Donate button…not ideal. Looking forward to making the switch.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Adding credit card option to PayPal Standard description on form’ is closed to new replies.