0

我想将手风琴区域放入我的 Wordpress 侧边栏(不是 .com)

因此你知道我必须添加一点 JS 代码。但是WP忽略了这一点。这里的代码是

<script type='text/javascript' src='http://www.heptasarim.com/wp-content/themes/clean-v1.2/js/hizmetler.js'>
</script>

<div id="panel" style="display:none; background-color: #4ab4d7; padding: 20px; font-size: 17px; font-weight: bold; color: #fff; text-align: center; border-bottom: 1px solid #337689">
SEO Hizmetleri
</div>

<a href="#" class="buton" style="display: block; width: 176px; height: 27px; text-indent: -9999; margin: 0 auto; margin-top: -1px; position: relative">Buton</a>

但不知何故我不能用这种方式。示例(侧边栏右上角)Kurumsal SEO

4

1 回答 1

0

WordPress 附带的 jQuery 库以“无冲突”模式加载,即$快捷方式不可用,使用的时间越长jQuery

http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers

于 2012-09-05T11:46:33.667 回答