View Full Version : Internet Explorer
Dominick
June 11, 2010, 11:30 AM
hi, i have internet explorer 8.0.7600.16385 and Auto Classifieds Script 3.2
i have this problem only on internet explorer in all templates (Sand,Fresh Tracks,Silver Car)there is no window to write a description
http://i74.photobucket.com/albums/i245/verarokas/explorer.jpg
tell how i can do it to make it morks, thx
Mike
June 29, 2010, 06:14 AM
Hello,
Reason is that resizable feature is not working correct with Internet Explorer. We will remake it in new version. We did not found solution to make it working in IE unfortunately, solution is disable it for IE and use usual textareas (without resizable feature)
Fix
Open templates/your_template/tpl/blocks/fields_add.tpl
find code
var js_code = "var textcounter_{/literal}{$field.Key}{literal} = new textcounter({textarea: 'textarea_{/literal}{$field.Key}{literal}', min: 0, max: {/literal}{$field.Values}{literal}}); textcounter_{/literal}{$field.Key}{literal}.init(); $('#textarea_{/literal}{$field.Key}{literal}').resizable({maxHeig ht: 300,maxWidth: 530,minHeight: 90,minWidth: 200});";
replace with
var js_code = "var textcounter_{/literal}{$field.Key}{literal} = new textcounter({textarea: 'textarea_{/literal}{$field.Key}{literal}', min: 0, max: {/literal}{$field.Values}{literal}}); textcounter_{/literal}{$field.Key}{literal}.init(); if(!$.browser.msie){$('#textarea_{/literal}{$field.Key}{literal}').resizable({maxHeig ht: 300,maxWidth: 530,minHeight: 90,minWidth: 200});}";
Same with another file templates/your_template/tpl/blocks/fields_edit.tpl
In case you have problems with it request help from our techs in chat or tickets.
Dominick
July 5, 2010, 10:42 PM
Works fine. va de puta madre :) thx
John
July 6, 2010, 05:50 PM
Hello Alex,
What the strange thing under your posts? Something like:
00000000006xv29nwg
i1cjyo000000
qlc4pi000000
qlc4pi000000
qlc4pi000000
...
Looks strange, just I can see it maybe?
Powered by vBulletin® Version 4.1.9 Copyright © 2023 vBulletin Solutions, Inc. All rights reserved.