WP Manifestindependent plugin directory
manifest / content / wordpress-travel-maps

WordPress Travel Maps

Create interactive Travel Maps in WordPress (Google Maps)

by DB-Dzine · github.com/welaunch-io/wordpress-travel-maps · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/welaunch-io/wordpress-travel-maps/archive/refs/heads/main.zip

Readme

WordPress Travel Maps

Create interactive Travel Maps in WordPress (Google Maps)

Installation

You need the redux framework plugin to be installed.

Features

Settings Panel

You can find the everything inside your Admin Panel inside Travel Maps


Travel Maps - Overview

On the All Travel Maps page you can find all your maps.


Create a Travel Map

When you create a Map you first have to set a title. Then you have to ...

  1. Set a Start Position
  2. Add Waypoints (optional)
  3. Set a Destination
  4. Click on Calculate Route
  5. Publish your Travel Map

Afterwards you can still add / remove Waypoints etc, but you have to click on the button again. Furthermore you can drag and drop your route as you like.


General Settings

In the General settings are you have the following options:

  • Enable:
    Enable the Travel Maps
  • Google API Key:
    Set your Google API key here. Also do not forget to activate maps and places in the API Console from Google.

Return to the Index


Troubleshooting

How can I embed a Travel Map into a page?

Easy! Just create a new blank page in wordpress and insert the following shortcode:

[travel_map id="XXX" height="400px" width="100%"]

Make sure you set the ID to your travel maps ID. If you have Visual Composer running you will find a VC shortcode called Travel Map.


Where can I find the Travel Maps settings?

You can find the everything inside your Admin Panel inside Travel Maps


I found a bug / got an error

Please make a comment on codecanyon. We will take care asap!


Return to the Index

Read the full README on GitHub →