Title: https problem
Last modified: August 30, 2016

---

# https problem

 *  [stefanoborghi](https://wordpress.org/support/users/stefanoborghi/)
 * (@stefanoborghi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/https-problem-4/)
 * After moving to https, maps don’t render anymore. 🙁
 * [https://wordpress.org/plugins/theme-blvd-responsive-google-maps/](https://wordpress.org/plugins/theme-blvd-responsive-google-maps/)

Viewing 1 replies (of 1 total)

 *  [TonyKO](https://wordpress.org/support/users/ned1977/)
 * (@ned1977)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/https-problem-4/#post-6433065)
 * If you inspect the page using Chrome Developer Tools and then click on the errors/
   warnings link at top right of console, you will see that it’s due to the Google
   API link – [http://maps.google.com/maps/api/js?sensor=true](http://maps.google.com/maps/api/js?sensor=true)–
   containing http. It should be a protocol-neutral link.
 * Normally you shouldn’t edit a plugin directly but because this hasn’t been updated
   in 2 years, you may as well. So go into the plugin file and edit themeblvd-google-
   maps.php. Find the link and either remove the http: (change to //maps.google.
   com/maps/api/js?sensor=true) or change to [https://maps.google.com/maps/api/js?sensor=true](https://maps.google.com/maps/api/js?sensor=true)–
   Either should work.
 * You will also need to go into the plugin file found at /assets/jquery.gmap.min.
   js to adjust the links found there.
 * That should do it.

Viewing 1 replies (of 1 total)

The topic ‘https problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/theme-blvd-responsive-google-maps.
   svg)
 * [Theme Blvd Responsive Google Maps](https://wordpress.org/plugins/theme-blvd-responsive-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-blvd-responsive-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [TonyKO](https://wordpress.org/support/users/ned1977/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/https-problem-4/#post-6433065)
 * Status: not resolved