Banner for Travelmap
Generates a map of your travels in any post or page based on a list of places. Wordpress Tutorial
Noted That:
  • To install correctly this travelmap.zip .
  • Fisrt Download the travelmap.zip to your computer
  • Extract/Open travelmap.zip to Your Computer.
  • Then, Find readme.txt file inside travelmap.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 " travelmap.zip " to Your Local Computer.

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

Login to Wordpress Travelmap

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

Go to Plugin Install Travelmap

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

Click Upload Button Travelmap

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

Upload Plugin Travelmap

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

Activate Travelmap

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

Noted that: If you do not see " Travelmap " 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 Travelmap Configurations and Settings or How to work " Travelmap " 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 " Travelmap " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Travelmap
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place shortcodes in the posts or pages where you want to show the map or list:
    For the map:
    [travelmap-map]
    For the list:
    [travelmap-list]
  4. Add places you want to show. You will find the plugin options page under settings > Travelmap

Setting the map size

The map width is 100% of the containing element. If you want another width you simply style its parent with css. Use the shortcode attribute height to set the height of the map. Default is 300px.
[travelmap-map height=500]

Setting the map mode

Choose between roadmap, satellite, hybrid or terrain. Default is roadmap.
[travelmap-map mapmode=”hybrid”]
More on Google maps mapmodes

Showing partial maps/lists

Your can show only some of your places by using shortcode attributes first and/or last. This is handy if you have done several trips and want to show them in separate posts or pages.
[travelmap-map first=5 last=15]
This works for the list as well:
[travelmap-list first=5 last=15]

The numbers are the row numbers from the plugin options page. Different maps can have overlapping numbers. If you add places before the row you have used as first attribute somewhere you obviously need to change that attribute.

You can also use negative numbers for both start and end to count backwards from the last entry.
[travelmap-map first=-15]
will show a map with the last 15 entries

You can also use dates to show partial maps. Use first and last with dates instead:
[travelmap-map first=2010-01-01 last=2010-12-31]

The ‘last’ parameter is optional in both cases.

Hiding lines or markers

It is possible to turn of either markers or lines in the map by setting them to false in the options:
[travelmap-map lines=false]
[travelmap-map markers=false]

Turning off marker numbering

You can remove all numbers from markers:
[travelmap-map numbers=false]

Reversing order

The attribute reverse can be used to reverse the order of the map or the list. Note that the reversal is the last thing that’s done – so other options are applied before the order is changed.
[travelmap-map reverse=true]
[travelmap-list reverse=true]

Setting custom date format

Arrival dates in the list is shown in the format the blog uses as default. To change the date format you can use the attribute “dateformat”
[travelmap-list dateformat=”F j, Y”]
More on date formats

Questions or suggestions?

Please use the Travelmap forum at Uservoice


Name