0

我遇到了一个奇怪的问题,我正在运行 DotNetNuke 6.2.2,并且我在页面上使用了普通的 HTML 模块。在此页面中,我添加了图像,然后使用 jquery roundabout 插件对其进行操作。特别是我试图将图像显示为 jquery 环形交叉路口形状插件的 waterWheel 形状http://fredhq.com/projects/roundabout-shapes/

问题是这样的,如果我以主机身份登录 DNN,动画会正确显示(waterWheel),但是当我注销时,图像会以标准方式显示:http: //fredhq.com/projects/roundabout/demos/standard

我已经阅读了 jquery 1.7.2 并且 jquery roundabout 插件和 jquery 1.7.2 存在一些问题,但它似乎已经用 jquery roundabout 版本 2.4.2 和 jquery roundabout 形状版本 2.0 进行了整理,我'现在已经在我的 DNN 解决方案中实现了。

任何解决方案将不胜感激。

亲切的问候,阿尼娜

4

2 回答 2

0

我将首先查看以 HOST 身份登录时加载的 javascript 文件(页面的 html 源代码)与未登录时加载的文件。

当您未登录时,听起来好像没有加载特定的 JS 文件,但我不知道是哪个。

于 2012-08-16T07:05:36.177 回答
0

After much testing and time spent on this issue, I started to remove some js files that I includes on my skin page and low and behold when I removed the

<dnn:DnnJsInclude runat="server" FilePath="~/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js" />

tag from my skin page it solved my problem. It also doesn't seem to affect the backend for this skin, in terms of editing content, settings for different modules and such.

So I'm going to assume that this is what I had to remove, although I still don't know exactly what's in this file that would have caused my roundabout shapes jquery file not to fire the waterWheel shape, the only explanation could possibly be a clash in the jquery file.

If anyone could tell me what the issue could have been with this file being included on my skin page with my jquery.roundabout.js and jquery.roundabout-shapes.js files I'd be really grateful.

Thanks for the help Chris!

于 2012-08-16T10:23:50.100 回答