Linux 软件免费装
Banner图

Mapple

开发者 andrekelling
更新时间 2018年10月19日 18:12
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 4.9.5
版权: GPLv3.0 or later
版权网址: 版权信息

标签

shortcode google maps client cpt no jquery no style

下载

1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2

详情介绍:

This plugin is for showing your clients. You can output a google map with markers and a table as a list of all clients. You can tag clients and show a search and filter bar. This Plugin does not need jQuery on the FrontEnd! The google map is centered shown to all markers added. Markers got little Infowindows with client's name, website and address. Map style and marker image customisation is possible. A few notes about technical things: Shortcodes There are a few possible attributes you can provide to your mapple_clients shortcode. Here a full example with all possible options: [mapple_clients title-name="Name" title-address="Adresse" title-desc="Beschreibung" title-tags="Branche" title-search="Suche" title-search-placeholder="lostippen..." title-filter-label="Nach Branche filtern" with-tags="true" with-search="true"] all title- attributes are for customising wordings. [mapple_clients title-name="Name" title-address="Adresse" title-desc="Beschreibung" title-tags="Branche" title-search="Suche" title-search-placeholder="lostippen..." title-filter-label="Nach Branche filtern"] all with- attributes activate the tags coloumn, and filter when search is also active. [mapple_clients with-tags="true" with-search="true"] Credit

安装:

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Clients->Settings screen to configure the plugin. Get a Google Maps API key and enter on this plugin's settings page.

屏幕截图:

  • Output of Map and Table on the Front End. In between some text. You can place your shortcodes around.
  • custom styled Map with open infowindow
  • New custom clients Post Type with address autocompletion
  • Enable search and filter section for clients in the table

常见问题:

Why my images aren't loaded in the google map infobox?

If you have a JS error in your browser console that a GET request to the REST API of an media item failed. It might be that your requested image is WP internally connected to another post with another post-type which isn't open for REST requests. You can follow this guide for success: https://scottbolinger.com/custom-post-types-wp-api-v2/

更新日志:

1.5.2 1.5.1 1.5.0 1.4.1 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0