Home › Forums › Gillion Theme › Just TinyMCE Custom Styles conflict
Home › Forums › Gillion Theme › Just TinyMCE Custom Styles conflict
Hi @hife2017,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where you are using it and share screenshot from admin area to show how you are styling that page using plugin so that i can help you to achieve it?
Best regards,
Shufflehound team
Thank you for video and screenshots.
Could you please share me the page URL from your site where you are using it so that i can help you to achieve it?
Hi support team
Solution for this topic
I made it work by adding the following code in the functions.php file of your Gillion child theme.
function remove_tiny_mce_before_init(){ remove_filter( 'tiny_mce_before_init', 'gillion_editor_dropcaps_init' ); } add_action('init','remove_tiny_mce_before_init');
Could you please confirm it?
Two are displaying because TinyMCE Custom Styles plugin adds one along with existing one which we can’t remove.
ok! thank you a lot! you can close it.
You are always welcome here 🙂