Not working with frontend editor?
You need to be logged in to post messages in the forums. New users may register here.
|
Quoc-Huy NGUYEN DINH
Member since: 19 March 2008
Posts: 23
|
Saturday 26 November 2011 4:58:11 pm
In some of my installations, QH AutoSave didn't work out of the box.
After investigating it was because jQuery file was loaded after qhautosave.js.
The solution is either override the file page_head_script.tpl and load 'ezjsc::jquery', 'ezjsc::jqueryio' from there before the frontend scripts.
Or edit extension/qhautosave/settings/design.ini.append.php and add the following lines to the JavaScriptSettings section:
FrontendJavaScriptList[]=ezjsc::jquery
FrontendJavaScriptList[]=ezjsc::jqueryio
|
|
You need to be logged in to post messages in the forums. New users may register here.