• Has anyone had problems with color picker since 4.2.

    I had an option system for a plugin and a theme that used color picker and worked fine before 4.2 but now it is broke.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is it happening with the TwentyFifteen theme activated and all plugins disabled? Are your theme & plugins updated to the latest version / are they compatible with WP 4.2 ?

    Thread Starter kevinhaig

    (@kevinhaig)

    I found the problem. My options were stored in an array that uses

    'class'=>'hexcolor'

    as an element for looping through sanitization. It was weird but the jQuery script thought this was a selector. I changed hexcolor to ka_color and everything worked fine.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress color picker’ is closed to new replies.