Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Jackie,

    The slideshow won’t start because there’s a javascript error on the page.

    Near the end of your page a line of javascript, supposedly from the fancybox plugin, causes the error.

    Disabling fancybox should fix your problem.

    Best regards,
    Stefan

    Hi Stefan
    I’ve followed instructions to disable fancybox but it’s still static. Have I done this correctly? I found and implemented these instructions updating my theme functions.php file:

    function disable_fancybox() {
    	if (is_page('Sample Page')) {
    		remove_action('wp_print_scripts', 'mfbfw_load');
    	        remove_action('wp_print_styles', 'mfbfw_css');
                    remove_action('wp_head', 'mfbfw_init');
            }
    }
    add_action('wp_head', 'disable_fancybox', 1);

    Kind regards
    Jackie

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Slideshow stuck on first image’ is closed to new replies.