I am getting the following error message when I try to post a donation form to a page or post. Error no donation cause selected for this widget please check settings.
I am useing the following shortcode [donation-can goal_id=”Annual-Campaign”]
]]>jarkkolaine and donation can users,
This is not a support question, but more of a feature request.
Is it possible to expose Donation Can to the front end of a website? With this capability, Donation Can could be a powerful crowd funding tool. A new user registration would trigger a new cause to be created. Alternatively, you could inlcude a “create cause” button on a user profile. CauseID = Username. Then, users would have the limited ability to modify goals via editing their profile.
Would it be better to integrate some of plugin/donation-can/view/edit_goal_page.php into wp-includes/user.php?
Or should could you suggest a better approach?
Any advice would be helpful,
Thanks!
]]>Hi,
thank you for the plugin.
Currently the Donate-button as Widget only works on the English default page, not on the complete multi-language website.
Please support the only usable WP-Plugin WPML for multilanguage, too.
It’s as easy as removing a simple ‘/’ from the appended path in your code.
English default, works: https://domainname.org/donation_can_ipn/start_donation
all others wrong like this:
https://domainname.org/de//donation_can_ipn/start_donation
Can you please add internationalization-support? Translatable strings inside ‘__()’-calls, etc.
]]>Fundraising Progress won’t show in WP3.3.
Im using Donation Can 1.5.7.2
Plugin donation-can is broken when creating or modify a widget style.
]]>Hi,
Cheers for the great plugin ?? Unfortunately I have a problem with the “Donation Form” widget and the way it interacts with my theme… The theme uses a styled section for the widget titles but for some reason the title seems to be appearing as part of the main content area and the widget is being displayed as if there is no title.
The other widgets included in the plugin work its just this one that wont style correctly – I’m pretty sure its due to the ability to change the position of the title relevant to the rest of the modules content in the plugin settings but cant find a way to override this.
Many thanks!
]]>Does anyone know how to change the color of the progress bars? I cannot seem to find the css that controls it…
]]>It appears that only WP administrators see the donation can tool from the Dashboard and do functions like “add new donation”.
Is that true?
Is there any thought of letting say an editor “add new donation”?
Thank you.
]]>Title pretty much says it all. I think it would be neat to have this option, in particular, the option to back date donations.
]]>After I change settings of a widget style, then click “Update Style”, I am taken back to my homepage.
When I take a look at the widget, it is unchanged, and when I go back to settings, they still look like the defaults.
]]>I get the following errors when trying to use this plugin, I click the donate button and I get a page with this code below and then it goes to the paypal page:
Warning: fopen(/home/god3ndv/public_html/wp-content/plugins/donation-can/model/../log) [function.fopen]: failed to open stream: Permission denied in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 357
Warning: fwrite(): supplied argument is not a valid stream resource in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 359
Warning: fclose(): supplied argument is not a valid stream resource in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 360
Warning: fopen(/home/god3ndv/public_html/wp-content/plugins/donation-can/model/../log) [function.fopen]: failed to open stream: Permission denied in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 357
Warning: fwrite(): supplied argument is not a valid stream resource in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 359
Warning: fclose(): supplied argument is not a valid stream resource in /home/god3ndv/public_html/wp-content/plugins/donation-can/model/data.php on line 360
]]>Hi Guys,
I am looking for a plugin for my church, to raise money….I found this one, that is pretty nice, but one question if you happen to know…..does paypall takes cut from that money, how does this work?
please suggest any other ideas, help is appreciated..
thanks and God bless you!
]]>People donate and I receive the donation.
The plugin does NOT record any donation information.
I have to manually enter each donation toward my monthly goal.
Another piece of desired functionality would be greater control over the widget, such as customizing currency symbol or adding text like I’ve done manually at https://expandingthoughts.us.
]]>shortcode removes entire page except for the head area
]]>Hi,
We’re currently evaluating your plugin under a local WAMP installation. There’s an issue when rendering widgets or shortcodes, the file argument to a require call cannot be found.
This occurs at line 74 of model/widgets/donation_widget.php.
I think the line should be changed from
require(__FILE__ . "/../../../view/donation_form_single.php");
to
require(dirname(__FILE__) . "/../../view/donation_form_single.php");
.
This may well be a windows-only issue, I haven’t tested under Linux yet.
Otherwise the plugin looks great, thanks!
]]>