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

    (@webdevmattcrom)

    Hi there,

    You can use our shortcode generator in a page/post to create a form that uses the Modal Popup method. That will still show the amount field to be entered though.

    If you want ONLY a donate now button, with the modal holding the whole form you’ll need to be a little more creative. We have a tutorial on that here:
    https://givewp.com/load-donation-form-popup-give/

    Then depending on your theme you might need to style the button a bit. Get as far as you can with that and I can help with the CSS if you give me a live link to see your progress. Thanks!

    Thread Starter neilquinn91

    (@neilquinn91)

    Hey, thanks so much with the help. So on the page I have displayed the form in the sidebar. I am trying to disable it through my css editor window by using:

    aside#give_forms_widget-2 {
    display: none;
    }

    My form title is “give_forms_widget-2” when I look through the inspector window.

    It seems like it’s been over ridden everytime I try to disable it..

    Here’s a link to the page: https://speechangel.com/donate-us-private/

    Thanks ??

    Neil

    Thread Starter neilquinn91

    (@neilquinn91)

    Also I don’t want a sidebar displayed on the page…is it still possible to use this method even without a sidebar?

    Thanks,

    Neil

    Thread Starter neilquinn91

    (@neilquinn91)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add "donate now button"’ is closed to new replies.