문제

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.

도움이 되었습니까?

해결책 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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top