Viewing 9 replies - 16 through 24 (of 24 total)
  • Hi Stefan – I checked the thread and can confirm that I have the code in the footer.php file.

    The slideshow will load but only if you refresh the page each time – so you first have the spinning wait symbol, then you have to refresh the page for the slideshow to work?

    Any ideas??

    Thanks

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    That’s very strange. Could I please have another look at your website? I’m currently getting a ‘coming soon’ page.

    Please look now – thanks

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Thank you.

    It looks like your website uses a late loading technique to load content onto the page when a URL, like the one in the menu, is followed. The slideshow plugin isn’t out of the box compatible with this technique yet, as it can’t late load it’s script.

    You may be able to work around it by adding the following lines of code to your theme’s ‘functions.php’ file:

    function slideshow_jquery_image_gallery_enqueue_script() {
      wp_enqueue_script(
        'slideshow-jquery-image-gallery-script',
        plugins_url() . '/slideshow-jquery-image-gallery/js/min/all.frontend.min.js',
        array('jquery')
      );
    }
    add_action( 'wp_enqueue_scripts', 'slideshow_jquery_image_gallery_enqueue_script' );

    This should make the slideshow’s script available to the slideshow at all time. However, there’s a good chance that this will not work, as the script may not register the late loaded slideshows.

    Unfortunately this results in just a white screen

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    I see, thanks for trying it anyways. I’ll look into the slideshow’s code to see if I can make the slideshows work on your website.

    I have this same problem after the latest installation. I tried to reinstall and I even deleted the plugin and installed the later version (wich have been working fine before). The result is that none of the versions work on my website anymore. Not the latest nor the older ones. I’ve tried several. There’s only the neverending loading symbol where there should be my slideshow.

    Help!

    Well, this is interesting. Also my gallery plugin has lost it’s java script -based style. This application hasn’t been upgraded. The problem appeared after I upgraded my slider. What is this?

    Hi! I was able to find out, what was wrong with my page. There was a conflict with another plugin. I deleted the other plugin and now everything, including slideshow, works fine.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Not working!’ is closed to new replies.