Allen Snook
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Not processing donationsWhat is the URL of the site?
Neither of those fields are supported. It would be awesome if someone could extend the plugin to allow end-users to add custom fields via hooks, but I simply don’t have the time right now to take on such a large refactor myself.
Pull requests are always welcome at https://github.com/allendav/seamless-donations
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Sandbox warningThis sounds like the page content was cached. Were you using a caching plugin?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] no record of donations or donorsIf you go to Seamless Donations > Thank You Emails and attempt to send a test email to your own email address, does that work?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Change TimezoneThe timestamps on the donations and in the log are based on your blog’s timezone setting in Settings > General.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donation Amount Radio Button ErrorHi!
I took a look at your side and it appears some javascript is triggering on the div whenever no input element has the focus (it also triggers a scroll up). I can’t seem to isolate the script responsible (it is not in seamless donations).
Please try disabling other plugins one by one and / or contacting your theme developer to isolate the responsible script.
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Error Updating settingsHi!
I just checked and I don’t get that error – could you try disabling any other plugins you are using (disable and re-enable them one by one) and see if that clears up the issue?
…Allen
Hi!
Your theme is overriding the background color Seamless Donations uses to highlight missing fields.
Seamless Donations does this:
.dgx-donate-form-section input.dgx-donate-invalid-input {background: #faa;}But your theme has rules for these selectors that override that
#top input[type=”text”]
#top .main_color input[type=’text’]Probably the fastest thing to do is add this custom css to your site, effectively making the priority of the plugin style a bit higher:
#dgx-donate-form .dgx-donate-form-section input.dgx-donate-invalid-input {background: #faa;}
I took a look. The reason it is not working is the shortcode is inside a code tag. Go into text editor mode on that page and remove the code tags from around the dgx-donate shortcode, save the page and all should be well.
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Tax lettersHi!
It doesn’t, but that would be a great feature. If you write it, or hire someone to write it, please consider donating the code for others through a pull request.
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Required Information Missing or Invalid?Hi!
I think there might be something wrong with the theme. It is apparently embedding the donation form twice. Once in the Header Main (header.top.cf) as some sort of hidden drop down and then again in div.center.cf
There can only be one instance of the #dgx-donate-form on a page. Please let your theme developer know.
Hope this helps.
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Plugin won't installThat’s odd. Are you able to install ANY plugins?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] session already startedYou’re welcome!
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Bottom of pop-up window codeI don’t think that’s originating from my plugin, but I could be mistaken. Could you send a screensnap of what you’re seeing to allen at allendav dot com?
Thanks!
XtraMark: I think PayPal still hides that checkbox if you’ve ever logged in to PayPal from that browser before. Try using an incognito / private browsing session or deleting PayPal cookies from your browser and it should re-appear.