SOLVED- error message in IE8
Creative and professional Joomla music template focus on music type event management, music festivals and all music related events.
- GK User
- Tue May 25, 2010 10:26 pm
the site is ok, just one thing.
right column, bottom, FOTOS (PHOTOS in engish version).
in IE8, when you click on thumbnail, the lightbox open , but the browser show me an error message:
to get photoslide GK3 (thumbnails block style), i updated the files and added into jos_gk3_photoslide_options a new row (`id`, `name`, `value`) VALUES (NULL, 'article_id', '0')
With Firefox no problem.
the site www.derviche.com.ar
right column, bottom, FOTOS (PHOTOS in engish version).
in IE8, when you click on thumbnail, the lightbox open , but the browser show me an error message:
- Code: Select all
Mensaje: 'null' es nulo o no es un objeto
Línea: 58
Carácter: 4
Código: 0
URI: http://www.derviche.com.ar/modules/mod_gk_image_show/js/style3/engine.js
to get photoslide GK3 (thumbnails block style), i updated the files and added into jos_gk3_photoslide_options a new row (`id`, `name`, `value`) VALUES (NULL, 'article_id', '0')
With Firefox no problem.
the site www.derviche.com.ar
-
- Senior Boarder
- GK User
- Sat May 29, 2010 3:08 pm
in engine.js file please try to change line:
to:
- Code: Select all
$E('.text',p).empty();
to:
- Code: Select all
if($E('.text',p)) $E('.text',p).empty();
-
- Administrator
- GK User
- Sat May 29, 2010 3:30 pm
Works! i had to replace the code in two places of the file... and no more error message in IE8
Thank you very much!!!
Thank you very much!!!
-
- Senior Boarder
- GK User
- Wed Jul 14, 2010 11:25 pm
Thanks, I was wondering how to fix that.
-
- Fresh Boarder
4 posts
• Page 1 of 1