webaware
Forum Replies Created
-
Forum: Reviews
In reply to: [SSL Insecure Content Fixer] Works excactly as it saysMuch appreciated, cheers!
Ross.
Forum: Plugins
In reply to: [Eway Payment Gateway] INTERNAL SERVER ERROR at checkout@justanotherdev you are using a different plugin; please open a topic for the Gravity Forms eWAY plugin.
https://wordpress.org/support/plugin/gravityforms-eway
Just briefly, however, that looks like maybe eWAY’s server is returning a 500 Internal Server Error, so contact eWAY to see if they’re having problems at their end.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] http:// & https:// URL settingsG’day Group of oceninfo,
This plugin will on-the-fly change some links to assets like images, stylesheets, scripts. It does not change any other links, so it can be safely used on a site that switches back and forth between http and https.
Because it changes things on-the-fly, you can activate the plugin to get some fixes, and deactivate the plugin to go back to the old state. This allows you to make permanent fixes at your leisure, or not at all.
For the assets it fixes, it replaces http with https. This is best, because
//(protocol-free URIs) are not always valid — think about emails, for example, where an html email loaded in an email app won’t have a protocol.//has even been called an anti-pattern.cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] I do not see any fixesG’day taneaonline,
I don’t see any fixes either. Probably because I don’t see your website URL! I can’t help you with something I can’t see; please give me a link to your website.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Localhost: Map is not displayedG’day Marcio,
You’ve loaded the map into a private folder, not the Public folder, so DropBox has given you a link that forces the browser to load a DropBox page where you can download the file.
You can ask DropBox to directly serve the file by changing the
?dl=0bit to?dl=1, like this:[flexiblemap src="https://www.dropbox.com/s/an3vwcm1ps8xcxc/Abi4life_Hotels_Mallorca.kml?dl=1" width="100%" height="400px" zoom="17"]cheers,
Ross- This reply was modified 9 years, 9 months ago by webaware. Reason: fix single quote to code quote
Forum: Plugins
In reply to: [Flexible Map] Localhost: Map is not displayedCan you post your shortcode here please? Copy it from your page and paste it here, then select it and click the
codebutton so that it doesn’t get messed up.I’ll look at it later (probably much later); am heading out for the day now.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Localhost: Map is not displayedKml files need to be hosted somewhere on the Internet where Google can see them. Even Dropbox will do.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Recipient missing in log for certain BuddyPress emailsG’day antipole,
It seems that BuddyPress skips
wp_mail()and handles the PHP mailer object itself, so the logger never gets to see the recipients. When you enable the Stop Emails plugin (or my Disable Emails plugin, same) then BP detects that something else is running emails and falls back to callingwp_mail()which is why the logger works properly. BP also drops back to simple text mode. This is exactly what you’re seeing.Here’s a dev version of the next release, with a fix for BuddyPress recipients. Let me know how you go with it.
https://www.dropbox.com/s/663cc6yobzced70/log-emails-1.2.0-dev.zip
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] PHP Warning – Can you help?!That’s happening because the generated .zip file has failed because there is an error creating the temporary .zip name. I can add some code to fail the download script sooner, perhaps with some more information.
Are you getting errors when you download a .zip file? Can you successfully unzip the generated .zip file?
What versions of WordPress and NextGEN Gallery or NextCellent Gallery are you running?
cheers,
RossForum: Plugins
In reply to: [Column Shortcodes] New version hard-wraps content in p elementsYour best bet is to download the previous version, unzip locally, and FTP it to your website overwriting the new version. You can get old versions here:
https://wordpress.org/plugins/column-shortcodes/developers/
cheers,
RossG’day Carib Design, long time no speak 🙂
That URL is correct — for HTML. The
&# 038;(no space) is an HTML-encoded ampersand,&, so in fact the URL will load correctly. If you view the page source in Firefox and click on the link, it will load the script correctly. Try it on the demo / doco site, where you’ll see that it’s the same:https://flexible-map.webaware.net.au/
If you’re having a problem with the API key, it’s most likely one of the following:
* you haven’t added all of the domain names to the API key
* you haven’t enabled the Google Maps JavaScript API for the projectcheers,
Ross- This reply was modified 9 years, 10 months ago by webaware. Reason: new forum is buggering up HTML entities in code tags
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Last updateThat’s the update message. It treks you very briefly what the update gives you. It’s safe to install! 😃
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Insecure google maps link. Cannot find itG’day Darren,
Sorry for the delay in replying, but I got no notification (prolly the WP support forums switch over).
I just looked at the site in Chrome, and didn’t see a problem. Did you fix it? Do you only get it in a specific browser? (which?)
cheers,
RossForum: Plugins
In reply to: [Autoptimize] Don't Include WooCommerce Checkout ScriptsExcluding jQuery is a good idea generally. It’s likely to be included on most pages on a website (if at all), so best to let it be loaded once and browser-cached separately to any other page-specific scripts. That leads to smaller page-specific scripts.
My old advice was to use the Use Google Libraries plugin to get jQuery from Google’s CDN, but that plugin isn’t kept up to date any more and sites with CloudFlare or other origin-pull CDN will work faster with jQuery pulled from the origin site anyway. Your change should be beneficial generally, not just in the circumstances described above.
cheers,
RossG’day
That’s a “security” plugin doing that, complaining that you’re using the Capture setting of this plugin. The “security” plugin is this one:
https://wordpress.org/plugins/gotmls/
You’ll need to ask them why they are issuing that warning and what they suggest you do about it.
If you don’t need the Capture setting, try one of the lower fixer settings.
cheers,
Ross