フォーラムへの返信

5件の返信を表示中 - 1 - 5件目 (全5件中)
  • フォーラム: テーマ
    返信が含まれるトピック: テーマのトップページ
    トピック投稿者 KIYOAKI

    (@kiyoaki)

    解決しました。

    フォーラム: テーマ
    返信が含まれるトピック: サブメニューの表示
    トピック投稿者 KIYOAKI

    (@kiyoaki)

    申し訳ございません。解決いたしました。

    フォーラム: テーマ
    返信が含まれるトピック: 漢字を表示しない
    トピック投稿者 KIYOAKI

    (@kiyoaki)

    nobitaさん

    できました!
    大感謝です!!

    ありがとうございます。

    フォーラム: テーマ
    返信が含まれるトピック: 漢字を表示しない
    トピック投稿者 KIYOAKI

    (@kiyoaki)

    nobitaさん

    ブログの表示が真っ白です。

    function inkthemes_wp_enqueue_scripts() {
    if (!is_admin()) {
    wp_enqueue_script(‘jquery’);
    wp_enqueue_script(‘inkthemes_sfish’, get_template_directory_uri() . “/js/superfish.js”, array(‘jquery’));
    wp_enqueue_script(‘inkthemes_cufonyui’, get_template_directory_uri() . ‘/js/cufon-yui.js’, array(‘jquery’));
    wp_enqueue_script(‘inkthemes_cufonfont’, get_template_directory_uri() . ‘/js/Elampa_400.font.js’, array(‘jquery’));
    wp_enqueue_script(‘inkthemes_tipsy’, get_template_directory_uri() . ‘/js/jquery.tipsy.js’, array(‘jquery’));
    wp_enqueue_script(‘inkthemes_custom’, get_template_directory_uri() . ‘/js/custom.js’, array(‘jquery’));
    } elseif (is_admin()) {

    }
    }

    フォーラム: テーマ
    返信が含まれるトピック: 漢字を表示しない
    トピック投稿者 KIYOAKI

    (@kiyoaki)

    nobitaさん

    ありがとうございます。
    試してみましたが、ダメでした・・・
    真っ白になってしまいます。

    ちなみにその部分はこうです。
    function inkthemes_wp_enqueue_scripts() {
    if (!is_admin()) {
    wp_enqueue_script('jquery');
    wp_enqueue_script('inkthemes_sfish', get_template_directory_uri() . "/js/superfish.js", array('jquery'));
    wp_enqueue_script('inkthemes_cufonyui', get_template_directory_uri() .
    '/js/cufon-yui.js', array('jquery'));
    wp_enqueue_script('inkthemes_cufonfont', get_template_directory_uri() . '/js/Elampa_400.font.js', array('jquery'));
    wp_enqueue_script('inkthemes_tipsy', get_template_directory_uri() . '/js/jquery.tipsy.js', array('jquery'));
    wp_enqueue_script('inkthemes_custom', get_template_directory_uri() . '/js/custom.js', array('jquery'));
    } elseif (is_admin()) {

    }
    }
    add_action(‘wp_enqueue_scripts’, ‘inkthemes_wp_enqueue_scripts’);

5件の返信を表示中 - 1 - 5件目 (全5件中)