webaware
Forum Replies Created
-
Ah, no worries. Thanks for the recommendation!
cheers,
RossG’day Airat,
This plugin is compatible with PHP versions 5.3-7.2 (at least). I’m slowly going through my plugins and adding PHPCS sniffs to them, so I’ll catch up with this warning and fix it in due course, but you can be confident that the plugin is compatible.
With this specific file, it’s just complaining that it’s a PHP file with no PHP in it (only an HTML element containing JavaScript).
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Place Holder ChangeG’day 12054d,
You don’t say which integration you’re using, so I’m going to assume it’s WooCommerce. Let me know if that’s wrong.
You can customise the card code placeholder by filtering
gettextand checking for the plugin domain and text you want to replace. See the end of this article for an example:If you’re using the standard WooCommerce card fields, you need to replace the string ‘CVC’ with domain ‘woocommerce’.
If you’re using the custom card fields, you need to replace the string ‘CVN/CVV’ with domain ‘eway-payment-gateway’.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Images & Menu missing after fixG’day Nicky,
This plugin doesn’t make any permanent changes, so you can just deactivate it and remove it.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Google Maps without cookie.G’day Enfi,
No worries. Yes, Google did once set those cookies, but doesn’t seem to any more (and not for some time now).
Google has a page detailing its compliance with GDPR and other privacy regulations. Sadly, it’s impenetrable legal speak, but for what it’s worth:
https://cloud.google.com/maps-platform/terms/maps-controller-terms/
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Google Maps without cookie.G’day Enfi,
Rather old information there (and incorrect). Those cookies don’t seem to be being set anymore. I tested in multiple browsers, and only one browser already had those cookies (they have long expiry dates). Clearing cookies and revisiting the test pages, they didn’t come back.
The information they’re giving on your GDPR website is wrong. There is no version 3.5 of the API, and sensor has long been deprecated and will trigger a warning in the browser console. Disregard their advice.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Non Close-able Emphasis Bubble?G’day Ryan,
No, not easily. You would need to get into JavaScript and event handlers to prevent the click event from working. Outside the scope of this plugin.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Google Maps without cookie.G’day Enfi,
That information doesn’t sound right. For one thing,
sensorwas removed some time ago and now generates a warning in the browser console if you use it. For another, the current release version of the Google Maps JavaScript API is 3.32, not 3.5. Even the weekly (development) version is only 3.34. Where did you read this information?Also, why do you think that Google Maps is setting cookies? It might be the case with an iframe embed, but in my testing I have not seen this with the JavaScript API.
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Not securing the filesG’day carlosmr96,
I understand your requirement, but that’s not what this plugin was written for. I wrote it to allow me to add my free plugins into my EDD shop and allow customers to directly download them without having to go through the checkout. They’re already free, so I have no need to secure them.
I’m planning to revisit this plugin sometime in early 2019, so I’ll keep your use case in mind (have noted it in MantisBT).
In the meantime, perhaps you can investigate other options. e.g. Download Monitor works well for this use case (although it might clash with EDD, I think they both went with “download” for the name of their main Custom Post Type).
cheers,
RossNo worries, it made me clean up some code and recommit to moving from a CPT to a custom table. All good.
cheers,
RossG’day antipole,
I’ve done all I can, short of the planned rewrite to replace the CPT with a custom table. That’ll happen but probably not until December. If Kuba can’t restrict his plugin’s actions to specific post types, then your best bet is to use a different email logger that does’t store data in a CPT.
cheers,
RossG’day victoriawhitelaw,
Everything looks to be configured correctly, so most likely your checkout page is getting some JavaScript errors. There’s lots going on there especially with that distracting email subscription form popping over the checkout form, so I’m not surprised something is tripping things up. Perhaps try disabling that thing on the checkout page to see if it helps.
It might be easier to switch to the “official” eWAY add-on for WooCommerce, which doesn’t require Client Side Encryption.
https://ww.wp.xz.cn/plugins/woocommerce-gateway-eway/
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Set zoom level for KML files with flexiblemapG’day willswing77,
Thanks for the bug report. The problem was that Google Maps didn’t know the size of the map when loading because it’s hidden in a tab, and zoom was interfering with my work-around for that. I’ve updated the code to handle that now, so please try this version:
https://www.dropbox.com/s/ell0nnuuw45zpkj/wp-flexible-map-1.16.1-dev.zip?dl=1
It could be a little while before I can release this one, so please feel free to use this dev version in the meantime. It’ll get an update when I release it officially.
cheers,
RossG’day kastali_bleikr,
Yes, it’s compatible and tested to WP 4.9.8 and PHP 7.2 at present, and I run MariaDB in my environments. It just hasn’t had any bugs to fix nor features to add for a while, so there hasn’t been a release lately. It’ll probably get a code refresh later in the year, and that will bump the plugin details a bit.
cheers,
RossG’day mikailamcintyre,
It looks like your site can’t tell that it’s being loaded on https. See this page for details:
https://ssl.webaware.net.au/https-detection/
cheers,
Ross