Title: eplanet's Replies | WordPress.org

---

# eplanet

  [  ](https://wordpress.org/support/users/eplanet/)

 *   [Profile](https://wordpress.org/support/users/eplanet/)
 *   [Topics Started](https://wordpress.org/support/users/eplanet/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eplanet/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eplanet/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eplanet/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eplanet/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eplanet/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/eplanet/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/eplanet/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] not working with elementor](https://wordpress.org/support/topic/not-working-with-elementor-5/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/not-working-with-elementor-5/#post-10498462)
 * Works for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] not working with elementor](https://wordpress.org/support/topic/not-working-with-elementor-5/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/not-working-with-elementor-5/#post-10497172)
 * [@kungtiger](https://wordpress.org/support/users/kungtiger/)
 * Jet Tabs does break it:
 * Jet Tabs has:
 * `add_filter( 'elementor/editor/localize_settings', array( $this, 'elementor_editor_localize_settings'),
   10, 2 );`
 * Set a priority in CCP line 264:
 * `add_filter('elementor/editor/localize_settings', array($this, 'elementor_integration'),
   100);`
 * Seems to fix it.
    -  This reply was modified 7 years, 11 months ago by [eplanet](https://wordpress.org/support/users/eplanet/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Feature Request: Integration with OceanWP theme](https://wordpress.org/support/topic/feature-request-integration-with-oceanwp-theme/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/feature-request-integration-with-oceanwp-theme/#post-10018046)
 * Works perfectly in OceanWP for me, great job!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9909061)
 * Works!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9908883)
 * Sent
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9908522)
 * I have GP-Premium but I can’t post a public download, how can I get this to you
   privately?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9907776)
 * This works for Elementor for me. Nice job.
 * GeneratePress doesn’t have alpha pickers but it’s premium plugin does:
    [https://generatepress.com/premium/](https://generatepress.com/premium/)
 * I just use something like this:
 *     ```
       function cc_palettes() {
       	$palettes = array_column( get_option( 'kt_color_grid_palette' ), '0' );
       	foreach ( $palettes as &$hex ) {
       		$hex = '#' . $hex;
       	}
   
       	return $palettes;
       }
   
       // Let's have at least 8 colors in Central Color Palette
       $palette_count = count( cc_palettes() );
       if ( $palette_count >= 8 ) {
   
       	if ( is_plugin_active( 'gp-premium/gp-premium.php' ) ) {
       		add_filter( 'generate_default_color_palettes', 'cc_palettes' );
       	}
       }
       ```
   
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9903692)
 * I finally wrote a plugin for this (and GeneratePress/GP-Premium alpha pickers).
   
   GeneratePress has a filter so that was easy. Elementor was, as you say a dirty
   hack.
 * For Elementor I resorted to using update_option then hide the Elementor Color
   Picker setting. You can add as many colors you want in Central Color Palette 
   and it works good in Elementor and GeneratePress/GP-Premium. I personally like
   8 colors plus black and white.
 * It’s best to leave the 4 Elementor Default/Global Colors alone.
 * Hacky but worth it to me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Integration with Elementor?](https://wordpress.org/support/topic/integration-with-elementor/)
 *  [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/integration-with-elementor/#post-9866491)
 * +1 for Elementor integration!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Color Picker Palette Colors](https://wordpress.org/support/topic/color-picker-palette-colors/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/color-picker-palette-colors/#post-9414573)
 * Found it:
 *     ```
       $(".mm_colorpicker").spectrum({
       ...
       palette:
       ```
   
 * Not a fan of these color pickers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Feature Request: RGB / RGBA](https://wordpress.org/support/topic/feature-request-rgb-rgba/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [9 years ago](https://wordpress.org/support/topic/feature-request-rgb-rgba/#post-9214674)
 * Sorry for taking so long and thank you for your effort but that does not fix 
   the GeneratePress Alpha color pickers.
    I found the problem, those pickers require
   the hex hash #.
 *     ```
       	$palettes = array_column( get_option( 'kt_color_grid_palette' ), '0' );
       	foreach ( $palettes as &$val ) {
       		$val = '#' . $val;
       	}
       	return $palettes;
       ```
   
 * Maybe you have a better way?
 * Thank You
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Feature Request: RGB / RGBA](https://wordpress.org/support/topic/feature-request-rgb-rgba/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [9 years ago](https://wordpress.org/support/topic/feature-request-rgb-rgba/#post-9167935)
 * One thing I found with those alpha pickers is the array must start with [0], 
   I change the palettes with php code and had to use array_values to get the keys
   in order and starting with [0].
 * I’m going to look again at the Central Color Palette in the db, maybe I’ll see
   something.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Feature Request: RGB / RGBA](https://wordpress.org/support/topic/feature-request-rgb-rgba/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [9 years ago](https://wordpress.org/support/topic/feature-request-rgb-rgba/#post-9167919)
 * I am not explaining this right, I’m not worried about TinyMCE transparency.
 * Some themes use alpha pickers in the customizer and Central Color Palette does
   not work with those pickers.
 * ![Alpha Color Picker](https://i0.wp.com/ez-themes.com/alphapicker.png)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Central Color Palette] Feature Request: RGB / RGBA](https://wordpress.org/support/topic/feature-request-rgb-rgba/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [9 years ago](https://wordpress.org/support/topic/feature-request-rgb-rgba/#post-9152957)
 * I didn’t explain that right, GeneratePress and Elementor have alpha color pickers
   and Central Color Palette does not work on those color pickers.
 * I would pay for the author/contributor to make Central Color Palette work as 
   the default palette for GP and Elementor, that way you could have a global palette.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menu Item Custom Fields] More Input Types](https://wordpress.org/support/topic/more-input-types/)
 *  Thread Starter [eplanet](https://wordpress.org/support/users/eplanet/)
 * (@eplanet)
 * [11 years ago](https://wordpress.org/support/topic/more-input-types/#post-5769834)
 * And now that I look there is a new menu plugin that looks really good. LMM – 
   WordPress Responsive Mega Menu based on Bootstrap

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/eplanet/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/eplanet/replies/page/2/?output_format=md)