nickharambee
Forum Replies Created
-
OK. That didn’t work properly – here’s the link on Dropbox:
https://www.dropbox.com/s/jezdwfqwuxvqqci/Screenshot%202015-05-06%2018.26.30.png?dl=0
Forum: Fixing WordPress
In reply to: Can't repair WordPress databaseI ran the same repair.php script again and everything seems to be working fine now. Couldn’t see a way to delete my original post/question.
Forum: Plugins
In reply to: [WooCommerce] How to remove sidebar on all WooCommerce pagesI turns out that the theme I was using had a setting for the sidebar for WooCommerce pages.
Forum: Plugins
In reply to: [WooCommerce] Hiding Shopping Cart in Menu/Header when no items in cartThanks, I’ll do that.
Nick
Forum: Plugins
In reply to: [U BuddyPress Forum Editor] Can't activate this pluginFollowing the advice in this thread fixed the issue for me:
http://ww.wp.xz.cn/support/topic/fatal-error-call-time-pass-by-reference?replies=5
Forum: Plugins
In reply to: [U BuddyPress Forum Editor] Fatal Error: Call-time pass-by-referenceThanks. I had the same issue and this fixed it.
Forum: Plugins
In reply to: [Donate Plus] Update available to downloadHi Justine
I just tried to send an email to you with further details, using the above address but replacing the AT and DOT and it bounced.
Nick
Forum: Plugins
In reply to: [Donate Plus] Update available to downloadHi,
Thanks for doing this. I ended up making many changes to the plugin including proper repeating donations, decimal points, better integration with PayPal fees, progress bar, etc. I even fixed the IPN issue, albeit a bit of a bodge job perhaps. Yes, I think the developer has disappeared.
You can see the working plugin in action on this page:
http://soteriabrighton.co.uk/donate/
You can even make a donation if you want (hee hee!)
I wouldn’t want to upgrade and lose the features I have implemented, but would be happy to collaborate on developing the plugin to include these features with proper bug fixes.
Let me know.
Nick
Thanks Tosh. That fixed it!
Nick
@chriskeeble Chris, could you confirm where in bp-activity-subscription-functions.php (after what other code) the first snippet of code you posted should be included, as there has been an update to the Group Email Subscription plugin since you posted this and I suspect that ‘line 254’ no longer applies.
Thanks,
Nick
The original issue appears to be related to the tooltips jQuery. Somehow the jQuery that is applied to the tooltips to display the content of the task is applied to the ‘responsible’ column if there is no content for the task
Forum: Plugins
In reply to: Donate Plus – Paypal issue.I am experiencing the same issue, with every entry in my IPN showing “Retrying” with the 404 error. I have made the changes suggested by jimbeach and etstow, but it doesn’t fix the issue.
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingI have checked my IPN history for my PayPal account and I am seeing that each entry has “Retrying” next to it. The Error show for each entry is 404, i.e. page not found, and yet the path PayPal.php is correct.
Making the change suggested by Will, i.e. changing
header("Status: 404 Not Found");to
header("Status: 200 OK");didn’t make any difference to the 404 error.
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingThis morning I got a message from PayPal having started to use PayPal live rather than the Sandbox. It stated:
Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing:
http://***URL***/wp-content/plugins/donate-plus/paypal.php
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.
Thank you for your prompt attention to this issue.
So, it would appear that there is an issue with IPN. I will check with my server to see if it does handle IPNs. I am getting donations added to my wall, with comments, and showing in the WP admin section. What is not currently working is the following:
1. Recurring donations get instantly cancelled when they are set up.
2. Donations that I have deleted from my WP Admin/MySQL table are reappearing when a new donation is made.
3. Sometimes donations are added twice to my wall/MySQL table – once with the correct amount and one with zero amount (this may be related to issue 1)
4. Multiple thank you emails are getting sent out.
5. Donations with decimal places are rounded down to the nearest integer.Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Recurring donations don’t workYes, this would be the best option for me too. It is possible to set ongoing recurring donations through PayPal, as you can do it with a customised button, but I am not sure how to adapt this plugin to do this.
Anyone?