Elementor页面生成器插件没有完全加载吗?

时间:2019-07-31 作者:user1114968

我有PHP版本7.0256M内存限制。

我的日志显示一些错误:

JS: showing 3 of 3
JS: 2019-04-21 07:04:21 [error X 7][https://www.watsonwebsolutions.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.5.14:2:83475] Cannot set property \\\'controls\\\' of undefined 
JS: 2019-04-21 07:08:29 [error X 1][https://www.watsonwebsolutions.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.5.14:2:83465] Unable to set property \\\'controls\\\' of undefined or null reference 
JS: 2019-07-31 06:34:53 [error X 2][https://www.watsonwebsolutions.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.7:7:49864] i is undefined 
<小时>
PHP: showing 1 of 1
PHP: 2019-07-31 05:20:44 [notice X 25][/home/watsonwe/public_html/wp-content/plugins/elementor/core/documents-manager.php::411] Undefined offset: 0 [array (
  \'trace\' => \'
#0: Elementor\\Core\\Logger\\Manager -> shutdown()
\',
)]
我必须在安全模式下启动Elementor,但左侧边栏一直显示加载动画。

1 个回复
SO网友:user1114968

必须从主题的页脚中删除一行代码。显然,联系人表单javascript与Elementor不兼容。

  <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/jqBootstrapValidation.js"></script>

<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/contact_me.js"></script>

相关推荐

无法使用deactive_plugins()自停用插件

我有这些插件文件:我的插件/我的插件。php我的插件/我的插件类。php中my-plugin.php 我有以下几行:register_activation_hook( __FILE__, array( $my_plugin_object, \'on_activate_my_plugin\' ) ); 在中my-plugin-class.php 我有以下方法:public function on_activate_my_plugin() { if ( // Some validat