@franviales Thanks for reaching out. Can you clarify – what error message are you seeing (and where) and what are the settings of the campaign (goals, end dates)? Can you walk us through steps and share anything URL/visually so our team can better understand the issue? Thank you!
Hello. thanks for answering.
I take it back. I realized that when I use one of the example campaign templates it gives me that message. I have created a campaign successfully. I just need to place a donation button in the header so that users donate to the website on a recurring basis. Is there some shortcode for that. I also need to work on the Theme well. Is there any step by step documentation?
Thanks… it’s a great plugin. I just hope to have the cost soon to buy the pro version
@franviales So if you know the URL of the campaign, then a simple link would do (with you using the tools provided in the template or page builder). If that link might change however then a button shortcode might be more helpful. This page has a custom snippet you can add to your functions.php or a code snippet plugin like WPCode:
https://library.wpcode.com/snippet/do1q795e/
…then you can use this function anywhere you want:
ed_charitable_get_campaign_donate_button( 123 );
Same snippet above also includes code for a shortcode as well (it’s near the bottom). Let me know if that helps or if you have any questions. 🙂
-
This reply was modified 1 year, 10 months ago by
WPCharitable. Reason: adjusting link and code
-
This reply was modified 1 year, 10 months ago by
WPCharitable.
Hello Friend. Thanks for the link. I see very interesting material. I want the button to be independent of any campaign. A button that goes directly to PayPal. A donation for the website. that never ends and does not show a progress bar. A permanent button on the right side of the user registration link. I wonder if it is forbidden to modify the code a little?
https://www.corasoli.com
-
This reply was modified 1 year, 10 months ago by
franviales.
@franviales you are free to alter the code snippet provided, but if you want a simple button pointing to PayPal you don’t even need Charitable for that. PayPal has a page where you can make a button too: https://www.paypal.com/buttons/
I hope that answers your question. I’m closing this conversation for now but if you have an additional question in this same thought that relates to Charitable I would be more than happy to help! Thanks!