Elxisitalia.com!
All about CMS Elxis open source.

italian english

Easy Gallery and Image Rotator: how to fix the jscript conflict under Internet Explorer

Email

EasyGallery and Imagerotator, it seems they can not coexist on the same page of your website for a JScript conflict between the two extensions.
If in Firefox, GoogleChrome everything works right, as easily as in other browsers (unfortunately I have no time to test them all), the problem begins when your site is opened in that crap of IExplorer (all versions).
The error generated  by Internet Explorer is:

Unable to open website http:// .....
Or
HTML parsing error: unable to modify the parent container element before the child element is closed (KB27919)

Depends which versions you use.
Don't worry!. ... the solution there is!

Resolution to the problem

Open the  file Slimbox.js in the directory / mambots / content / easygallery /.
Comment the last line:
window.addEvent ('domready', Lightbox.init.bind (Lightbox));

/ * Window.addEvent ('domready', Lightbox.init.bind (Lightbox)) * /

At the bottom of file, add these two lines:

var load_method = (window.ie? 'load': 'domready');
window.addEvent (load_method, Lightbox.init.bind (Lightbox))

Save the file.
After cleaning the cache of your Internet Explorer,  finally your site works right in this browser.

Faq written by Speck Elxisitalia.com.

Polls

Quali estensioni desideri?

Results

User Login





No account yet? Create account

Who's online

We have 30 guests online
Valid XHTML 1.0 Transitional!
CSS Valido!
RSS 0.91
RSS 1.0
RSS 2.0
ATOM 0.3
OPML