Problem: I am seeing mixed content warning messages on my site.
Solution:
- Check to be sure both URLs in wp-admin > Settings > General are set to use HTTPS.
- Go to Toolset > Settings > Maps and check the URLs for the marker images here by inspecting the elements in the browser inspector. If any are still on HTTP, delete them and replace them with new images on HTTPS.
- Edit the View or Content Template that contains the Marker shortcode. If you're using a custom icon, the shortcode may contain a URL for the custom icon file. Make sure the marker_icon URL begins with two slashes like this:
[wpv-map-marker map_id='map-5' marker_id='marker-5' marker_icon='//your-site.com/wp-content/plugins/toolset-maps/resources/images/markers/Buildings.png' marker_field='wpcf-location'][/wpv-map-marker]
- If the Marker shortcode is in a View, try turning caching off for that View temporarily. To do that, find the View shortcode and add cached="off" like this:
[wpv-view name="your-view-slug" cached="off"]
- If you're still experiencing problems, try clearing Toolset's image cache by going to Toolset > Settings > Custom Content. Click "Clear cached images" and "Clear outdated cached images"
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Our next available supporter will start replying to tickets in about 1.33 hours from now. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 1 reply, has 2 voices.
Last updated by 6 years, 3 months ago.
Assisted by: Christian Cox.