• Resolved chentudou

    (@chentudou)


    I’m using the standard non-flash slideshow included in ngg.

    It works well, apart from when it initially loads it is about 5px below where it should be. After a couple of seconds it jumps into the right position and the next slide loads.

    For reference the website is: https://www.ukjiayuan.com

    Does anyone know how I could fix this?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chentudou

    (@chentudou)

    Further information…

    WordPress version 3.0.1
    NexGen Version – 1.6.2

    I tried loading the slideshow in various positions and had the same problem.

    Thread Starter chentudou

    (@chentudou)

    Can Anyone help with this?
    I’m thinking of abandoning the ngg slideshow as can’t seem to fix it.

    Perhaps a flickr slideshow would be ok there?

    nef426

    (@nef426)

    Looks like you have a 5px padding on the top of that image, maybe something ngg does by default… try changing that padding to 0 in the pluggins CSS.

    .ngg-widget, .ngg-widget-slideshow {
    margin:0;
    overflow:hidden;
    padding:5px 0 0 0; <— change this to 0 0 0 0 or just 0
    text-align:left

    this should be located at:
    https://www.ukjiayuan.com/wp-content/plugins/nextgen-gallery/css/nggallery.css on line 301.

    good luck

    Thread Starter chentudou

    (@chentudou)

    You were right, Problem solved!

    Thanks very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] NextGen Slideshow loads out of position’ is closed to new replies.