webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [GF Windcave Free] Reccuring PaymentsG’day Meg,
Still looking like maybe late November, or sometime December. I just completed a new integration for another payment gateway and am happy with the approach I’ve taken, so I’ll be converting the free PxPay plugin to the Gravity Forms Add-on API sometime in November. The Pro version will follow soon after.
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] NextGEN Gallery UpdateThen you should open a ticket on that plugin’s support forum:
https://wordpress.org/support/plugin/nextgen-gallery
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] NextGEN Gallery UpdateAre you having trouble with NextGEN Gallery, or NextGEN Download Gallery? The second one is an add-on for the first one. There has not been an update for the second one recently.
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] NextGEN Gallery UpdateG’day,
Did you perhaps mean to report this to the NextGEN Gallery plugin?
https://wordpress.org/support/plugin/nextgen-gallery
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Issue with map panning/clickingG’day Chris,
The important message on your browser console, which you haven’t mentioned above, is this:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
You need to resolve that. I suspect it is your theme. It’s causing a version mismatch with the plugin.
cheers,
Ross- This reply was modified 9 years, 8 months ago by webaware.
Forum: Plugins
In reply to: [Gravity Forms Eway] Multiple recurring payment options on one formG’day Casey,
This isn’t supported on the Free plugin. The Pro plugin can accommodate this quite easily: you just need to set up two different “feeds” and using conditional logic on the feeds based on your drop-down or radio button. There’s no recurring field in the Pro plugin, it uses regular fields; you do all of the recurring settings in the feeds.
https://gfeway.webaware.net.au/pro/create-a-feed/
If you need to discuss this further, please open a support ticket for the Pro plugin (we’re not meant to discuss Pro plugins here on wordpress.org)
cheers,
RossForum: Plugins
In reply to: [Log Emails] Allow filtering of post type creation argsG’day Samuel,
You can already do that with a standard WordPress filter. Since WP 4.4, there is register_post_type_args which lets you do exactly what you’re asking for.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Distance and Time dataG’day loady,
Not with this plugin, unless you’re happy to write some JavaScript to do it yourself.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] KMZ Update > Live MapsG’day Pop,
Yes, as far as I know it refreshes after about 20 minutes.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] How can use cache with dropbox when need a updates?G’day ramonjosegn,
If you just want to force an update manually, add the
v=2,v=3bit to the end of your URL:https://www.dropbox.com/s/werwterter/mycustommap.kmz?dl=1&v=2If you need to have the cache clear automatically (e.g. if you’re generating the KML file from code and automatically dropping it into DropBox) then use the
kmlcacheattribute:https://flexible-map.webaware.net.au/manual/attribute-reference/#attr-kmlcache
cheers,
RossForum: Plugins
In reply to: [Flexible Map] problem with centerG’day guywp1, glad to hear that you found the problem. Well done!
cheers,
RossForum: Plugins
In reply to: [Disable Emails] E-mails are still being sentSorry, what I meant was: please tell me how you are using an RSS newsfeed that automatically posts to your website. I can then look at what might be happening there.
cheers,
Ross- This reply was modified 9 years, 9 months ago by webaware.
Forum: Plugins
In reply to: [Disable Emails] E-mails are still being sentG’day pencilshank,
Please tell me what the plugin is and I’ll have a look at it. It sounds like it’s sending emails by directly calling some email function other than the standard
wp_mail()function, but I’d need to look at the plugin.Or do you mean that the RSS newsfeed posts automatically via xml-rpc or similar?
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] 500 Internal Server Error from test paymentG’day justanotherdev,
That screenshot tells me that your website hasn’t had the error, it happened at eWAY’s payment gateway. The error displayed means that the eWAY payment gateway itself returned error code 500, with the description “Internal Server Error”.
Have you entered your API key and password, and Client Side Encryption key, for both the live and sandbox (test) gateways?
https://go.eway.io/s/article/How-do-I-setup-my-Live-eWAY-API-Key-and-Password
https://go.eway.io/s/article/How-do-I-set-up-my-Sandbox-API-Key-and-passwordHave you set “Use Sandbox” in your settings? (You can’t use the test card on the live gateway)
Are you doing simple transactions, or recurring payment transactions?
cheers,
RossForum: Fixing WordPress
In reply to: Fixing Insecure SSL error linksSounds like a problem with https detection. Try changing those settings
https://ssl.webaware.net.au/https-detection/
cheers,
Ross