简体   繁体   English

nivo滑块图像未出现在ipod / iphone / ipad上

[英]nivo slider images are not appearing on ipod/iphone/ipad

I am using nivo slider in my codeigniter application and its working fine in all browsers, but images are not appearing on ipad/ipod n iphone. 我在codeigniter应用程序中使用了nivo滑块,并且在所有浏览器中都可以正常工作,但是ipad / ipod iphone上没有出现图像。

I have included 1.4.2.js inside html <head> tag and all images are of .png type. 我在html <head>标记内包含了1.4.2.js,所有图像均为.png类型。

Nivo Slider is not natively compatible with iPhone/iPad - see Gilbert's comment . Nivo Slider与iPhone / iPad本身不兼容-请参阅Gilbert的评论 However, it appears that MODJI patched this. 但是,MODJI似乎对此进行了修补

Please refer to my article at http://tech.beacondeacon.com/nivo-superfish-issues.html for a solution if you are using something like Superfish menu along with Nivo Slider. 如果您将Superfish菜单和Nivo Slider一起使用,请参考我在http://tech.beacondeacon.com/nivo-superfish-issues.html上的文章,以获取解决方案。 Basically, you have to disable superfish.js and only use hoverIntent.js and also disable the superfish() function call in the $(document).ready() function and change that to use $(window).load() instead. 基本上,您必须禁用superfish.js,仅使用hoverIntent.js,还必须禁用$(document).ready()函数中的superfish()函数调用,并将其更改为使用$(window).load()。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM