自作テーマを作りwordpress化しております。
元々はbgswitcherは動作していましたが
wordpressでは動作しなくなりました。
下記記述で問題のある箇所はございますでしょうか。
大変お手数ですが、ご教示頂けますと幸いです。
#bgswitcherの記述箇所→footer.php
<script> jQuery(function($) { $('.top-image').bgSwitcher({ images: ['src="<?php bloginfo('stylesheet_directory'); ?>/images/coffee-1.jpg"','<?php bloginfo('stylesheet_directory'); ?>/images/coffee-2.jpg','<?php bloginfo('stylesheet_directory'); ?>/images/coffee-3.jpg'], // 切り替え画像 Interval: 5000, //切り替えの間隔 1000=1秒 start: true, //$.fn.bgswitcher(config)をコールした時に切り替えを開始する loop: true, //切り替えをループする shuffle: false, //背景画像の順番をシャッフルする effect: "fade", //エフェクトの種類 "fade" "blind" "clip" "slide" "drop" "hide" duration: 1000, //エフェクトの時間 1000=1秒 easing: "swing", //エフェクトのイージング "swing" "linear" }); }); </script> </body>
#jsの読み込み→functions.php
function addjs() { wp_register_script('jquery', get_template_directory_uri() . 'js/jquery.bgswitcher.js', array(), 1,1,1); wp_enqueue_script('jquery'); }
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。