GEN Europe CLIPS WordPress plugin
Display Projects, Events from the FLOW database through an API and display it on the website. Display resources from a remote WebDAV server.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3389 days ago
Is GEN Europe CLIPS WordPress plugin abandoned?
Possibly abandoned (last update 3389 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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/
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin
- Enter Flow API URL and other settings (WebDAV URL if you will also display Resources)
- 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}”]
Frequently Asked Questions
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!
Review feed
Changelog
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




