September 21, 2018 at 11:54 am
In the customization options under Kadence Standard Sliders, the option for caption letter spacing isn’t working. When you set the letter spacing to anything other than normal it returns a CSS error, because the code being generated is setting letter-spacing to just a number, when CSS requires letter-spacing to be expressed in a unit of length such as px or em.
For example, if I set Caption Description Text Letter Spacing to “4,” the plugin generates this inline CSS – “letter-spacing: 4” which doesn’t work. It needs to be “letter-spacing: 4px”. I would suggest setting it to express the length in px.
I was able to set the letter spacing using custom CSS, but it would be nice if the plugin setting worked properly.
Also, this is very minor, but at the bottom of the Slider Caption Settings box, “Caption Text Shaddow” is misspelled – “shadow” only has one d. This doesn’t affect functionality but it does look a little unprofessional.