• Resolved bapcsuk

    (@bapcsuk)


    When i try and use the “Image picker” under multiple choices there is always an image/choice that is selected be default. By default its the first image but i can change which is the default but i can’t have nothing selected by default.

    If I press clear it doesn’t help like it does with the radio button. If i press clear it just reverts back to the first image as default.

    Can you please help. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Sorry this is a limitation with the image picker. If it is configured to only allow one selection (The box Allow Multiple Selection is unchecked) one image must be selected, unfortunately there is no way to work around that since it is a limitation with the image picker library, not the smart plugin itself. Sorry.

    Thread Starter bapcsuk

    (@bapcsuk)

    Ok.
    No way around it?

    Also how do you style the image picker because the style tab I can change the background and the title font but thats it. The label font I can’t change or the color of the box when its selected.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Unfortunately no, sorry. This is a limitation of the library that generate the image picker so there is no way around it.

    Regarding styling the label you could do it with a custom css, something like this:

    .rednaoimagepicker p {
    color: red;
    }

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image picker does not clear.’ is closed to new replies.