• I don’t understand what you mean by this?

    Where do I add that class?

    I did not want to enable the media buttons by default, but you can turn it on now simply by adding a class name of “media_buttons” to the wysiwyg field

    My other question has to do with the visual tab not being the default for my WYSIWYG field on my form. How do I make the visual tab the default so that my editor shows up?

    http://wordpress.org/plugins/gravity-forms-wysiwyg/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pxljedi

    (@pxljedi)

    Brad, thanks for getting back with me so quickly. For anyone else that may need to know where this goes, it’s in the advanced tab and you paste in media_buttons in the CSS class field.

    // Set Visual editor WYSIWYG as default
        // http://wp-snippets.com/set-default-editor/
        add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media Button and Visual Tab’ is closed to new replies.