• Hi. Great plugin. I created a form that has a field allowing users to insert a paragraph. I would like to remove some of the buttons from the tinymce menu for just that form (page) – is that possible?

    I changed the settings to what I want for that form and exported them. Now where do I put it and how do I specify the page?

    Thanks for your time and trouble. Here is what I exported:

    {“settings”:{“toolbar_1″:”bold,italic,underline,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv”,”toolbar_2″:”formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,wp_page”,”toolbar_3″:””,”toolbar_4″:””,”options”:”advlist,menubar”,”plugins”:”anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist”},”admin_settings”:{“options”:”no_autop”,”disabled_plugins”:””}}

    https://www.ads-software.com/plugins/tinymce-advanced/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    It will be (much) better to pass the configuration to wp_editor() (assuming you used that to add TinyMCE to this place). Then can experiment with 'teeny' => true, and theteeny_mce_before_init filter.

    Thread Starter ssergutaboselaw

    (@ssergutaboselaw)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit buttons on specific pages’ is closed to new replies.