Kanban Front-end Column Display Bug
-
I’m having a front-end issue with the Kanban CSS : Specifically, the little oval icon for the COLOR PICKER, which works just fine on the back-end, doesn’t appear at all on the front-end. The space it should be is blank, and instead I am getting a Hex Color Code being displayed over-top the Kanban column title, coming from this CSS:
<input type="text" class="zpm_kanban_color_picker" value="#ffa73a" data-kanban-id="2">
In this example, the text, “#ffa73a” tries to display right on top of the “In Progress” column title, making a jumbled mess, and there is gap where the oval icon should be.
- The topic ‘Kanban Front-end Column Display Bug’ is closed to new replies.