Banner for Google Map Locations
This plugin lets you add a google map with locations with bubble. Wordpress Tutorial
Noted That:
  • To install correctly this google-map-locations.zip .
  • Fisrt Download the google-map-locations.zip to your computer
  • Extract/Open google-map-locations.zip to Your Computer.
  • Then, Find readme.txt file inside google-map-locations.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " google-map-locations.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Google Map Locations

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Google Map Locations

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Google Map Locations

Step-5 : Now, Browse " google-map-locations.zip " Downloaded plugin from your computer, Where you downloaded " google-map-locations.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Google Map Locations

Step-6 : Now, Click on " Active Plugin "

Activate Google Map Locations

Step-7 : Then, See left Side Menu. " Google Map Locations " folder is added on left Side Menu. Now, Click on " Google Map Locations " folder.

Noted that: If you do not see " Google Map Locations " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Google Map Locations Configurations and Settings or How to work " Google Map Locations " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Google Map Locations " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Google Map Locations
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

The automatic plugin installer should work for most people. Manual installation is easy and takes fewer than five minutes.

  1. Download the plugin, unpack it and upload the ‘google-map-locations’ folder to your wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Google Map Location -> Settings Page to configure the basic map options.

To use the plugin as on page use shortcode as : [gml-google-show-map].

To use the plugin in theme file, use below code:

do_shortcode(“[gml-google-show-map]”);

Or

if(function_exists(‘gml_show_map’)) {
echo gml_show_map();
}


Name