奇怪的错误,其中链接在 jquery 'tabs+accordion' 中不起作用 [英] Weird bug where links don't work in jquery 'tabs+accordion'

查看:11
本文介绍了奇怪的错误,其中链接在 jquery 'tabs+accordion' 中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的 - 到处寻找答案,但找不到.

I'm new here - searched everywhere for an answer and can't find one.

我正在使用来自 Codecanyon 的这个很棒的 tabs+accordion 插件,但是我试图放在内容区域的链接不起作用.

I'm using this great tabs+accordion plugin from Codecanyon, but links I am trying to put in the content areas aren't working.

我要修复的实时站点在这里 - http://lrg-international.com/site/ - 您会注意到选项卡区域中的了解更多"按钮没有被点击.它们可以悬停,但点击它们什么也不做.

The live site I'm trying to fix is here - http://lrg-international.com/site/ - you'll notice the 'Find out more' buttons in the tabbed area are not clicking through. They can be hovered but clicking them does nothing.

谁能告诉我为什么此测试页面上响应式"选项卡中链接 1"之后的所有链接都不可点击/可悬停?似乎与块级元素有关,但我可能完全走错了路.

Can anyone tell me why all links after "Link 1" within the 'responsive' tab on this test page aren't clickable/hoverable? Seems to be related to block level elements but I could be totally on the wrong track.

我已经向开发人员询问过这个问题,因为它是付费插件,但他没有回复.有人可以帮忙吗?

I've asked the developer about this, as it's a paid for plugin, but he hasn't replied. Can anyone help?

推荐答案

在 David 和 Beetroot 非常感谢的帮助下,探索了各种途径,结果与 jquery-ui 'tabs' 脚本发生冲突.开发者告诉我删除这个:

After much appreciated help from David and Beetroot, exploring various avenues, it turned out to be a conflict with a jquery-ui 'tabs' script. The developer told me to remove this:

jQuery(document).ready(function(){ 
jQuery(function() { 
jQuery(".tabs").tabs(".panes > div"); 
}); 


});

来自 custom.js

from custom.js

猜猜插件需要为其元素提供更多独特的名称!

Guess plugins need to come up with more unique names for their elements!

谢谢大家.

这篇关于奇怪的错误,其中链接在 jquery 'tabs+accordion' 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆