Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s because of the javascript that conflicts with the one that other javascript based plugins use (jquery or mootols or other libraries). Lightview is one of them.
    Because not every plugin can be localized (used on a specific page/post only) easily, loading the javascript only at certain times can become sometimes tricky and requires further development that is not always well documented by WordPress.
    However we are working on a way to localize iSlidex in a way so that it loads the scripts only when needed, however, other plugins that always load the scripts even when not needed, could prevent it from working, and there is nothing we can do about it.

    You can try to edit islidex.php, where the JS is called, and comment out (by adding // before) the lines that contain .js, and try to avoid the conflict, but we cannot guarantee that the js loaded by another plugin will be enough to make iSlidex work as it should.

    You will encounter the same problems with most of the sliders out there (assuming they use javascript) and other plugins that rely on javascript.
    Sorry for the inconvenience!

    We released version 1.4 which loads the necessary scripts only when iSlidex is in use in the page/post.
    However, Lightview loads scripts even when not needed, so it might still cause conflicts whith iSlidex, so I suggest you to contact the author of that plugin directly on this matter.

    @dukessa: It is possible to load your Javascript in a way so that it will not clash with other Javascript libraries, including other versions of JQuery. See https://api.jquery.com/jQuery.noConflict/. This is causing a conflict on a WordPress site that is using the Unite theme

    Duke

    (@dukessa)

    Just to updated the post..
    iSlidex now uses the noConflict method and doesnt load the jquery library if already loaded by WP (if other plugins load jquery or other disruptive js, well than it’s their problem).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: iSlidex] Not compatible with Lightview’ is closed to new replies.