我在自定义主题中将Modula Gallery插件用于wordpress。我用几乎默认设置安装了它。但是,当我尝试在前端看到它时,页面内容区域上出现空白页(页眉和页脚加载正常)。
我可以在控制台中看到以下错误。
TypeError: jQuery(...).modulaGallery is not a function[Learn More] gallery:262:1
当我单击它时,我可以看到then插件渲染的以下代码。我将其用于图像而不使用HTML和CSS,但使用了<script>
标签中的代码。
<script type='text/javascript'>
jQuery('#jtg-4544').modulaGallery({resizer: 'http://localhost/mytheme/wp-content/plugins/modula-best-grid-gallery/image.php',margin: 10,enableTwitter: false,enableFacebook: false,enablePinterest: false,enableGplus: false,randomFactor: 0.5,});
</script>