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
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
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!