webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed ContentG’day Ashley,
Look under Appearance in your WordPress admin menu. There should be something like Theme Options or similar. If you can’t find something there, contact your theme author for help.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed ContentG’day ashleywordpress,
A quick look at some CSS on your site and I found this:
https://www.b-rebelcommunications.com/wp-content/themes/thegem/css/custom-hULYo25a.css
It contains HTTP links to web fonts. It looks like you have save your theme settings while logged in to the admin in HTTP. Make sure you always log in to the admin on HTTPS, and save your theme settings again — that should update the file. If it doesn’t, see help from your theme author.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Missing Content after installing the pluginNo worries, glad to hear you resolved your problem.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still getting Insecure contentIt’s coming from this CSS:
https://www.smileinla.com/?sccss=1
Have you changed your site URL and home URL to HTTPS?
Settings > General
If not, do that and then go to your theme settings and save again.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still getting Insecure contentIt’s your banner image, being added in custom CSS by your theme. Make sure you always use HTTPS in the WordPress admin, and edit your theme settings — e.g. remove / add back the banner image and save. That should fix the theme background.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still getting Insecure contentG’day mayurichauhan,
You have three images that are not loading, and instead are redirecting to your home page but on HTTP not HTTPS.
https://www.cosmeticdentisthollywood.com/wp-content/uploads/2014/07/fancy-purple.jpg
https://www.cosmeticdentisthollywood.com/wp-content/uploads/2014/07/fancy-bg1.jpg
https://www.cosmeticdentisthollywood.com/wp-content/uploads/2014/07/white-bg4.jpgInstead of redirecting, images that are not found should return a 404 error. My guess is that you have a rule in your .htaccess file, or a plugin, doing the invalid redirection.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Center map on Marker by script in postG’day netspark,
You can get the map object in JavaScript and then ask for its centre coordinates after it loads, then attach an event handler to a button on your post. You’ll need to do this in your own code for now; I don’t have plans to add this as a feature soon.
cheers,
RossG’day Albert,
I can’t see that problem there now, so I presume you fixed it by changing your theme settings. It was probably lurking in a generated CSS file somewhere.
Let me know if you still see a problem, and I’ll look again.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Missing Content after installing the pluginG’day sunnystreet,
I just looked at that site and a few of its pages, seems to load OK with no warnings. Have you resolved your problem or do you still have a problem? If there’s still a problem, please provide more details.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] auth transactionG’day Jeremy,
This question didn’t come through to me, just saw it in RSS feed now.
I added that change into the code in April for another person, but they never got back to me confirming that it does what they expected. Capture vs Authorise is a setting in the feed that you add to your form.
Are you able to help confirm for me please? Here’s the development version that will become v2.2.0 when I release it:
https://www.dropbox.com/s/bj31iz5sf9dz8a6/gravity-forms-dps-pxpay-2.2.0-dev.zip?dl=1
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map Error: Map address returns error: ERRORGood news. Let me know if the problem returns.
cheers,
RossG’day ramonjosegn,
While I think it’s inevitable that I’ll need to do something like that, it’s not going to happen any time soon. I have to pay the bills so there are other (paying) projects ahead of this in the queue. I intend to add Gutenberg support to the plugin with the next major upgrade, which will be a good time for me to revisit how the plugin builds a map, but adding OpenStreetMap or other service will not be part of that effort.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Can ge less requests using more cache?G’day ramonjosegn,
You can’t cache the requests for maps. Each view of a map is a Google Maps API request.
You can minimise the number of address lookup requests, however. There are two ways you can do that.
- find out the centre coordinates for the address, and add centre coordinates to your map shortcode
- add a server API key for address lookups — address coordinates will be cached for 1 week
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map Error: Map address returns error: ERRORIt sounds like you’re hitting your quota limits for your account. Have you added billing information for your Google account?
https://mapsplatform.googleblog.com/2018/05/introducing-google-maps-platform.html
https://cloud.google.com/maps-platform/user-guide/When the problem happens, view the browser console (control-shift-J in Google Chrome) to see what message is reported by the Google Maps API.
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map Error: Map address returns error: ERRORG’day,
I’m seeing the map on the page you linked. Could it be a different page that you’re getting the error on?
cheers,
Ross