简体   繁体   English

哇滑块和花式框(灯箱)不能一起使用

[英]Wow slider and fancybox (lightbox) won't work together

Hi, my FancybBox code works but then I start adding wowslider code then only the wowslider works properly. 嗨,我的FancybBox代码可以正常工作,但是随后我开始添加wowslider代码,然后只有wowslider可以正常工作。 How do I solve this? 我该如何解决?

Here is the link to the page: http://makaticitycondo.com/execstud_greenbelthamilton.html 这是页面的链接: http : //makaticitycondo.com/execstud_greenbelthamilton.html

If you click on Inquire Now button, a lightbox iframe is supposed to appear. 如果您单击立即查询按钮,则应该会出现一个灯箱iframe。 But instead redirects it to a new page. 而是将其重定向到新页面。

How can we solve this? 我们该如何解决呢?

In link specify the attribute data-fancybox-type="iframe" 在链接中,指定属性data-fancybox-type="iframe"

Refer the link 参考链接

HTML: HTML:

<a class="fancybox" data-fancybox-type="iframe"  href="inqsend_ghes.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','images/inquire.png',1)"><img src="http://makaticitycondo.com/images/inquired.png" name="Image2" width="204" height="120" border="0" id="Image2"></a>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM