All Projects → houke → color-palette-generator

houke / color-palette-generator

Licence: other
This WordPress plugin allows you to generate & show color palettes for all your images in your Media Library.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to color-palette-generator

Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-5.26%)
Mutual labels:  taxonomies, wordpress-plugin
wp-serverinfo
Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.
Stars: ✭ 15 (-21.05%)
Mutual labels:  wordpress-plugin
acf-vimeo-pro-data
Vimeo PRO Data field for Advanced Custom Fields v5
Stars: ✭ 14 (-26.32%)
Mutual labels:  wordpress-plugin
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (+5.26%)
Mutual labels:  wordpress-plugin
repeater2-for-gravity-forms
A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
Stars: ✭ 19 (+0%)
Mutual labels:  wordpress-plugin
pods-beaver-builder-themer-add-on
Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
Stars: ✭ 37 (+94.74%)
Mutual labels:  wordpress-plugin
night-owl-sublime-scheme
A Sublime Text color scheme based on Sarah Drasner's Night Owl VSCode theme
Stars: ✭ 52 (+173.68%)
Mutual labels:  color-scheme
ocean-space
🌊 Deep oceanic blue Visual Studio Code theme
Stars: ✭ 35 (+84.21%)
Mutual labels:  color-scheme
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (+21.05%)
Mutual labels:  color-scheme
wm-settings
Based on the WordPress Settings API, this class generates options pages. It supports all basic input types, selects and all, but also media uploads, which is quite neat.
Stars: ✭ 21 (+10.53%)
Mutual labels:  wordpress-plugin
OneKeyChangeXIBColor
快速修改XIB或者Storyboard的控件颜色
Stars: ✭ 25 (+31.58%)
Mutual labels:  color-scheme
commons-booking
Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
Stars: ✭ 24 (+26.32%)
Mutual labels:  wordpress-plugin
Registrations-for-WooCommerce
Add a registration product type to your WooCommerce installation.
Stars: ✭ 38 (+100%)
Mutual labels:  wordpress-plugin
import-products-from-gsheet-for-woo-importer
Import products from Google spreadsheet by standard woocommerce import.
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-plugin
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+331.58%)
Mutual labels:  wordpress-plugin
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-plugin
Post-Series
a wordpress plugin for post series support
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-plugin
static-404
⚡️ A WordPress plugin to quickly send a 404 for missing static files
Stars: ✭ 24 (+26.32%)
Mutual labels:  wordpress-plugin
DigiPass
DigiPass (Paywall) WordPress plugin
Stars: ✭ 11 (-42.11%)
Mutual labels:  wordpress-plugin
wp-team-list
👨‍👩‍👧‍👧 A WordPress plugin to display your teammates (users) anywhere on your WordPress site.
Stars: ✭ 15 (-21.05%)
Mutual labels:  wordpress-plugin

Color Palette Generator

Generate color palettes for your WordPress images, append them to your images inside your content and make searching images by color available to your visitors.

Description

This plugin is ideal for blog owners who like to do something more with their images, or for webshop owners who like to filter products by color. When inserting images you have the option to show the palette for that image. You can also use the following shortcode to show a specific image with palette: [colorpalette attachment="56" dominant="false" colors="10" size="large" random="true"]

Features

  • Generate color palettes per image
  • Bulk-generate color palettes for all images
  • Allows configuration of number of unique colors per image
  • Allows configuration of auto appending palettes on attachment pages
  • See stats of generated palettes
  • Filter attachments by color
  • Add color search widget to your sidebar
  • Use a shortcode to show an image with a palette in your content.

Developers

If you don't like the way the plugin outputs the palettes, or you want to create custom color queries yourself, use the wordpress taxonomy functions. There are 2 new taxonomies added when the plugin is activated: cpg_dominant_color and cpg_palette. The first one holds one color per image, the dominant color (this color is used to link the image to one of the main colors used in the color search functions). The second one holds the palette, and the number of colors is based on what the site owner has entered (default = 10).

If you want to create your own search template, add a templates folder in your theme and add a search.php file in there. If that file is found it will be used to show the searchresults. Else the template from the plugin will be used.

Special thanks

Installation

Automatic Installation:

  1. Go to Admin - Plugins - Add New and search for "color palette generator"
  2. Click the Install Button
  3. Click 'Activate'
  4. Go to Media > Color Palette Generator and start generating

Manual Installation:

  1. Download color-palette-generator.zip
  2. Unzip and upload the 'color-palette-generator' folder to your '/wp-content/plugins/' directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go to Media > Color Palette Generator and start generating

Screenshots

Available here

  1. The Color palette generator settings page
  2. A new media library column will be available
  3. When inserting images into your content, new options will be available
  4. Add a widget to your sidebar
  5. The palette in use
  6. A list of generated palettes

Todo

  • Better uninstall functions (attachment meta needs to be removed)
  • Generate palette on upload

Changelog

1.7.0

  • Added support for automatic generation of palettes. Disabled by default.

1.6.2

  • Fixed php warning
  • Fixed missing color palettes if no dominant colors are set

1.6.1

  • Fixed php warning

1.6

  • Changed the dasboard layout
  • Added a remove button to remove all generated palettes
  • Added an option to control how the palette colors are shown
  • The bulk generation is now around 10 times faster (especially noticeable with more than 10.000 images in your library)

1.5.2

  • Fixed loading of front-end styles

1.5.1

  • Removed 'Dominant: ' title before color codes when hovering over palette colors.

1.5

  • Added 2 new settings to allow clicking the dominant & palette colors. Each color will link to the search page of the related dominant color.

1.4

  • Added new shortcode to show all generate palettes (without the images)

1.3

  • Validate, sanetize & escape

1.2

  • Removed TAH references

1.1

  • Fix WordPress warnings

1.0

  • First official release

0.9

  • Final beta release

0.8

  • Beta release

0.7

  • Beta release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].