webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Log Emails] Is this plugin abandoned?G’day krko,
Not abandoned, just awaiting some developer time. I test it against new WordPress versions to ensure it maintains compatibility. Beyond that, it isn’t getting much attention right now due to other priorities.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Received fatal error after udating pluginG’day thejway,
You will need to disable the plugin manually from FTP or from your website control panel (e.g. cPanel or Plesk). You can do that following these steps:
- change the name of the file wp-content/plugins/eway-payment-gateway/eway-payment-gateway.php to eway-payment-gateway.off
- login to your admin and navigate to the Plugins page; the plugin will be deactivated automatically
- change the name of the file back to eway-payment-gateway.php
- update the plugin to the latest version: Dashboard > Updates
- activate the plugin again on the Plugins page
Your next problem will be that the plugin requires PHP version 5.6 or later to run, and your website seems to be running an even older version of PHP. I recommend that you speak to your website host about upgrading the version of PHP.
cheers,
RossForum: Plugins
In reply to: [Download Monitor] PHP noticeIssues raised in this other thread, with temporary solution until the developer returns.
While people are waiting on the developer to fix this, you can patch it yourself.
On line 236 of src/DLM.php in the plugin, change to the following:
if ( is_array( $current_support ) && is_array( $current_support[0] ) ) { $current_support = $current_support[0]; }cheers,
RossG’day Michael,
This is possible through a filter hook, but you need some experience with PHP. The filter hook is
edd_free_link_labeland it accepts:- the download label
- the download ID
- the arguments passed to the download form template
If you’re not comfortable writing PHP code to customise your button labels, I recommend hiring a developer to do that for you.
cheers,
RossG’day supportnirmal,
I can’t see anything there to differentiate single payment from recurring payment. There should be some way to differentiate the two, that the script can work out when recurring payments are used. Because of that, the eWAY encryption script is encrypting the card number before posting, and recurring payments doesn’t accept it.
You would find it easier to set this up with the Pro add-on, which is designed to accommodate things like mixing single and recurring payments:
https://gfeway.webaware.net.au/faq/mix-standard-and-recurring/
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] V6111, V6010 ErrorV6111+V6010 means that:
- you’ve entered your Rapid API key/password and the Rapid API is being used
- your eWAY account requires Client Side Encryption (most do)
- the transaction is being sent without Client Side Encryption
If you’ve set your Client Side Encryption key, then it could be that your site has a JavaScript error preventing Client Side Encryption from working. Please provide a link to the site so that I can inspect it.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Collect ip addressG’day beniEllis,
I don’t think it’s possible. You would already know the IP address of the web server, but the email may be relayed through an external SMTP server or other email service, and that happens after the email is logged.
cheers,
RossForum: Plugins
In reply to: [Minimum Age for WooCommerce] Change location in checkoutG’day alphadesigndev,
Nothing in the plugin at the moment, but I’ve added a filter hook so that you can change the position. It will be in the next release, but you can use it now if you replace your copy with this development copy:
https://www.dropbox.com/s/stk6nxigxtmx5ut/minimum-age-woocommerce-1.0.11-dev.zip?dl=1
Here’s a code snippet you can add to a custom plugin or your theme’s functions.php file:
https://gist.github.com/webaware/6691efdc84e861c83b8be1eb1fd0a50a
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Using local url to store .kml file on GodaddyG’day black85vette,
You can load a .kml file on your website, as long as it is publicly accessible. That means it must be:
- visible on the Internet (so not stored on a local machine);
- have no password protection (so not in a protected folder;
- if https, you must have a valid SSL/TLS certificate.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] website shows as mixed contenttrying to add the correct tag to get a moderator to look…
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] website shows as mixed contentNo worries!
Hopefully a moderator can do that, or you can try to edit your older post to remove the link.
cheers,
Ross- This reply was modified 6 years, 2 months ago by webaware.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] website shows as mixed contentG’day stargirl1,
This generated CSS is loading images from HTTP:
wp-content/uploads/themify-customizer.css
Login to your admin on HTTPS, and edit / save your theme settings. If that doesn’t fix it, remove / add back any images in your theme settings.
cheers,
Ross- This reply was modified 6 years, 2 months ago by webaware. Reason: remove domain name on request of OP
Forum: Plugins
In reply to: [Gravity Forms Eway] Possible to post invoice number to eWay too?G’day CJ,
With the free add-on, you can set invoice reference and invoice description via filter hooks:
https://gfeway.webaware.net.au/faq/what-filters-does-the-plugin-have/#gfeway_invoice_ref
https://gfeway.webaware.net.au/faq/what-filters-does-the-plugin-have/#gfeway_invoice_descWith the pro add-on, you can map fields in the form to eWAY fields when you create an eWAY feed:
https://gfeway.webaware.net.au/pro/create-a-feed/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Page seems insecure but it is notG’day @dbrocket,
Please start a new thread for your problem, provide a link to the page with the problem, and tell me what browser you’re using. Also, ensure that you’re cleared your page cache — it might just be a caching problem.
cheers,
Ross