我正在尝试在此处的网站上实现SearchWP Live Ajax Search – Jonathan Christopher的WordPress插件 https://dev-tangentia-new.pantheonsite.io/。 实时搜索结果显示在下拉菜单中,但单击链接不起作用,仅关闭搜索栏即可。
我不确定是什么问题,因为我已经在其他地方的测试箱上实现了该功能,效果很好。
我创建了一个带有文本框的虚拟页面,并在其中实现了插件,它在搜索以及可点击链接中都可以正常工作。
<div class="search-box">
<form class="searchbox">
<input type="search" data-swplive="true" placeholder="Search Tangentia.com" name="s" id="s" required>
<span class="searchbox-icon"><i class="icon-search"></i></span>
</form>
<span class="cancel-btn destop-arrow">Cancel</span>
<span class="cancel-btn mobile-arrow"><i class="icon-arrow-right"></i></span>
</div>
下拉列表中的结果应该可以点击。