Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7408043
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:50:23+00:00 2026-05-29T05:50:23+00:00

I am using a gallery plugin for jQuery called SimpleGallery. When I load my

  • 0

I am using a gallery plugin for jQuery called SimpleGallery.

When I load my page, everything works perfect, in every browser. But when I refresh the page in Internet Explorer 7, the images won’t load anymore.

Here’s my page: https://www.cap47fb.com/bulthaup/welkom/

And this is my code:

$(document).ready(function(){
var mygallery=new simpleGallery({
wrapperid: "simplegallery1", //ID of main gallery container,
dimensions: [520, 721], //width/height of gallery in pixels. Should reflect  dimensions of the images exactly
imagearray: [
    ["https://www.cap47fb.com/bulthaup/images/welcome_1.jpg", "", "", ""],
    ["https://www.cap47fb.com/bulthaup/images/welcome_2.jpg", "", "", ""]
],
autoplay: [true, 5000, 20], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 1000, //transition duration (milliseconds)
oninit:function(){ 
    //event that fires when gallery has initialized/ ready to run
    //Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
},
onslide:function(curslide, i){ //event that fires after each slide is shown
    //Keyword "this": references current gallery instance
    //curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
    //i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
}
})

});

This only happens when you put the cursor in your address bar and click enter. When you click on the button ‘refresh’ of your browser, it works…

This webpage will be used as an iframe on a facebook page, so this problem happens as well when you click on another app and return to the previous one.

I’ve put the code in the document.ready function, so I’m sure everytime I access or reaccess the page, the simplegallery is reloaded, right?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T05:50:24+00:00Added an answer on May 29, 2026 at 5:50 am

    I’ve found the solution, by the guys at dynamicdrive:

    Using a text only editor like NotePad, find this section in the simplegallery.js file:

    Code:

    for (var i=0; i<setting.imagearray.length; i++){  //preload slideshow images
        preloadimages[i]=new Image()
        preloadimages[i].src=setting.imagearray[i][0]
        if (setting.imagearray[i][3] && setting.imagearray[i][3].length>setting.longestdesc.length)
            setting.longestdesc=setting.imagearray[i][3]
        jQuery(preloadimages[i]).bind('load error', function(){
            loadedimages++
            if (loadedimages==setting.imagearray.length){
                dfd.resolve() //indicate all images have been loaded
            }
        })
    }
    

    Replace it with this:

    Code:

    for (var i=0; i<setting.imagearray.length; i++){  //preload slideshow images
        preloadimages[i]=new Image()
        if (setting.imagearray[i][3] && setting.imagearray[i][3].length>setting.longestdesc.length)
            setting.longestdesc=setting.imagearray[i][3]
        jQuery(preloadimages[i]).bind('load error', function(){
            loadedimages++
            if (loadedimages==setting.imagearray.length){
                dfd.resolve() //indicate all images have been loaded
            }
        })
        preloadimages[i].src=setting.imagearray[i][0]
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create a gallery slideshow using Jquery Tools Scrollable plugin. But
I'm using the wicked Gallerriffic plugin on a gallery page, and got it working
I'm using the jQuery GalleryView plugin. I've use the plugin on one page and
I'm using AnythingSlider jQuery plugin for my gallery. What I try to do is
I'm using the PrettyPhoto jQuery plugin for an image gallery, and I'd like to
I'm working on a gallery, which use jQuery Lighbox 2 ( plugin page ).
I'm using Galleria image gallery jQuery plugin. How can i change gallery info button
I'm using a plugin for WordPress called NGG Gallery to deal with images. I
Helo folks., i am using jquery.cycle plugin for displaying image gallery.. i have a
I wrote this thumbnails gallery using jquery lightbox plugin years ago. <div class=p> <ul

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.