syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 114 forks source link

Google Maps Not working when using https #156

Open jimbob2 opened 10 years ago

jimbob2 commented 10 years ago

Google Maps does not work when your site is using https is there any fix for this?

rmjharris commented 9 years ago

This worked on the Sublime theme using Aqua Page Builder. wp-content/themes/sublime/admin/page-builder/blocks/googlemap-block.php line 99: replaced script.src = "http://maps.googleapis.com/maps/api/js?sensor=false&callback=initialize"; with script.src = "//maps.googleapis.com/maps/api/js?sensor=false&callback=initialize";

I am not a Wordpress developer but I don't think you can make this fix through wp-admin. You are going to need system access to implement.