webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Emails] The receivers are not added to the phpMailer instanceG’day SpartakusMd,
Thanks for this contribution, I’ve worked it into the next release. Could you please give the dev build a try and let me know if there are any issues?
https://www.dropbox.com/s/3yeeojgnkdwk8eu/disable-emails-1.8.0-dev.zip?dl=1
You can see the changes [on GitHub](https://github.com/webaware/disable-emails/commits/recipients).
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Plugin Conflict with AfterpayI’m unable to test the Afterpay integration without a sandbox account, and can’t see how to apply for one without being a merchant. I’ve asked Afterpay for assistance, please bear with me.
If the script problem is caused by something Afterpay is doing, then you will need to ask for their assistance. Have you contacted them about this problem?
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] PDF file being “Connection not secure”G’day davet354tfd,
It looks like you’ve resolved this problem; is that correct? When I visit your Membership page the link to the PDF is HTTPS and the PDF loads OK in the browser with no warnings.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] payment data not sending to ewayG’day shanesunnypack,
I can see in the browser console that you have a couple of JavaScript errors coming from the WooCommerce Product Filter plugin. I recommend that you get those cleaned up, it’s likely that they are breaking Client Side Encryption on the checkout.
cheers,
RossForum: Plugins
In reply to: [Disable Emails] After deactivating plugin? Will it send out old emails?G’day Markus,
This plugin doesn’t queue up any emails, it just pretends that they were sent so that the code sending the emails is happy and keeps moving along. Nothing is stored. This plugin uses a mock implementation of PHPMailer that replaces the email send function with a stub that does nothing.
I do recommend that you install an email logger, to see what would have been sent — I do that on all my development and test websites.
If you install a plugin that ensures email delivery, however, like an SMTP plugin, you might end up sending emails. I recommend that you don’t do that on a development website 🙂
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Plugin Conflict with AfterpayG’day robadeedoo123,
Sounds like the Afterpay add-on is stuffing up the script on the page. Can you tell me which Afterpay add-on please, and if it’s free? If I can load it locally, I can see what it’s doing wrong and maybe work out what to do about that.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Can I remove it after I used the pluginG’day Errabundus,
This question is answered in brief on this page:
https://ssl.webaware.net.au/home/deactivate/
The main thing to watch our for is whether you’ve changed the HTTPS Detection settings. If you have, don’t just deactivate the plugin — you could be locked out of the admin. If you have it set for
HTTP_X_FORWARDED_PROTOthen you can add this to your wp-config.php file first, then safely deactivate:if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) === 'https') { $_SERVER['HTTPS'] = 'on'; }cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Credit Card View ChangeG’day ansarbhatti,
I just checked your website by adding a Silicon Clear or Black to the cart. Whilst your website is quite slow, it does load eventually and I could change between Eway and PayPal.
I also submitted a test payment with the test card number, and it was sent to Eway correctly (where Eway rejected the bad card number). All seems OK.
cheers,
RossForum: Plugins
In reply to: [Disable Emails] speed?G’day sepicompanywork,
It doesn’t send any emails, so… it’s faster 🙂
It doesn’t do anything to slow down WordPress, so the big difference you will see is no emails. Speed is not an issue here, emails are the problem and this plugin stops them being sent by the normal WordPress functions.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] PreAuth issueAh, I just read the support ticket you submitted via my support form. So NZ MyEway doesn’t allow processing Pre-Auth transactions? That’s pretty shitty. I’m sorry, but you will need to get assistance from Eway on this one, I can’t help you further with this.
With this information, I will update the plugin documentation to help NZ merchants not be caught out by this in the future. Thanks for letting me know, and sorry that you got caught by this. I wish you luck with Eway support.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] PreAuth issueG’day astromannz,
When you login to your MyEway console, navigate to Pre-Auth transactions:
Payments > Pre-Auth Payments > View Transactions
From there, find the transaction and select Complete Transaction from its Actions drop-down list. You will be taken to another screen where you can change the amount if necessary (i.e. smaller!), and press Process Transaction to complete.
cheers,
RossForum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Object cache not clearedAgreed, seeing this with memcached. Need to clear the cache when saving the taxonomy order. I can’t see any calls to
clean_taxonomy_cache()in the code; recommend that this is called every time the order is updated.https://developer.ww.wp.xz.cn/reference/functions/clean_taxonomy_cache/
Forum: Reviews
In reply to: [SSL Insecure Content Fixer] broke my siteG’day pmccoy833,
Odd way to request support, but OK.
This plugin does not change anything permanently on your website, so I suspect you needed to change HTTPS detection on your site, and then changed your site’s URLs to HTTPS in settings. If that’s the case, try adding this to your wp-config.php file somewhere near the top:
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; }cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Track download countG’day Mohammad,
This plugin doesn’t track downloads. There is one that does:
https://easydigitaldownloads.com/downloads/free-downloads/
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] 403 Litespeed Server ErrorG’day art137,
A 403 means no permission. The most likely cause here is that you have uploaded the .zip file for those two as an attachment for the EDD Downloads, and EDD has put them inside its protected folder.
Delete those .zip file, and add them directly to the Media Library or an external file source, then copy the link to each .zip file and add as the link for that EDD Download. They should then be accessible without EDD’s file protection.
cheers,
Ross