Hi. I have Advanced Classic Editor installed on my site and am finding tons of errors in my log file related to this plugin. The actual message text is: Undefined array key “font-awesome” in /bitnami/wordpress/wp-content/plugins/best-editor/includes/BestEditor/class-best-editor.php on line 199′
I had been running WP version 6.4.4 and plug in version 3.1.2 when I noticed this error. I’ve since upgraded to the latest release of both and am still getting the same error by the thousands.
Please advise.
]]>Hi, thanks for the plugin, it’s the best addition to mce I have seen so far!
I can select font awesome icons but they don’t show in the editor. However, they show correctly in the post preview/final. The reason is a GET error for this url: “/wp-content/plugins/best-editor/assets/font-awesome/css/font-awesome.min.css?wp-mce-49110-20201110” that happens only in the editor screen.
This 404 error shows as NS_CORRUPTED_CONTENT in firefox, and type is incorrectly set as html instead of css.
I use autoptimize and Cloudflare, but both are disabled for the admin side of the site. I purged all caches just in case, and disabled Cloudflare caching, but still this 404 error.
the theme is use is newsphere, and it embeds font-awesome 4.7.0. I renamed its included min.css so it cannot load at all, but error persist.
Can you help? Or do you think it’s another plugin?
]]>I installed this plugin on a 5.8.1 site and decided I did not want to use. Now I cannot uninstall it. The message I get is that a critical error has occurred on this site.
Please advise.
Hi i have a question
I love the plugin, but it’s really annoying that the text is displayed so small. See picture: https://i.imgur.com/R2VvfRN.jpg
Can I change that somehow? Settings or something?
When the plugin is off, the font is back to normal.
See picture 2: https://i.imgur.com/pxqweoE.jpg
Hello,
I have a lot custom post types and the editor is visible only on classic posts.
For example, this is the code for one of my custom post types:
function oglasna_tabla(){
$args = array(
‘labels’ => array(
‘name’ => ‘Oglasna tabla’,
),
‘public’ => true,
‘has_archive’ => true,
‘menu_icon’ => ‘dashicons-welcome-write-blog’,
‘supports’ => array(‘title’, ‘editor’),
‘rewrite’ => array(‘slug’ => ‘oglasi’),
);
register_post_type(‘oglasna_tabla’, $args);
}
add_action(‘init’, ‘oglasna_tabla’);
What needs to be added so that the editor is visible on this custom post type?
Thanks in advance,
Igor
Hi
I think this is great plugin. thank you
1. I want to use thin in frontend of site like tinymce advanced
2. how can I disable some addons of this plugin
Best regards
]]>Hi,
I just installed the plugin, activated it but get this error:
Fatal error: Can’t use function return value in write context in /home/xx/xx/www.xx.com/wp-content/plugins/best-editor/options.php on line 38
Hope you can help.
Cheers,
Joe
After i installed the plugin, my existing wordpress editor no changing at all.
Anybody know the solution?
Thank you for your knowledge.
Hi
Can you please explain how do I bring in more fonts?For eg, I want to use Roboto, Open sans etc, they seem to be not available in your font list in editor.
]]>for woocommerce the editor does not appear when creating a product, some way to integrate it?
It would be good to improve it or in any case how to integrate it with simple code to other editing spaces.
regards
I use wp job manager, and the editor appears and works as expected if I’m creating a post, but if I’m adding a listing / job to wp job manager, the standard wp editor appears.
]]>Best Editor sets automatic id – anchor to all of my <h*> tags.
How can I disable this ?
tnx