• Resolved noobygamer

    (@noobygamer)


    Hi,

    I’m coming back to you regarding a small bug that I encountered with the color pickers.

    Indeed if I put several in the same product field group the colors of the different palettes will be added from top to bottom.

    So if I put black/white in the 1st palette then red/green in the 2nd, in reality on the frontend palette 2 will have black/white/red/green.

    Here is a link where you can see the problem.

    Thanks in advance,

    Florian

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Sark

    (@sarkware)

    Hi, I checked the shared page.

    There is one Syntax error in the first color field’s palette config.

    {
        "palettes": [
          "#ffffff|Blanc,#000000,#359c16,#0b136e"
        ]
    }

    In the above snippet |Blanc is not expected, The palette config should be like the below.

    "#ffffff,#000000,#359c16,#0b136e"

    Pls update the field and check again,
    I still couldn’t not explain why it is affecting other color fields.
    Lets see, how this turns out.

    Thread Starter noobygamer

    (@noobygamer)

    Good evening,

    Indeed I had made a test by adding the name of the color.

    I removed it but the bug remains active.

    Each new color field takes into account all the previous fields.

    Have a good evening,

    Florian

    Plugin Contributor Sark

    (@sarkware)

    Got, it, fix is coming next Monday.

    Thread Starter noobygamer

    (@noobygamer)

    Hi Sark,

    Good news!

    Thank you very much for your speed!

    Have a nice weekend,

    Florian

    Plugin Contributor Sark

    (@sarkware)

    Hi, the fix is available with the latest version, pls update.

    Thread Starter noobygamer

    (@noobygamer)

    Perfect, it’s work ??

    Thank you for your support !

    Have a good day,

    Florian

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The color pickers are cumulative’ is closed to new replies.