• Resolved arun268

    (@arun268)


    Hello,

    I want to add One-button donation form on my site. I want o add it on as many location as i want. I did’nt find any shortcode of it. Please guide me to do this.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter arun268

    (@arun268)

    And i want to know the process of creating email reciept template.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    What you want is “Button mode”! Here’s docs on it here:
    https://givewp.com/documentation/core/shortcodes/give_form/

    In the shortcode builder, you’ll see the option for “Display Options”. Choose “Button only” and you’ll have a shortcode you can use anywhere on your site to output a button that will open your form in a modal.

    Regarding your second question, can you clarify a bit? Out of the box, we have a standard email that you can customize the image and content for. Are you wanting to do much more advanced customization of the template? If so, here’s two options:

    1) We have a tutorial on creating very customized emails templates here:
    https://givewp.com/create-dramatic-donation-email-receipts/

    2) The author of WP HTML Mail (a free plugin), is releasing a Give Addon soon. Reach out to him via the Support forum to get notified about that:
    https://www.ads-software.com/plugins/wp-html-mail/

    Thanks!

    Thread Starter arun268

    (@arun268)

    Thanks for reply.

    I have been added the shortcode of button. When i am adding this shortcode “[give_form id=”9382″ display_style=”button” continue_button_title=”One-Time Donation”]” in simple wp editor then its showing me a button and working properly but when i am trying to add it in site origin page builder, it does not showing anything.

    This is main issue. Check it please.

    Thanks

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Can you provide me with a link to where you are having this trouble? Seeing the problem live is the best way for me to help.

    Thread Starter arun268

    (@arun268)

    These are the two links in which first one is with site origin page builder and second one is with simple wp editor.

    1. https://www.fresoil.com/2017/dev/causes/
    2. https://www.fresoil.com/2017/dev/causes/demo/

    When you go to the first Url you can see above footer section, there is four columns layout in which first one is blank and next three have links with icons like “Monthly Donation, Donate A Project, Volunteer With Us”. That first blank column is having that button shortcode but it does not shows up there. This is the main problem.

    2. The second Url is a demo page which i created to add button shortcode in simple wp editor and that is working fine.

    Please have a look into these points. I can send you wp login details if you want.

    Thanks

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Thanks for the live examples, that helps a ton. The problem is that the site builder is using a function called wp_autop() for these blocks, and that is having the effect of adding <p> elements around every element within our form which makes our styles not work properly.

    I believe this will work for you as a workaround, but you might want to additionally target this only on the homepage or whatever pages that footer will appear on since I’m not 100% certain how this will affect other Give forms on your site:

    .give-display-button-only form ul#give-donation-level-radio-list + p {
        display: inline-block !important;
    }

    You might also reach out to your theme author to see if they have a way to disable wp_autop() in specific blocks of their builder, not just globally.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘One-button launch’ is closed to new replies.