0

I've got a perculiar problem, I'm running DotNetNuke 6.2.2 and I'm using a normal HTML module on a page. Within this page I'm adding images that then get manipulated with the jquery roundabout plugin. In particular I'm trying to display the images as the waterWheel shape, http://fredhq.com/projects/roundabout-shapes/, of the jquery roundabout shapes plugin.

The problem is this, if I'm logged into DNN as host, the animation displays correctly (waterWheel) but when I log out the images displays in the standard way: http://fredhq.com/projects/roundabout/demos/standard

I've read up on jquery 1.7.2 and there were some issues with the jquery roundabout plugin and jquery 1.7.2 but it seem to have been sorted out with jquery roundabout version 2.4.2 and jquery roundabout shapes Version 2.0, which I've now implemented in my DNN solution.

Any solutions would be greatly appreciated.

Kind Regards, Anina

4

2 に答える 2

0

まず、HOSTとしてログインしたときに読み込まれるjavascriptファイル(ページのhtmlソース)と、ログインしていないときに読み込まれるファイルを確認します。

ログインしていないときに特定のJSファイルが読み込まれていないようですが、どれかはわかりません。

于 2012-08-16T07:05:36.177 に答える
0

多くのテストとこの問題に費やした時間の後、私は自分のスキンページに含まれているいくつかのjsファイルを削除し始めました。

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

私のスキンページからのタグは私の問題を解決しました。また、コンテンツの編集、さまざまなモジュールの設定などの点で、このスキンのバックエンドには影響しないようです。

したがって、これを削除する必要があったと想定しますが、このファイルに何が含まれているために、ラウンドアバウトシェイプのjqueryファイルがwaterWheelシェイプを起動しなかったのかはまだ正確にはわかりませんが、唯一の説明はjqueryファイルの衝突。

このファイルがjquery.roundabout.jsファイルとjquery.roundabout-shapes.jsファイルとともにスキンページに含まれている場合に問題が発生した可能性があることを誰かに教えてもらえれば、本当にありがたいです。

クリスの助けをありがとう!

于 2012-08-16T10:23:50.100 に答える