S.Sahs
Forum Replies Created
-
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Will this plugin work on WordPress 3.4.1It works fine on my site with one exception. Where the user comments are to be posted on the Recognition wall nothing appears. Everything else seems to work fine.
steve-pheriche posted a fix for the problem I had
the solution to the missing comment problem lies with the interaction with PayPal’s IPN variables. If the donor leaves the url blank the comment will not be sent.
This is because Donor Comment is being sent as OS1 , which is a variable that relates to ON1. PayPal expects ON1 to be a variable name, and OS1 to be the property. Such as “ON1=shirtcolor, OS1= blue” . So, in short paypal are rejecting OS1 when ON1 is not present.As a hacky fix you could find line 443 of donate-plus.php and change
<input type=”text” name=”on1″ id=”donor_url”/>
to read
<input type=”text” name=”on1″ id=”donor_url” value=”-“/>simply sending the hyphen as a variable name will allow the comment to be stored
hope that helpsUsing his hack it does now put the comment but on my theme it is the same color as the background so unless I highlight it with my mouse you cant see it.
Forum: Fixing WordPress
In reply to: System Specifications dropdown in Member ProfileThank you wpthemes777. Its not exactly what I was looking for but thank you for trying.
Forum: Fixing WordPress
In reply to: Site running extremely slow.Its pretty consistent. I have thought about reloading the entire thing and starting over since I know I have added and uninstalled several plugins. Some I didn’t care for once I started dealing with them or I found one I liked better etc. I saw that wp-super-cache but haven’t tried it did you try it? If so did you notice any difference?
Forum: Fixing WordPress
In reply to: Site running extremely slow.I have the same issue. Seems to me mine is especially slow in the admin side. Sometimes noticeable on the other pages as well. I was wondering if it was a plugin causing this as I don’t remember it being like this when I started. I have no cart as I do not sell anything. Also it does not seem to matter what browser FF or Chrome as both do it pretty equally.