Странная ошибка у WP

Немного подразобрался и вышел на ошибку, когда в плагине "Календарь событий WD" ИМЕННО НЕ В РОЛИ АДМИНА (у админов все работает) нажимаешь на любую кнопку (например: следующий месяц), то спустя какое то время подгружается вместо календаря главная страница сайта. Выдаются ошибки:

[Violation] 'load' handler took 485ms
[Violation] Forced reflow while executing JavaScript took 35ms
6[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:2
e @ VM6456:2
t @ VM6456:2
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:2
e @ VM6456:2
t @ VM6456:2
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r.refresh @ VM6485:1
r.checkResponsive @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:2
e @ VM6456:2
t @ VM6456:2
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r.refresh @ VM6485:1
r.checkResponsive @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:2
e @ VM6456:2
t @ VM6456:2
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:17
e @ VM6456:2
t @ VM6456:2
VM6456:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
add @ VM6456:2
s.event.add @ VM6457:2
(anonymous) @ VM6456:2
each @ VM6456:2
each @ VM6456:2
ke @ VM6456:2
on @ VM6456:2
r.initializeEvents @ VM6485:1
r.init @ VM6485:1
r @ VM6485:1
d.fn.slick @ VM6485:1
(anonymous) @ VM6487:17
e @ VM6456:2
t @ VM6456:2
[Violation] 'setTimeout' handler took 132ms
DevTools failed to load SourceMap: Could not load content for http://s75370.hostru10.fornex.host/person/lightbox.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

При том, что если в коде у этой кнопки найти href и нажать на ссылку, то открывается новая вкладка, с правильным положением календаря. У кого-нибудь есть хотя б предположение, почему такое происходит???


Ответы (0 шт):