我正在尝试用超链接替换nextgen-gallery(WordPress插件)灯箱中的标题。 超链接在台式机上工作正常,但在移动设备上无法点击。
某些元素在响应模式下阻止了它,但我似乎找不到它。
我尝试增加z-index,通过添加.attr('onclick',“ location.href ...甚至尝试图片可点击。
以上所有内容都在桌面模式下工作,但没有响应。我放弃之前可以用几双新鲜的眼睛。
链接:http://cnc-kamieniarstwo.pl/index.php/galerias/
原始html:
<div class="sl-caption pos-bottom" style="width: 288px;">DSC_0366small</div>
修改过的html,链接隐藏在响应中的某些元素后面,我似乎找不到:
<div class="sl-caption pos-bottom" style="width: 288px;"><a href="/form.php?id=DSC_0366small" style="clear:both;">Ask a Question</a></div>
谢谢
答案 0 :(得分:0)
添加此标签并选中'javascript:void(0)'