HTML5 Image Enhancer Support Product Page

Under investigation

I am getting the dreaded DMXUpdatedHead.htm not currently contained in document

Reported 24 Aug 2013 22:17:24
1
has this problem
24 Aug 2013 22:17:24 Ghassan Safadi posted:
Not sure if template related. Tried all possible combination and followed earlier suggestion for jQuery Latest pack. js file...I am thinking this is a problem that resurfaced with DM CC update

One work around is to manually move the lines in the template from above
<DOCTYPE html> to just under the <head>

This is where the extension installs the .js:
<script type="text/javascript" src="/ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="/ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
<!DOCTYPE html>
<html><!--TemplateInfo codeOutsideHTMLIsLocked="false"-->
<head>

<!-- metatags -->
<!-- TemplateBeginEditable name="meta" -->
-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
and this the manual correction:

<!DOCTYPE html>
<html><!--TemplateInfo codeOutsideHTMLIsLocked="false"-->
<head>
<script type="text/javascript" src="/ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="/ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
<!-- metatags -->
<!-- TemplateBeginEditable name="meta" -->
xxxxxxxxxxxxxxxxxxxxxxxxx
Also delete any added lines in the template attached documents when they are opened ( The extension adds them again ( although they are already hard coded by the template!

Replies

Replied 26 Aug 2013 08:05:15
26 Aug 2013 08:05:15 Teodor Kuduschiev replied:
Hello,

Please make sure to add an editable region named "head" inside the <head> </head> tags of your template.

Reply to this topic