Beschreibung
Display all colors of a certain color system (palette) like RAL, HKS or Pantone which can be imported via CSV file. Search for a specific color by it’s name or color number. Get detailed information like RGB, CMYK, Lab and Hex values besides optional description and photo.
Features:
- Custom post type and taxonomy to manage color systems and single colors
- Color overview with ajax enhanced search
- Single pages for each color
- Colors can be imported via CSV file
- Optional loading of the Bootstrap framework
Installation
- Upload the plugin files to the
/wp-content/plugins/color-system-visualizer
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‚Plugins‘ screen in WordPress.
- Go to newly created custom post type „Color Palette“.
- Add new color palette and colors manually or by uploading a CSV file.
- To edit the templates, simply copy
includes/cpm-archive-template.php
andincludes/cpm-single-template.php
into your theme’s main folder, e.g.your-theme/cpm-archive-template.php
.
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Color System Visualizer“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Color System Visualizer“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.1.3
- Only enqueue styles and scripts on plugin related pages
1.1.2
- Bugfixed displaying single color on ajax search
- Changed naming of custom post type and taxonomy
- Added some more german translations
1.1.1
- Added german language files for jquery.dataTables library
1.1
- Added custom templating functionality
- Added german language files
1.0
- Initial release for WordPress plugin directory.