Support » Plugin: Definition List » [Plugin: Definition List] Push DL button in editor, blank screen pops up

  • The DL button shows up in the editor, but when you click it, you get a blank screen.

    I noticed you said you were supporting up to v3.0.5 – does anyone know what changes have been made to the editor hooks since then?

    While I’m at it, and I know this is a tough nut to crack, but ideally, the code we’re aiming for should allow for multiple DT/DD pairs within one DL, and it looks the JS code for this wouldn’t do that…

    Good luck – great idea! If I figure something out, I’ll share.

    http://wordpress.org/extend/plugins/definition-list/

Viewing 1 replies (of 1 total)
  • The file panel.php in the plugin has an html error that seems to be preventing it from displaying when you click the ‘DL” button in the rich editor.

    Edit line 9 of the file panel.php to properly close the <title> tag:

    <title>Definition List</title>

    This should then display the popup properly.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Definition List] Push DL button in editor, blank screen pops up’ is closed to new replies.