我在Modx Evo 1.4.0上设置Simple Gallery和Fancybox时遇到问题。 我安装了两个插件。这是我用来在页面上调用图库的代码:
[[sgLister?
&thumbSnippet=`phpthumb`
&thumbOptions=`w=250&h=250&zc=1`
&tpl=`@CODE:
<a href="[+sg_image+]" rel="group" class="fancybox">
<img src="[+thumb.sg_image+]" class="img-thumbnail" alt="[+e.sg_title+]" title="[+e.sg_description+]">
</a>`]]
图库出现在页面上,但没有导航和关闭按钮。 我是JS的新手。请帮我弄清楚问题出在哪里? 链接到包含图库的页面:http://chreptowicz.tk/index/fotogalereya/usadba/oksana-pozdnyakova.html
非常感谢任何提示,感谢。