Can't seem to get medium editor to display properly

I have a basic form with some text fields and two media editor text areas. Problem is medium editor does not display the buttons although I have set them to display. Any Idea what I am doing wrong? How do I get buttons to show? @Teodor @Hyperbytes

I would first check that the .js files have been added correctly. Depending on how you add the editor, the files may be added in the wrong order, causing the editor not to work properly. There have been a few threads about this - here’s a recent one.

1 Like

Looks like some components are missing, try re-uploading your dmxAppConnect folder to your server

ensure the following entries are present on your page IN THIS ORDER

<link rel="stylesheet" type="text/css" href="../dmxAppConnect/dmxMediumEditor/dmxMediumEditor.css" />
<link rel="stylesheet" type="text/css" href="../dmxAppConnect/dmxMediumEditor/medium-editor.css" />

Reordering the files worked.
Thank you.

2 Likes