我收到此错误。 composer-view.js?ver = 4.5.3:6未捕获TypeError:无法读取属性'属性'未定义的。
我在更改代码后得到了这个。
html2element: function(html) {
var $template, attributes = {},
template = html;
$template = $(template(this.model.toJSON()).trim()), _.each($template.get(0).attributes, function(attr) {
attributes[attr.name] = attr.value}),
this.$el.attr(attributes).html($template.html()), this.setContent(),
this.renderContent()
},
因此我无法在我的后端视觉编辑器编辑器中为我的视觉作曲家添加更新或删除。我使用的是VC-4.8.4
答案 0 :(得分:1)
我使用的是Visual Composer 4.5.8,我认为它与wordpress 4.5不兼容。
要解决问题,我已将视觉编辑器更新为4.11.2.1。我认为最新的一个,现在它工作正常。
我已提到此链接。 Wordpress support link which describes about plugin issues
答案 1 :(得分:0)
您的变量.toISOString()
未定义
$template