webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Eway] eWAY TLS updateG’day Lloyd,
My plugins all use the standard WordPress remote access methods, so they will maintain compatibility as long as your web server system software is up to date. You can easily test your web server to see if it supports TLS 1.2 by installing this plugin and running its test page:
https://wordpress.org/plugins/tls-1-2-compatibility-test/
cheers,
RossG’day jaylord03,
You haven’t provided a link to your website, nor have you told me what integration you are using. I can’t help you without that information.
I’ll check in again tomorrow morning to see if there’s enough information to help me help you then.
cheers,
RossG’day jaylord03,
V6111+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. Also, please specify which integration you’re using — e.g. WooCommerce, WP eCommerce, Events Manager, AWPCP.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Content not switched over to httpsNo worries!
cheers,
RossIt’s a header that NGG sends to IE. Here’s a little plugin that stops it:
https://gist.github.com/webaware/66abf3366aae6f86db8770c4ec7ddd16
cheers,
RossForum: Reviews
In reply to: [Flexible Map] Vollkommener UnfugThe article you link was written in 2013, when Google still accepted API access without a key. That changed in 2016 (quote from Google Maps API product manager):
We no longer support keyless access (any request that doesn’t include an API key). Future product updates are only available for requests made with an API key. API keys allow us to contact developers when required and help us identify misbehaving implementations.
https://maps-apis.googleblog.com/2016/06/building-for-scale-updates-to-google.html
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed content issue with insecure imageG’day fabrixx2,
I can’t see any problems on that page when viewed in Google Chrome. Please tell me what warnings you see in your browser’s error console, and what browser you’re using.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Logo still loading over httpG’day Leon,
That’s coming from your logo.
You can probably fix it in your theme settings. If you can’t edit the URL, login to your WordPress admin on https and edit / save your theme settings, that might fix it.
Otherwise, you’ll probably need to use the Capture level in this plugin’s settings.
cheers,
RossG’day echoleaf,
This plugin cleans up insecure content dynamically on the site output. If your sites contain http: links to content (from anywhere), you can either:
- clean up the content with a search/replace tool like Better Search Replace; or
- use this plugin’s Content, Widget, or Capture levels to clean up your content
https://ssl.webaware.net.au/testing/cleaning-up-content/
On a multisite, you can either activate on individual sites and set each site for the best results on that site, or network activate and set defaults for all sites.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed content issue on WebsiteG’day mktunicus,
I can’t see any problems on that page when viewed in Google Chrome. Please tell me what warnings you see in your browser’s error console, and what browser you’re using.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] still no padlockG’day igorvanderwerf,
I can’t diagnose your problem from such little information. Please provide a link to a page showing the problem.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] User Access ErrorG’day Brett,
You could enable debug logging in Gravity Forms, and then enable logging for this add-on.
https://www.gravityhelp.com/documentation/article/logging-add-on/
I think your best bet is to open a support ticket with Payment Express and get them to check your credentials.
cheers,
RossThis plugin doesn’t do that — yet. I’m contemplating support for the Pay Now Button one day, but it has very low priority right now because I already have too much on my plate 🙂
There’s a couple of premium plugins on the WooCommerce website that also integrate with eWAY. You should check those out too, in case one of those does what you require.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Reccuring PaymentsNo, not currently. A premium plugin is planned but development is delayed due to other work pressures.
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] ZIP filenameG’day maceckett,
There’s a filter hook that you can call for that:
ngg_dlgallery_zip_filenamee.g.
add_filter('ngg_dlgallery_zip_filename', function($zipname, $gallery) { // do something to $zipname, and then return it... return $zipname; }, 10, 2);cheers,
Ross