You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using WP Customizer to allow users configure my plugin. There are two color settings I would like to "sync", so changing the color from "color 1" makes "color 2" setting have the same value.
To achieve a full "sync", it is needed to achieve 3 things: update input value, button color and handle position.
So far, I have been able to make "color 2" have the same value and "button color" than "color 1" (with jQuery)... but I'm not able to make the iris handle to position where it should be. See screenshot below.
Anyone could tell how to force the handle to update its position accordingly to the inputted value?
Many thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there!
I am using WP Customizer to allow users configure my plugin. There are two color settings I would like to "sync", so changing the color from "color 1" makes "color 2" setting have the same value.
To achieve a full "sync", it is needed to achieve 3 things: update input value, button color and handle position.
So far, I have been able to make "color 2" have the same value and "button color" than "color 1" (with jQuery)... but I'm not able to make the iris handle to position where it should be. See screenshot below.
Anyone could tell how to force the handle to update its position accordingly to the inputted value?
Many thanks in advance!
The text was updated successfully, but these errors were encountered: