dvir.levy
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Events showing on wrong dateHello,
I just updated to V.1.7.4 and still getting the odd behavior.
It is as if the query is faulty.Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingboy do i feel stupid…
on multi-site you need to remove the “www” in the URL…
thanks for all the help @etstowForum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingya I changed them both and the PayPal Sandbox still returns a 404
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingwhat do you mean
Make sure to check both instances of the code.
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] IPN not workingHello I tried to set it up like @etstow said and got nothing
did anyone ever get this fixed?I am running the Plugin on WordPress 3.3.2 with Multi-Site.
Thank you
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Recurring donations don’t worki had the same problem . i added the code
$output = '<script type="text/javascript"> function changeToRecurring() { document.getElementById("cmd").value = "_xclick-subscriptions"; document.getElementById("a3").value = document.getElementById("amount").value; } </script>';at line 414 in donate-plus.php
and change this
$output = '<form id="donateplusform" action="'.$verifyurlz[$dplus['testing_mode']].'" method="post" >';
to
$output .= '<form id="donateplusform" action="'.$verifyurlz[$dplus['testing_mode']].'" method="post" >';