webaware
Forum Replies Created
-
G’day Jason,
No, it shouldn’t do that. I can’t imagine why you’d get that behaviour.
If you deactivate the SSL Insecure Content Fixer, does the problem go away? If so, you should get support from the ActiveMember360 people — you’ve paid for it, after all!
https://activemember360.com/support/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed content issuesG’day ts1983,
Capture mode uses a bit more memory and can interact with other plugins that capture the whole page, which is why the disclaimer. However, it’s not that bad if you need it and it works. The warning is mostly to stop people turning it up to 11 straight away when they can get away with the lowest-impact setting.
In your case, it looks like it’s the banner images and some logos. If you go into the WP admin with an https: link instead of http: then any settings changes you make should pick up https: and not give you those warnings. You’ll probably need to remove/add back the images and then save again.
If that doesn’t fix everything, consider turning on Capture mode. If it fixes things, then all is good.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] iframe non ssl page into ssl pageG’day Jeff,
Not directly possible. iframe content can’t be changed from within the browser, so if you’re requesting a non-https page from a website as the source of an iframe, browsers will complain and not load it.
If there’s no chance of loading that embedded page with https, then you could write some code to pull the page content with PHP within WordPress and embed it directly in your website through a shortcode. “Some PHP knowledge required” etc.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] internet Explorer 9?G’day Erik,
I’m inclined to ask why you care about IE9 in 2016, but really that’s none of my business 🙂
Are you able to direct me to the images that aren’t working? I haven’t loaded a VM image of IE9 for a while, and won’t do it without first checking the images in a current browser to see if I can see something weird about them.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed Content: insecure image+1 to changing the fixer setting to Capture. It will probably fix this.
https://ssl.webaware.net.au/settings/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Insecure Fonts on PageG’day astrom123,
That’s the Visual Composer plugin loading a generated CSS file with http: links in it. I think I’m going to have to write a FAQ page specifically for that plugin, because it causes more support requests for me than anything else lately.
Suggestions:
1. load your WP admin from https: and edit / save your Visual Composer settings to generate the file with https: links instead
2. go and complain to the author of that plugin so that they fix it
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Specify KML via APIG’day Dean,
Sorry for the delay in responding, didn’t see the notification come in (if it did — some notifications don’t come!)
On the off chance that you still need an answer, it sounds like maybe you’re specifying both a centre and a KML src. The plugin currently only handles one of those at a time, not both; centre (or address) wins and KML src will be ignored. If you remove the centre (or address) then the KML src will be loaded and the map will centre accordingly.
cheers,
RossForum: Plugins
In reply to: [WooCommerce] adding a simple order form to woocommerceI have a plugin that does one-page order forms for WooCommerce:
https://orderform-woo.webaware.net.au/example-forms/all-products-on-one-form/
It’s a two-page checkout, i.e. order form submits to checkout page. That meets your last requirement.
For the first requirement, just use the Cheque Payments gateway and change the settings to something appropriate. Run through an order on my demo page (above) and you’ll see what I mean — it’s set up with exactly that.
Off the top of my head, not sure about the middle requirement. Probably something easy enough to do with a filter hook though.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Error posting eWAY request: 403, ForbiddenYup, you need to create a Sandbox account. I probably should add some doco with links to eWAY’s doco for that sometime 🙂
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Error posting eWAY request: 403, ForbiddenG’day Mike,
No limits as far as I know, so most likely you’ve changed something.
The error you’re getting usually means that either you aren’t sending any API key/password credentials, or you’re sending the wrong ones.
Do you still have your settings on Use Sandbox?
Do you have the correct API key/password credentials for Sandbox Settings?
cheers,
RossForum: Plugins
In reply to: [WP eCommerce] DPS PX Pay upgarde to 2.0FYI there’s a free option available now, uses PxPay 2.0 API
https://wordpress.org/plugins/dps-pxpay-for-wp-ecommerce/
cheers,
RossNo worries!
For anyone following along: it’s WooCommerce Payment Express Gateway being fast and loose with DPS PxPay transaction callbacks.
Here’s a new version that steps in front of WooCommerce to stop it misbehaving:
https://www.dropbox.com/s/9yl8w29aqff72pa/gravity-forms-dps-pxpay-1.6.2-dev.zip
cheers,
RossG’day Yuli,
I cancelled that transaction, so you should have seen the entry change from Processed to Failed. However, something (WooCommerce?) is getting in the way and preventing that.
I’ll contact you privately to discuss this further.
cheers,
RossG’day Yuli,
It looks like maybe your form is being integrated with WooCommerce somehow, could that be true? Because the page that the transaction returns to is not the one this add-on uses. What other Gravity Forms integrations do you have active, and do any of them have active feeds created for this form?
cheers,
Ross