chentudou
Member
Posted 1 year ago #
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: http://www.ukjiayuan.com
Does anyone know how I could fix this?
Thanks
chentudou
Member
Posted 1 year ago #
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.
chentudou
Member
Posted 1 year ago #
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?
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:
http://www.ukjiayuan.com/wp-content/plugins/nextgen-gallery/css/nggallery.css on line 301.
good luck
chentudou
Member
Posted 1 year ago #
You were right, Problem solved!
Thanks very much!