Advanced HTML Editor 3 Support Product Page

Solved

Tool Bar doesn't show in certain browsers: IE, Chrome, Firefox

Reported 20 Jan 2014 13:56:15
1
has this problem
20 Jan 2014 13:56:15 Terrel Pochert posted:
This MUST be my problem, but I'm having a devil of time trying to find out what I'm doing wrong. I have an example at:
demo.connertmedia.com/htmleditor1/

I have three different computers, all with IE, Chrome and Firefox

IE - The toolbar doesn't show on any instance of IE
Chrome - The Editor works on my laptop, but not on the other two machines
Firefox - Works on all three machines

This must be a browser setting that I'm missing?? I've turned off all my Anti-Virus (temporarily), Java is current, I've compared the settings in Chrome (since it works on one machine), I've removed all the browser add-ins. I'm simply baffled.

Any thoughts on how to steer me in the correct direction. In the meantime, I'm simply having my clients use Firefox, but really doesn't seem to be a very good solution.

I've used the website: enable-javascript.com/
... to make sure JavaScript is installed correct.... which it is on everything.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="../Styles/dmxEditor.css" />
<script type="text/javascript" src="../ScriptLibrary/require.js"></script>
<link rel="stylesheet" type="text/css" href="../styles/dmxEditor/ipad_flat/ipad_flat.css" />
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../ScriptLibrary/dmxEditor.min.js"></script>
</head>

<body>
HTML Editor v3.5.2
<hr>
<form id="form1" name="form1" method="post">
  <p>Text Above</p>
<textarea id="advHTMLEdit1" name="advHTMLEdit1" class="dmxEditor ipad_flat" style="width:600px;height:300px"></textarea>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#advHTMLEdit1").dmxEditor(
         {"uploadProcessor": "php", "skin": "ipad_flat"}
       );
     }
 );
  // ]]>
</script>
  <p>Text Below</p>
</form>

</p>
</body>
</html>

Replies

Replied 20 Jan 2014 14:44:51
20 Jan 2014 14:44:51 Teodor Kuduschiev replied:
Hello,
Your demo.connertmedia.com/ScriptLibrary/jquery-latest.pack.js is an old version, please remove it locally and reapply the editor. It will place the latest version there (1.10.2). Then upload the file to your server.
Replied 20 Jan 2014 15:06:52
20 Jan 2014 15:06:52 Terrel Pochert replied:
Fantastic, that solved it! THANKS!

But how did the older version ever get installed in the first place, since this was a new installation of the editor just yesterday. The only other extension used in this little demo was the Universal CSS Navigation Menu 1.0.8. Could that have installed the wrong version. Now that I know how to correct this, I'll look out for other instances of the wrong JS pack being installed. Again, Thanks.

Reply to this topic