Hello, @stq74
Thank you for contacting us regarding your question!
Try use this plugin for resolving Mixed Content problem –
wordpress.org/plugins/ssl-insecure-content-fixer/
Best regards,
Ole
-
This reply was modified 6 years, 5 months ago by
supsystic.
Thread Starter
stq74
(@stq74)
Hello, I come to test it does not work.
And I would like to avoid adding plugin.
Do you have a better solution?
Thank you
Stéphane
Please contact us through our
internal support.
We will help you to solve the problem.
Best regards,
Ole
Thread Starter
stq74
(@stq74)
Hello,
unable to send you a message the recaptcha does not work.
View post on imgur.com
Stéphane
Hello, @stq74
Please try check in another browser.
We can’t reproduce this issue.
Also another client write to us without any problems.
Got the same mixed-content error after changing my site to https://
The problem is caused by this lines lines
664: ‘http://{s}.tiles.wmflabs.org/osm/{z}/{x}/{y}.png’ => __(‘Wikimedia Labs OSM’, UMS_LANG_CODE),
665: ‘http://{s}.tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png’ => __(‘Wikimedia Labs OSM No Labels’, UMS_LANG_CODE),
666: ‘http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png’ => __(‘Black and White’, UMS_LANG_CODE),
667: ‘http://{s}.tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png’ => __(‘Hill Shading’, UMS_LANG_CODE),
668: ‘http://{s}.tiles.wmflabs.org/hikebike/{z}/{x}/{y}.png’ => __(‘Hike and Bike’, UMS_LANG_CODE),
in wp-content\plugins\ultimate-maps-by-supsystic\modules\maps\views\maps.php
changing http:// to https:// solved for me the problem…