0

I have a foundation 5 website and on one of the pages I am trying to use the clearing light box element as outlined HERE

The clearing elements are generated using a c# razor template

THIS is the website page I am using it on.

If you click on one of the images the chrome cosole logs the following error:

undefined:1 GET http://www.capitalcitytreeservice.ca/undefined 404 (Not Found)

There is no JS error thrown but it does list the following in the network tab:

Remote Address:137.117.17.70:80 Request URL:http://www.capitalcitytreeservice.ca/undefined
Request Method:GET Status Code:404 Not Found

I am not sure what is happening here. The image lightbox loads but you can not scroll through them by using the arrows, and if you click on the thumbnails inside the lightbox the thumbnails slide left and disappear.

Can someone help me debug this foundation 5 lightbox implementation?

Thanks in advance.

4

1 回答 1

0

好的,

因此,基金会需要的无序列表元素是由 ac# razor 模板创建/添加的。它添加了一些额外的标记,打破了基础 5 灯箱。一旦我更改了模板以删除不需要的标记,基础灯箱现在就可以工作了。

于 2015-03-20T17:29:24.577 回答