简体   繁体   English

无法读取未定义的属性“ getRelatedTab”(控制台错误)

[英]Cannot read property 'getRelatedTab' of undefined (Console error)

I have searched a lot to fix this. 我已经进行了大量搜索以解决此问题。 but not succeeded find this fix. 但未成功找到此修复程序。 I'm working with visual composer 5.4.7 and Wordpress 4.9.6 i have used Visual composer tabs in a webpage. 我正在使用Visual Composer 5.4.7Wordpress 4.9.6,我在网页中使用了Visual Composer选项卡。 there it shows the below error and does not shows the dropdown list of main_menu. 在那里,它显示以下错误,并且不显示main_menu的下拉列表。

JQMIGRATE: Migrate is installed, version 1.4.1 JQMIGRATE:已安装迁移版本1.4.1
vc-tabs.min.js?x71958&ver=5.0.1:1 Uncaught TypeError: Cannot read property 'getRelatedTab' of undefined vc-tabs.min.js?x71958&ver = 5.0.1:1未捕获的TypeError:无法读取未定义的属性'getRelatedTab'
at HTMLDocument.changeHandler (vc-tabs.min.js?x71958&ver=5.0.1:1) 在HTMLDocument.changeHandler(vc-tabs.min.js?x71958&ver = 5.0.1:1)
at HTMLDocument.dispatch (jquery.js?x71958&ver=1.12.4:3) 在HTMLDocument.dispatch(jquery.js?x71958&ver = 1.12.4:3)
at HTMLDocument.r.handle (jquery.js?x71958&ver=1.12.4:3) 在HTMLDocument.r.handle(jquery.js?x71958&ver = 1.12.4:3)
at Object.trigger (jquery.js?x71958&ver=1.12.4:3) 在Object.trigger(jquery.js?x71958&ver = 1.12.4:3)
at Object.a.event.trigger (jquery-migrate.min.js?x71958&ver=1.4.1:2) 在Object.a.event.trigger(jquery-migrate.min.js?x71958&ver = 1.4.1:2)
at HTMLDivElement. 在HTMLDivElement。 (jquery.js?x71958&ver=1.12.4:3) (jquery.js?x71958&ver = 1.12.4:3)
at Function.each (jquery.js?x71958&ver=1.12.4:2) 在Function.each(jquery.js?x71958&ver = 1.12.4:2)
at a.fn.init.each (jquery.js?x71958&ver=1.12.4:2) 在a.fn.init.each(jquery.js?x71958&ver = 1.12.4:2)
at a.fn.init.trigger (jquery.js?x71958&ver=1.12.4:3) 在a.fn.init.trigger(jquery.js?x71958&ver = 1.12.4:3)
at a.fn.init.t.fn.(/beta/shared-hosting/anonymous function) [as hide] ( http://tech.co.uk/beta/wp-content/plugins/wordpress-popup/assets/js/front.min.js?x71958&ver=1.1:2:14154 ) 在a.fn.init.t.fn。(/ beta / shared-hosting /匿名函数)[隐藏]( http://tech.co.uk/beta/wp-content/plugins/wordpress-popup/assets /js/front.min.js?x71958&ver=1.1:2:14154

All the other pages which are not using visual composer working pretty good with nav_menu dropdown and responsiveness. 所有其他未使用可视化作曲器的页面在nav_menu下拉列表和响应能力方面都可以很好地工作。

I am not getting this how to get rid of these errors. 我不知道如何摆脱这些错误。 please help me out of this. 请帮助我。

just Going to folder/file Manager websiteData/wp-content/plugins/ and rename the folder Wordpress-popup //add a number at the end. 只需转到文件夹/文件管理器websiteData / wp-content / plugins /并重命名文件夹Wordpress-popup //在末尾添加一个数字。 this will deactivate the plugin and this was generating errors for other functionalities. 这将停用该插件,这会导致其他功能出错。

( http://tech.co.uk/beta/wp-content/plugins/wordpress-popup/assets/js/front.min.js?x71958&ver=1.1:2:14154 ) http://tech.co.uk/beta/wp-content/plugins/wordpress-popup/assets/js/front.min.js?x71958&ver=1.1:2:14154

this is the only plugin which is conflicting with VC_tabs 这是唯一与VC_tabs冲突的插件

Thanks 谢谢

This seems to be an incompatibility with other plugins. 这似乎与其他插件不兼容。

Try to deactivate other plugins until the error is gone. 尝试停用其他插件,直到错误消失。

Known plugins to have issues with Visual Composer tabs: 已知的插件在Visual Composer选项卡上存在问题:

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

相关问题 类型错误:无法读取控制台中生成的未定义错误的属性 - Type error:Cannot read property of undefined error generated in console 控制台具有“无法读取未定义错误的属性”顶部” - Console has “Cannot read property ”top“ of undefined error” Blogger最近发布控制台错误:无法读取未定义的属性“ title” - Blogger Recent Posts Console Error: Cannot read property 'title' of undefined jQuery 控制台错误:无法读取未定义的属性“top” - jQuery Console Error: Cannot read property 'top' of undefined 是什么导致控制台错误“无法读取 HTMLTableRowElement 处未定义的属性‘setAttribute’” - What is causing the console error "Cannot read property 'setAttribute' of undefined at HTMLTableRowElement" 控制台错误:未捕获TypeError:无法读取未定义的属性“顶部” - Console Error: Uncaught TypeError: Cannot read property 'top' of undefined 我在控制台中收到此错误:无法读取未定义的属性“ some” - I am getting this error in the console : Cannot read property 'some' of undefined 无法读取未定义的属性“元素”-在JS控制台中 - Cannot Read Property 'Elements' of Undefined - in JS Console 无法读取未定义错误的属性 - Cannot read property of undefined error 控制台说无法读取未定义的属性“样式” - Console says cannot read property “style” of undefined
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM