webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Only works with “Capture”G’day eggmedia,
It’s a good chance that it’s your theme adding your logo with http. Make sure that you are logged in to your admin on https, and then edit your theme settings to see how it’s loading your logos. Maybe you’ll need to remove / add them back to get them as https.
However, if all is working OK on Capture, and you are not suffering any ill effects, perhaps just leave it all alone. I warn people about using Capture because some other plugins can cause it to break the site, but if it’s working OK, you should be fine to leave it on Capture.
cheers,
Ross- This reply was modified 9 years, 7 months ago by webaware.
G’day OldTrog,
Just deactivate the plugin, it will stop doing it’s thang. Nothing is permanent with this plugin, so deactivating it will undo anything it was doing.
For your subdomains, consider buying a wildcard certificate, e.g.
*.example.com— more expensive than a single-domain cert but it will work for any new domains that you add.Alternatively, consider using CloudFlare. They can cover you with a free certificate for your domain and subdomains.
cheers,
RossForum: Plugins
In reply to: [Log Emails] maybeObfuscatePassword – UnicodeI’ve just released v1.2.1, so please just update your plugin to test.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] Multiple payments madeG’day Sean,
Please forward it to support (at) webaware.com.au and I’ll see what I can work out.
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Getting extra space over button textG’day Kurt,
Thanks for the followup. Curious that it happens for the Free downloads but not with the standard Download buttons; something for me to look at.
Glad that you resolved the problem on your site though!
cheers,
RossForum: Plugins
In reply to: [Log Emails] maybeObfuscatePassword – UnicodeG’day esemlabel,
Thanks for the bug report. Can you please try with this version?
https://www.dropbox.com/s/avqku9h2ld33k9j/log-emails-1.2.1-dev.zip
cheers,
RossG’day captzeanie2016,
That’s something at the file level on your server. All files in the plugin folder should have permissions 664 (read/write for owner and group, read for others) and the folders should have permissions 775 (read/write/exec for owner and group, read/exec for others). You can set that in a few different ways, depending on how you access your server, e.g. via FTP, your control panel’s file manager, or ssh with
chmod.If you’re unsure about what to do, I recommend that you speak to your host. They can help you fix the file and folder permissions on your server to best suit their hosting environment.
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Getting extra space over button textG’day wsp-kk,
I just checked in a couple of different themes, and I don’t get that problem. Can you try changing the theme temporarily to see if it’s something your theme is doing? Perhaps also try disabling plugins that change the page content.
Also, if you deactivate this plugin, does the normal Add to Cart button have the same problem?
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] removed or update logo in checkout page …??G’day nettspring,
If you’re running WooCommerce, you can remove that icon by adding this to a simple plugin or your theme’s functions.php file:
add_filter('woocommerce_eway_icon', '__return_empty_string');Let me know if you’re running WP eCommerce, and I’ll check for that shop plugin.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Only works when logged into wordpressG’day Prince,
That sounds like you haven’t cleared your page cache and it still has the old / unfixed pages cached. You don’t see that when logged in because you not getting the cached copies.
cheers,
RossForum: Networking WordPress
In reply to: Standard jQuery not using httpsIt sounds like you’re behind a reverse proxy — e.g. nginx. See here for some info:
https://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/
You can install SSL Insecure Content Fixer to help diagnose the problem. It can also resolve it for you, or you can use the information from that plugin to work out what to add to your wp-config.php file to fix it permanently without a plugin. More info here:
https://ssl.webaware.net.au/https-detection/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] My website broke. :'(G’day emeraldjeanr,
Please post a link to your website. It will help with diagnosing the problem.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] 500 Internal Server Error from test paymentRight, it looks like you’re switching between different eWAY accounts based on a form selection. You’d probably find that the Pro version suits you better, because you can do that with feeds instead of having to hack the plugin each time there’s an update. And you can keep your eWAY customer ID private too, instead of putting it up there in your form(!)
https://gfeway.webaware.net.au/
https://gfeway.webaware.net.au/pro/create-a-feed/cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] 500 Internal Server Error from test paymentWhat exactly did they modify? I’d like to know so that I can better diagnose this one if I see it again.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Issue with map panning/clickingG’day Chris,
It very much looks like a problem of two different versions of the Google Maps API being loaded. The plugin is loading v3.24, and the theme is loading v3.25. The plugin is actually using the Google Maps API, whereas the theme isn’t using it on pages with the Flexible Map but is loading its version of the script anyway.
I’ve built a dev version of the plugin with the API version bumped to 3.25. Please update your website with this dev version and see if it resolves the problem.
https://dl.dropboxusercontent.com/u/26305751/wp-flexible-map-1.12.1-dev.zip
I don’t have time to get a full release of the plugin out at present, but I hope to get an update out soon. In the meantime, if this dev version resolves the problem, it will work for you until I get an official release out.
cheers,
Ross