Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

GEN Europe CLIPS WordPress plugin

Opis

Uses:

  • leafletjs (http://leafletjs.com)
  • datatables (http://datatables.net)
  • moment js (http://momentjs.com) + plugin for datatables (https://datatables.net/plug-ins/sorting/datetime-moment)

Optional:

  • MapBox (http://www.mapbox.com) – an access token is needed, which you can get when you register an account.

In order to use the plugin, you must enter API url in CLIPS Settings page. Can only use specific API based on GeoJSON format. API calls are made with language header based on WordPress Site language.

When adding the shortcodes, be careful not to wrap them in PRE html tags (when using Visual view; check Text view that they are not present)

Projects, Events and Resource urls are set to:

  • /projects/
  • /events/
  • /resources/

Zrzuty ekranu

  • Projects map example
  • Projects list example
  • Events map example
  • Events list example
  • Resources list

Instalacja

  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 Settings->Plugin Name screen to configure the plugin
  4. Enter Flow API URL and other settings (WebDAV URL if you will also display Resources)
  5. Add shortcodes to pages.

Add projects map

[clips_projects_map width=”100%” height=”400px”]

Add projects list

[clips_projects_list width=”100%”]

Add events map

[clips_events_map width=”100%” height=”400px”]

Add events list

[clips_events_list width=”100%”]

Add resource list

In settings you need to add WebDAV (ownCloud / Nextcloud) URL and username & password.

Show root folder resource list:

[clips_resource_list width=”100%”]

Show folder resource list (folder name is appended to the root folder defined in settings):

[clips_resource_list width=”100%” folder=”{folder name}”]

Najczęściej zadawane pytania

Styling

Use CSS overrides to override styles set in css/style.css

Caching

Default caching for resources uses WordPress Transient API and is set to 60 minutes.

What about foo bar?

That is the dillemma!

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„GEN Europe CLIPS WordPress plugin” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

1.0

first release

1.1

fixed some css styling

1.2

added 'default’ name to all header and footer references in templates

changed GEN Europe contact email for API access

1.4.1

reverted header and footer references to ()

added static variables for dirs CLIPS_BASE_FILE, CLIPS_BASE_DIR, CLIPS_PLUGIN_URL