Вернул. Теперь по
ссылке меню работает, а
слайдер превратился во что-то статичное.
Вот описание ошибки и вероятное решение этой проблемы, может он как-то применим ко мне?
Цитата:
|
This is a syntax issue, the jQuery library included with WordPress loads in "no conflict" mode. This is to prevent compatibility problems with other javascript libraries that WordPress can load. In "no-confict" mode, the $ shortcut is not available and the longer jQuery is used, i.e.
jQuery(document).ready(function ($) {
By including the $ in parenthesis after the function call you can then use this shortcut within the code block.
|
Предлагается $ заменить на jQuery
Эти скрипты с форума разработчика.