jquery.min.jsを読み込むとログイン時の管理画面の上のバーが真っ白になってしまう

2015年4月16日 at 11:15

お世話になります。ローカル環境で以下のテンプレートを使って作成をはじめました。
http://www.freewebtemplates.com/download/free-website-template/blue-skies-373956682/demo/

以下のようにjquery.min.jsを読み込むと、
<script type="text/javascript" src="<?php echo $this->getThemePath(); ?>/js/jquery.min.js">
管理画面のバー上の全ての表示(左のアイコンから右端の「ログアウト」まで)が消え、
白いバーになってしまいます。(記述場所はヘッダーでも別の場所でも同じ結果です)

以下、環境になります。どうぞよろしくお願いいたします。


・XAMPP Version 1.8.2
・Let's Note CF-LX3 Windows8.1



[ 環境情報 ]

# concrete5 Version
5.6.3.3

# concrete5 Packages
None

# concrete5 Overrides
languages/ja_JP, themes/blue_skies, themes/greensalad2

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off

# Server Software
Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.19

# Server API
apache2handler

# PHP Version
5.4.19

# PHP Extensions
apache2handler, bcmath, bz2, calendar, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

タグ:

Re: jquery.min.jsを読み込むとログイン時の管理画面の上のバーが真っ白になってしまう

2015年4月16日 at 13:19
concrete5は、デフォルトでjQueryを読み込みますので、テーマ側でjQueryの読み込みを指示する必要はありません。

Chrome Developer toolなどで確認していただくと、jQueryを2回読み込んでいることがわかるかと思います。
 

Re: Re: jquery.min.jsを読み込むとログイン時の管理画面の上のバーが真っ白になってしまう

2015年4月16日 at 13:55
jQueryを読んでいるのは見ていたのですが、 それがjquery.min.js含んでいると思っておりませんでした。
大変助かりました、ありがとうございました。