Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

boxRandom error #195

Closed MisterSonic closed 13 years ago

MisterSonic commented 13 years ago

Hye there at first sorry for my Bad English, i hope it's good enough to tell you my problem, where it think it's a bug ... I Included the Nivo-Slider in the Shop-Software xtc-commerce v1.05 modified, the slider works fine, when i define as example this "effect:'slideInLeft,sliceUpDownLeft,slideInRight'", but when i will use the as ex. the "boxRandom" Effect, all Picture's will not corret Displayed .... show this screen shot

in Pic 1 you see when the Picture was "boxed In".... http://www.klebe-portal.de/temp/pic1.jpg in Pic 2 you see the Picture then Complete, but first if the next picture is "boxed In" .... http://www.klebe-portal.de/temp/pic1.jpg

I hope you understand my Problem. Sincelly, Patrick.

Anima-t3d commented 13 years ago

Seems to be a css issue, without seeing the live site and based on your screenshots I think it has to do with a float:right/left;clear:both; issue? Check your css if this is the case.

MisterSonic commented 13 years ago

Hye anima-t3d, i have not so big know about css and all of this, the Shop iss Currently in Offline-Mode, if you can help me, so let it me know, then i will enable an admin-account for you if you wan't to see the CSS file, i ca send it to you as e-Mail if you want ... ? In this case send me an message patrick.bartmann@klebe-portal.de ...Sincelly Patrick.

Anima-t3d commented 13 years ago

Hi I sent you a message on github.

MisterSonic commented 13 years ago

Thank you for your response, i 've send an message back which includes acces-data for the shop and the ftp.

Anima-t3d commented 13 years ago

Hi, the issue should be fixed now, please check and verify. The issue was a missing .nivo-box{} in de css. position:absolute; didn't get applied. But since it's a requirement for the effect to work it might be better to incorporate it into the js part?

Anima-t3d commented 13 years ago

For others who might read this don't forget it's "boxRandom" for random box effect but if you want top use the general random effect it's "random" with a lowercase "r"!