webaware
Forum Replies Created
-
You could also try this free plugin:
https://wordpress.org/plugins/paypal-for-woocommerce/
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Problem work not Free linkThat error means that you have loaded your file as a standard EDD Download attachment, so it is protected from direct downloads. You will need to delete the file and load it somewhere else, e.g. the WordPress media library or FTP it to your server, or a file host like DropBox or Amazon S3. Then get the URL for the file and add that to your Download.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Support for multipart/mixedG’day Hrohh,
Can you give me an example of a plugin that creates such an email, so that I can replicate it within WordPress please? I’ll have a look at that sometime next month.
Regarding attachments, that’s a little more complex and while I’m considering support for attachments, it won’t be very soon. There are other plugins that support attachments, e.g. Email Log with its Pro add-on.
cheers,
RossG’day @danielve01,
Your file isn’t valid KML (or XML). Here’s the first few Placemark elements, which as you can see, are corrupted.
<Pl<Placemark><name>Town of 1770 ,QLD</name><Point><coordinates>151.8838917,-24.1611292,0.0</coordinates></Point></Placemark> <Pl<Placemark><name>Rainbow Beach, QLD</name><Point><coordinates>152.9873496,-25.9393534,0.0</coordinates></Point></Placemark> <Pl<Placemark><name>Noosa, QLD</name><Point><coordinates>153.0826496,-26.3924348,0.0</coordinates></Point></Placemark> <Pl<Placemark><name>Australia Zoo</name><Point><coordinates>152.96009991316186,-26.836087272557723,71.75382295871322</coordinates></Point></Placemark> <Pl<Placemark><name>Brisbane, QLD</name><Point><coordinates>153.0134241,-27.466906,0.0</coordinates></Point></Placemark>Also note: DropBox are going to stop allowing public access to files in the Public folder from mid-March. You should move any files you share from the Public folder to your website or another fixed-URL host.
https://www.dropbox.com/help/16
Finally: please start a new topic when you have a request, per the forum guidelines.
cheers,
RossG’day Lee,
Iβm close to releasing an upgraded free add-on, which uses the add-on framework and properly supports conditional logic. I had an unexpectedly busy December and January, so itβs been close to release for some weeks now. I hope to get it out very soon β needs a bit of serious testing, and some doco written for it.
If you like, you can try a beta version on a test site. Please donβt install this on a production site, as I still need to hit it with some more testing. Any feedback you can give would be appreciated.
https://www.dropbox.com/s/7md83rueraoitbn/gravity-forms-dps-pxpay-2.0.0-beta1.zip
cheers,
RossG’day David,
eWAY just told me that the legacy sandbox is fixed, and I just tested it and it works OK now.
cheers,
RossG’day David,
It’s a problem at eWAY’s end. I’ve reported it to them, and they tell me that someone else has reported it too.
You would have been testing to ensure TLS 1.2 support. The fact that you got a successful transaction with customer ID 87654321 means a successful round-trip transaction. However, my reading of the eWAY emails (I get them too) is that they haven’t yet done the TLS 1.2 upgrade on the legacy sandbox gateway, so you haven’t really tested TLS 1.2 yet.
I recommend that you install this plugin and run its test page to verify TLS 1.2 support on your website:
https://wordpress.org/plugins/tls-1-2-compatibility-test/
cheers,
RossG’day morgo75,
Thanks for reporting this. I’ve just run some tests, and what I get is:
- customer ID 87654321 works with Beagle disabled
- real customer ID fails with Beagle disabled, “XML Invalid or Invalid Data Passed. (Test CVN Gateway)”
- any customer ID fails with Beagle enabled, remote server 500 error
I’ll pass this on to eWAY. It appears that their upgrade has broken backwards compatibility with the legacy XML API.
As it happens, I’ve been working on a new version of the plugin with support for the Rapid API. I’m hoping to release it “any day now”, once I’ve updated the doco and done a final round of testing. You’re welcome to try this out in a test environment if you’d like:
https://www.dropbox.com/s/fnwniezucr18g01/eway-payment-gateway-4.0.0-dev.zip
NB: if you don’t enter Rapid API key/password for the sandbox, the new version uses customer ID 87654321 with the legacy API so don’t be surprised when it works π
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Site redirects to many timesG’day baldemotions,
It sounds like you’re in the admin on HTTPS, and getting a redirect loop; correct? Have you changed your site URL and WordPress URL to HTTPS?
Did your site require different HTTPS detection settings, and have you changed them?
https://ssl.webaware.net.au/https-detection/
If you can’t get back in to your site, you can force it back to HTTP by editing your wp-config.php file. You can then sort out the problem, and finally remove these two lines again once you have it working properly. Use your website’s domain name!
define( 'WP_SITEURL', 'http://example.com/' ); define( 'WP_HOME', 'http://example.com/' );If it’s just the front end, check what other plugins you are running that might affect HTTPS. e.g. I’ve heard that the Cloudflare SSL plugin can mess things up when both this and that plugin are set to handle HTTPS detection.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Wooslider Image Slider https problemIt sounds like WooSlider is showing you the corrected URL when you view it in the admin, but that’s not what it’s using. Do the search/replace I advised, using a tool like Better Search Replace. It will update those links in the database.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Disable draggable on mobile/touchG’day med_freeman,
No, it’s either on or off. I don’t have anything there to conditionally disable draggable. It’s an interesting thought though — I’ll consider it.
cheers,
RossG’day Bill,
I strongly recommend that you use a WordPress plugin to do search and replace (or use wp-cli if you have access to that). There are things in the WordPress database that you can break if you do a simple update in phpMyAdmin. Here’s a plugin I recommend for WordPress search/replace jobs:
https://wordpress.org/plugins/better-search-replace/
Here’s a simple answer to your redirect rules problem. Take the code and put it into your site’s .htaccess file:
http://serverfault.com/a/570290/220532
Note that your server must have mod_redirect installed and enabled. This is part of the Apache web server. You’ll need to check that — I don’t use MAMP so you’ll need to find that out yourself.
In general, I recommend absolute URLs over relative ones, in WordPress at least. If you have a system that is built to properly handle relative URLs, it’s a different story — e.g. for MediaWiki, URLs are handled through different mechanisms that handle moving the wiki base around. WordPress just isn’t built that way, so I preference absolute URLs which you can manage with a search/replace tool if required.
When moving the site from a development site to a live site, or taking a copy from live to a test/staging site, I recommend using a tool like this one. I use the Pro version, and find it invaluable.
https://wordpress.org/plugins/wp-migrate-db/
cheers,
RossG’day wordweaver777,
My first guess would be that you have a page cache that is showing the old page content with http: instead of https: for the images. Make sure that you clear all of your caches.
Beyond that, I’d need to look at the site in a browser, so please post a link to one of the offending pages. If you don’t want to post it publicly, please post to my support form.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Plugin Not Fixing Insecure ContentG’day ggetto,
That CSS file a generated file created by your theme. It looks like it’s already been fixed up, probably because you saved your theme settings again. All good now!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] How do I know if it worked?G’day @foodmenuguru,
That looks like a problem with a Flash plugin or similar. Can you please post a link to the page where you are seeing this? If you don’t want to post it publicly, please use my support form.
@stacigh you read to much into plain text. It wasn’t snarky, it was confused because I had no information upon which to diagnose the problem. I have a little more now. You, on the other hand, have hijacked someone else’s thread and supplied a link to a domain name you likely don’t own that doesn’t even host a website. I suggest that you read the instructions first, and if they don’t help, start your own topic per the guidelines in the Forum Welcome.
cheers,
Ross