Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divider control not working if embedded, but works fine if used as plugin. #2534

Open
ponvendhan opened this issue Jul 9, 2024 · 0 comments

Comments

@ponvendhan
Copy link

Issue description:

Divider control (and all pro controls) not working if embedded, but works fine if used as plugin.

new \Kirki\Pro\Field\Divider(
[
'settings' => 'some_devider',
'section' => 'some_section',
'priority' => 30,
'choices' => [
'color' => '#000',
],
]
);

Error: Fatal error: Uncaught Error: Class 'Kirki\Pro\Field\Divider' not found

Version used:

4.1.1

Using theme_mods or options?

theme_mods

PHP error messages that might be related

JS error messages that might be related

Code to reproduce the issue (config + field(s))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant