1. Problem: SIMGallery uses the latest Mootools version (1.2) for its javascript features. This can cause some trouble if your
    template uses Mootools 1.1

    Solution: See”Disabling Previous Mootools Version 1.1” in document.

  2. Problem: In  IE8, picture can’t be enlarged.

    Solution: Add following code into /components/com_simgallery/shadowbox/skin/classic/skin.css

    #shadowbox_title {
      border: 0px solid;
    }
    #shadowbox_info {
      border: 0px solid;
    }

Leave a Reply

You must be logged in to post a comment.