• Ok, so I have been at this for over a day now. I have the slideshow widget displaying in my header, see https://www.harpswellrealty.com.

    Ironically it works fine in Explorer but in Firefox i keep getting a black border on the right and bottom of the images in the slideshow. I have tried everything I can think of from deleting and reinstalling all new wordpress files, new theme, new plugin, new image rotator. I even deleted and created a new hosting account. It is driving me nuts, any help would be greatly appreciated. Thanks, John

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had to adjust the plugin a little to make this work right in all browsers. I was using it in a little different way from you (function called directly from the template). If it doesn’t work, just restore a fresh copy.

    Find the line in nggfunctions.php (line 44?) :
    $swfobject->add_flashvars( 'file', NGGALLERY_URLPATH.'xml/imagerotator.php?gid=' . $galleryID );

    change it to:
    $swfobject->add_flashvars( 'file', NGGALLERY_URLPATH.'xml/imagerotator.php?gid=' . $galleryID . "&width=$width&height=$height");

    John – chances are that you’ve accidentally hit the Ctrl Key and your + symbol on your keyboard. I had a client complaining of this exact same thing. I wasn’t seeing it in firefox on my computer but she was and this is what we figured out it was. Firefox resizes the page when you hit Ctrl + or –

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] extra black border on slideshow’ is closed to new replies.