Just TinyMCE Custom Styles conflict

Home Forums Gillion Theme Just TinyMCE Custom Styles conflict

Home Forums Gillion Theme Just TinyMCE Custom Styles conflict

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    RESOLVED Posts
  • hife2017
    Participant

    Hi support team,

     

    I installed Just TinyMCE Custom Styles plugin for custom formats.

    But after installed it, seems like Gillion formats overwrite the plugin format.

     

    How can I have my own formats with this plugin?

     

    Thanks.

     

     

    Attachments:
    You must be logged in to view attached files.

    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

    hife2017
    Participant

    Hi support team,

     

    I’m using this plugin video below

     

     

    After create a format, I go to post page to use the format, but i can’t see them.

     

     

    Attachments:
    You must be logged in to view attached files.

    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?

    hife2017
    Participant

    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?

    hife2017
    Participant

    Thank you ! it works!

     

    but there would be two “format”, how can I remove on of them?

    Attachments:
    You must be logged in to view attached files.

    hife2017
    Participant

    1

    Attachments:
    You must be logged in to view attached files.

    Two are displaying because TinyMCE Custom Styles plugin adds one along with existing one which we can’t remove.

    hife2017
    Participant

    ok! thank you a lot! you can close it.

    You are always welcome here 🙂

Viewing 11 posts - 1 through 11 (of 11 total)