Question

Just wondering if anyone can point me in the right direction.

I've got a basic carousel script that works perfectly fine when I'm logged in to sharepoint but for some reason it just doesn't work for anyone else (ie anonymous users).

I've tried housing the script in the master page and in content editor on the page itself but no change.

Any ideas?

Thanks.

Was it helpful?

Solution 2

After checking console in browser I realised the issue was coming from a javascript error. A defined jquery function was not being recognised.

For anyone interested, this was due to two different jquery versions being included at different stages in the one document.

For some reason though, Sharepoint didn't see this as a problem for logged-in users.

OTHER TIPS

You need to check if the JavaScript files are checked-in and published, anonymous users can't see checked-out or unpublished files. Also make sure the library has anonymous access where the files are kept.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top