We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
First of all, thank you for the plugin! I'm encoutering and issue that a selected icon gets displayed as [Object object]. All of them.
I tried to debug is, but without succes. It isn't get_nice_display_text nor or bea_svg_format_small(css).
get_nice_display_text
bea_svg_format_small(css)
A pointer in the proper direction can help, so I can open a PR when needed.
Ciao!
PHP 7:3 WordPress 5.3.1 Plugin Name: Advanced Custom Fields: SVG Icon Version: 2.0.4
The text was updated successfully, but these errors were encountered:
Ah, it is bea_svg_format,
bea_svg_format
And I'm running ACF Pro Version 5.8.3
ACF Pro Version 5.8.3
Sorry, something went wrong.
Sorry, still debug, can't find out which one it is :)
so it uses `bea_svg_format_small,
And I fixed it buy using call .html() right here https://github.com/BeAPI/acf-svg-icon/blob/master/assets/js/input-56.js#L52
.html()
return $('<span class="acf_svg__span" data-id="' + css.id + '">' + css.text + '</span>').html();
Is it me? The Jquery version? The Latest update? Open for a PR?
No branches or pull requests
Hi there,
First of all, thank you for the plugin! I'm encoutering and issue that a selected icon gets displayed as [Object object]. All of them.
I tried to debug is, but without succes. It isn't
get_nice_display_text
nor orbea_svg_format_small(css)
.A pointer in the proper direction can help, so I can open a PR when needed.
Ciao!
The text was updated successfully, but these errors were encountered: