Forum Replies Created

Viewing 1 replies (of 1 total)
  • I had this problem and you can fix this. I fixed the link window, and the image window to make it larger.

    Link Window:
    Locate the editor_template.js file. Inside that locate the the code: “TinyMCE_advanced_getInsertLinkTemplate”. Right after that is a width code that you can change to extend the windows width. This is part one. With part two locate the link.htm . In that file you can extend the form fields.

    Link.htm file locate at:
    wp_includes>js>tinymce>themes>advanced>link.htm

    editor_template.js file located at :
    wp_includes>js>tinymce>themes>advanced>editor_template.js

    Image Window:

    Just like the link window, locate the editor_template.js and locate this code: “TinyMCE_advanced_getInsertImageTemplate”. And right after that is a width code, this is were you can change the width of the window. Now locate the image.htm file, and you can extend the width of the form fields.

    Image.htm file locate at:
    wp_includes>js>tinymce>themes>advanced>Image.htm

    Good luck,

    -Chris
    CAVEpixel.com

Viewing 1 replies (of 1 total)