webaware
Forum Replies Created
-
G’day Miquel,
I can’t say why, but Google Maps doesn’t seem to want to load the map file from your server. I loaded it onto DropBox and it happily loaded it from there.
[flexiblemap src="https://dl.dropboxusercontent.com/u/26305751/maps/tenellia-foliata.kmz" zoom=1 width="100%"]Do you have any security that might prevent Google Maps from loading the file from the uploads folder? I can’t see any restrictions from my end because I was able to download the file, but maybe you have a restriction on robots or something. Also, perhaps it’s just taking too long to download, so Google is aborting the download.
If you can, load your files onto a fast server that Google can always access. Amazon S3 is a good bet, or a simple nginx server that can serve up static files quickly (even Cloudflare in front of your server would be faster than a slow server).
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Credit card number doesnt save on submitThat sounds like a problem with the API key / password. Please check to ensure that you have the correct API key / password set in your settings.
NB: if you are using the Test mode / sandbox, you need a sandbox account with its separate API key / password / CSE (client side encryption) key.
https://go.eway.io/s/article/What-is-the-Sandbox-and-how-do-I-get-it
https://go.eway.io/s/article/How-do-I-set-up-my-Sandbox-API-Key-and-passwordcheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Credit card number doesnt save on submitG’day entegy,
With eWAY Client Side Encryption, the credit card number and cvn are encrypted and then the input fields are wiped so that they cannot be intercepted. The encrypted values are passed to eWAY with the transaction.
Are you seeing a problem with transactions failing? What message do you get?
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Version 2.2.2 breaks Visual Composer Backend@mkassowitz did you try the latest one, 2.2.3-dev2, or the earlier one, 2.2.3-dev?
All: it sounds like I really need one of you to help me out here by making an environment available where I can test this please. I can’t replicate the problem, so I need some help please. I’d prefer a staging site / test environment so that I can play hard, but if that’s not possible, I promise to be very careful if you can only offer a live site.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] “Get Directions” Not workingExcellent!
Forum: Themes and Templates
In reply to: User Registration, Permission and AccessG’day Sheila,
Since you’re already using Gravity Forms, why not use their User Registration add-on? You can select what role they’ll get when you set up the new user feed. You can also do things like require the subscriber to click an activation link if you want to confirm that the email address is legit.
Then use something like the Members plugin to restrict access to your order form page. You can also create new roles with that plugin, e.g. your “retailer” role.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Version 2.2.2 breaks Visual Composer BackendG’day all,
I still can’t replicate the problem, but I have a new hypothesis. Please try this version:
https://www.dropbox.com/s/mjs1ntsdfrvu1ht/ssl-insecure-content-fixer-2.2.3-dev2.zip
This version still separates Capture and Capture All, but it also reverts a small change in a regular expression that I suspect could be doing the damage. I’d appreciate it if you could all try this version please.
@mkassowitz do you have the plugin fixer mode set at Capture?
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Version 2.2.2 breaks Visual Composer BackendG’day all,
Well, I can’t exactly replicate what you’re getting.
I can get a white screen on the front end if I log in to the admin on http (not https), and then try to edit a https page from the front end. That makes sense, because the authentication cookies from logging in on http won’t work on https.
Otherwise, I can’t get it to break. I can’t even get an error out of it.
What I can guess is happening is some problem with the AJAX calls. The current version (and previous versions) captured AJAX calls as well as front and back end pages. To test whether this is the problem, I’ve created a revision where Capture doesn’t capture AJAX calls; there’s a new mode Capture All for websites that need that.
Can you please try this new revision? Let me know whether it works for you, with Capture mode. If it does, can you please also try it with Capture All to see if that breaks it?
https://www.dropbox.com/s/ctv4uuh56epejfn/ssl-insecure-content-fixer-2.2.3-dev.zip
If this doesn’t get us anywhere, I’d really appreciate it if one of you can let me look at this problem on a website (preferably a test site) since I just can’t reproduce it locally.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Love the plugin – but it slows down our siteG’day Pavle123,
If you need the Content fixer setting, then you content that is loading images etc. from http. You can clean that up using a search and replace tool, like this one:
https://wordpress.org/plugins/better-search-replace/
Search through your tables (all of them) and change
httptohttps.NB: this will make your whole site load on https. This is a good thing!
- Google and other search engines give preference to https pages
- if your server supports http/2, your site will load faster
Once you’ve done the search and replace (and probably had to login again, on https), check to see if you can change the fixer settings to Off. If you still get some insecure content warnings, try it at Simple — you might have some scripts or stylesheets loading on http.
If you can run with the fixer set to Off, and you have https detection set to “standard WordPress function”, then that’s it — you can remove the plugin. Otherwise, let me know and I’ll describe how to crack that last nut.
cheers,
RossForum: Plugins
In reply to: [Log Emails] change capabilitiesG’day Hrohh,
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] “Get Directions” Not workingG’day theorem7,
The browser console has a message that says it all:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
It looks like it’s probably your theme, or perhaps another map plugin. Try disabling that in your theme. If you can’t (or it would break something else on your website), maybe try this add-on that tries to prevent conflicts:
https://gist.github.com/webaware/3806a2dfdf2abcb61f64
Here it is as a ready-to-install plugin:
https://dl.dropboxusercontent.com/u/26305751/flxmap-no-conflict.zip
cheers,
RossG’day Lee,
That error tells me that your server environment is blocking the script /nowp/ajax.php which does the https detection and recommendation.
https://ssl.webaware.net.au/https-detection/
If you’re behind Cloudflare, I recommend you try this proxy fix setting:
HTTP_X_FORWARDED_PROTOIf you need me to look at the website, please send me a link. You can use my contact form if you prefer not to publish the website URL.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] plugin is not working for my site?G’day Soraya,
You’ll need to provide a link to the website so that I can see what’s wrong.
cheers,
RossG’day Willy,
There’s no getting around that error without updating all of the links in your database. Here’s a nice tool for doing that:
https://wordpress.org/plugins/better-search-replace/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Serve images over httpsG’day TFolder,
This plugin does it dynamically, on-the-fly as the page is generated. It’s very fast and light, and also easy to deactivate and walk away from once you’re done fixing the core problem: changing all of those links. Just choose the Content or Widget fixer setting.
https://ssl.webaware.net.au/settings/
Long term, you are best changing those links in your database. There’s a few tools for that, starting with one of the best:
https://wordpress.org/plugins/better-search-replace/
cheers,
Ross