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
an class was added (class Kirki_Field_Link extends Kirki_Field_Kirki_URL) but the Kirki_Field_Kirki_URL doens't exist so is getting error. This happens on the Kirki stable plugin.
The error only appears when an 'link' type is added.
On the develop it seems to be fixed.
The text was updated successfully, but these errors were encountered:
@maxviewup it's a surprise this has not been reported before... Nothing has changed so it looks like people don't use the link control-type and use url instead.
It should be ok now, can you please check the develop branch of this repository?
Fix will be included in the next release (v3.0.17)
Issue description:
an class was added (
class Kirki_Field_Link extends Kirki_Field_Kirki_URL
) but theKirki_Field_Kirki_URL
doens't exist so is getting error. This happens on the Kirki stable plugin.The error only appears when an 'link' type is added.
On the develop it seems to be fixed.
The text was updated successfully, but these errors were encountered: