Hello
Potentially we can suggest you how to change the code so you can remove cup icon from HTML editor.
But that action will prevent you from using JoomSport shortcodes since there is no other places where you can generate all shortcodes that JoomSport offers.
Are you sure you want this?
please confirm
Hello. Yes, I want to try this
find this file /joomsport-sports-league-results-management/includes/joomsport-shortcodes.php
you can try to comment or delete these lines
add_filter(“mce_external_plugins”, array(‘JoomsportShortcodes’,”enqueue_plugin_scripts”));
add_filter(“mce_buttons”, array(‘JoomsportShortcodes’,”register_buttons_editor”));`
Thank you.
and when updating the plugin, will these settings be reset?
Yes. It will be reset after each update
we can also try to offer you the fix via CSS if you like
so it is hidden by styles
Shall i ask this from developer for you?
Yes, that would be great =)
try adding this code to your custom theme CSS code
[aria-label=”Joomsport”].mce-widget {
display: none!important;
}
You are very welcome!
would appreciate 5 stars review for our product
https://ww.wp.xz.cn/support/plugin/joomsport-sports-league-results-management/reviews/#new-post
that always help us 🙂
thank you!